]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2024-11-22  Michael Tremerlinter: Implement aarch64 checks
2024-11-22  Michael TremerRevert "pakfire: Ignore if we cannot mount tmpfs"
2024-11-22  Michael Tremerjenkins: Run Docker containers with privileges
2024-11-22  Michael Tremertests: Check string formatting in HTTP client test...
2024-11-22  Michael Tremerpakfire: Ignore if we cannot mount tmpfs
2024-11-22  Michael Tremerjenkins: Find log files
2024-11-22  Michael Tremerconfig: Add helper function to parse strings
2024-11-21  Michael Tremerjenkins: Install libdw-dev on Debian* systems
2024-11-21  Michael Tremertests: Remove double declaration
2024-11-02  Michael Tremerlibpakfire: Fix order of arguments in reallocarray
2024-10-27  Michael Tremerfilelist: Refactor using binary search
2024-10-27  Michael Tremertransactions: Store a list of all installed and newly...
2024-10-27  Michael Tremertransaction: Avoid using a label to retry solving
2024-10-27  Michael Tremertests: db: Initialize package to avoid SEGV on early...
2024-10-27  Michael Tremertransaction: Minor code cleanups
2024-10-27  Michael Tremertransaction: Avoid leaking memory
2024-10-27  Michael Tremerbuild: Simplify check for libtool archives and static...
2024-10-27  Michael Tremerfile: Remove ELF detection with libelf
2024-10-27  Michael Tremerfile: Remove unused classes
2024-10-27  Michael Tremertestsuite: Translate negative return values
2024-10-27  Michael Tremertests: Ensure that values are initialized before free
2024-10-27  Michael Tremerparser: Initialize r on merge
2024-10-27  Michael Tremerparser: Don't duplicate and leak arch
2024-10-27  Michael Tremerparser: Fix assigning value
2024-10-26  Michael Tremerlogging: Handle warning messages everywhere
2024-10-26  Michael Tremerlinter: Parse the ELF file early to avoid this callback...
2024-10-26  Michael Tremerlinter: Always mmap() the file
2024-10-26  Michael Tremerfile: Remove the remainder of the file checks
2024-10-26  Michael Tremerlinter: Move script interpreter check
2024-10-26  Michael Tremerlinter: Check if we have Build IDs
2024-10-26  Michael Tremerlinter: Check if ELF files have a debug link
2024-10-26  Michael Tremerlinter: Check for more symbols for SSP
2024-10-26  Michael Tremerlinter: Check if files have been stripped
2024-10-26  Michael Tremerjenkins: Upload everything after tests
2024-10-26  Michael Tremerjenkins: Group the package mastering stages together
2024-10-26  Michael Tremerjenkins: Keep directory structure of the test logs
2024-10-26  Michael Tremerstring: Constify inputs when joining strings
2024-10-26  Michael Tremertests: os: Remove pointless unsigned integer tests
2024-10-26  Michael Tremertests: jail: Remove unused variable
2024-10-26  Michael Tremerdigests: Simplify initialization
2024-10-26  Michael Tremertests: util: Cast values for printing
2024-10-26  Michael Tremertests: Fix integer sizes in string formatting
2024-10-26  Michael Tremertests: Fix old-style function definition
2024-10-26  Michael Tremertests: Align signedness of integers
2024-10-26  Michael Tremertests: Fix string formatting
2024-10-26  Michael Tremertests: Don't shadow r
2024-10-26  Michael Tremertests: Actually print the line number
2024-10-26  Michael Tremertests: Compile using our standard set of CFLAGS
2024-10-26  Michael Tremerjenkins: Always archive all test logs for all distros
2024-10-26  Michael Tremerdebian: We no longer depend on libdw
2024-10-26  Michael Tremerutil: Remove unused includes
2024-10-26  Michael Tremerutil: Move base64 functions into a separate file
2024-10-26  Michael Tremerutil: Move hex function into a separate file
2024-10-26  Michael Tremerlibpakfire: Move syscalls into a separate file
2024-10-26  Michael Tremerpath: Move pakfire_path_age
2024-10-26  Michael Tremer*: Replace pakfire_remove_trailing_newline with pakfire...
2024-10-26  Michael Tremerpath: Move pakfire_path_exists
2024-10-26  Michael Tremerpath: Move pakfire_path_realpath
2024-10-26  Michael Tremerpath: Move function to replace the file extension
2024-10-26  Michael Tremerpath: Move the match function into the path library
2024-10-26  Michael Tremerfile: Ensure the path is always absolute
2024-10-26  Michael Tremerlinter: Move capability check
2024-10-26  Michael Tremerlinter: Move CF protection check
2024-10-26  Michael Tremerfile: Remove old flags
2024-10-26  Michael Tremerlinter: Move RPATH check
2024-10-26  Michael Tremerfilelist: Avoid putting the same file on the list more...
2024-10-26  Michael Tremerlinter: Check for RELRO
2024-10-26  Michael Tremerlinter: Make it easier to report file issues
2024-10-26  Michael Tremerlinter: Check for executable stacks
2024-10-26  Michael Tremerlinter: Don't try to lint firmware files
2024-10-26  Michael Tremerbuild: Abort if linting failed
2024-10-26  Michael Tremerlinter: Return a non-zero error code if we found errors
2024-10-26  Michael Tremerlinter: Add a newline after dumping the output
2024-10-26  Michael Tremerlinter: Drop the default result callback
2024-10-26  Michael Tremerlinter: Dump the result in a very human readable way
2024-10-26  Michael Tremerlinter: Keep stats about how many warnings/errors/etc.
2024-10-26  Michael Tremerlogging: Create new warning log level
2024-10-26  Michael Tremerlinter: Create a filelist with all files with issues
2024-10-26  Michael Tremerlinter: Store a reference to the broken files
2024-10-26  Michael Tremerlinter: Move the SSP check
2024-10-26  Michael Tremerlinter: Send results to the logger by default
2024-10-25  Michael Tremerlinter: Move the ELF stuff to the file stuff
2024-10-25  Michael Tremerlinter: Make the result function non-static
2024-10-25  Michael Tremerlinter: Create a separate place to scan the payload
2024-10-25  Michael Tremerfile: Remove PIE code that was moved into the linter
2024-10-25  Michael Tremerlinter: Don't move the FD into the file module
2024-10-25  Michael Tremerstripper: Throw this away
2024-10-25  Michael Tremerrepo: Refactor scanning once again
2024-10-25  Michael Tremerbuild: Fix parsing dependencies
2024-10-25  Michael Tremerpackage: Fail if we could not add a dependency
2024-10-25  Michael Tremerdeps: Simplify checking for valid inputs
2024-10-25  Michael Tremertests: deps: Don't check for errno any more
2024-10-25  Michael TremerPTY: Remove carriage returns when passing data to the...
2024-10-25  Michael Tremertests: deps: Check if we can parse paths
2024-10-25  Michael Tremerlibpakfire: Rename dependencies.c to deps.c
2024-10-25  Michael Tremerlogging: Rename the logging functions to something...
2024-10-25  Michael Tremerlogging: Remove the last bits of the Pakfire logger
2024-10-25  Michael Tremerdeps: Remove some logging
2024-10-25  Michael Tremermount: Remove the special Pakfire logger
2024-10-25  Michael Tremerlinter: Try to lint some ELF stuff
next