]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
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
2024-10-25  Michael Tremerlogging: Remove the actual legacy logger
2024-10-25  Michael Tremerdist: Remove the legacy logger
2024-10-25  Michael Tremerutil: Remove the legacy logger
2024-10-25  Michael Tremertransaction: Remove the legacy logger
2024-10-25  Michael Tremerproblem: Remove an unused function
2024-10-25  Michael Tremerproblem: Minor code cleanups
2024-10-25  Michael Tremerparser: Remove the legacy logger
2024-10-25  Michael Tremerpackager: Remove the legacy logger
2024-10-25  Michael Tremerpackage: Remove the legacy logger
2024-10-25  Michael Tremerrepo: Remove the legacy logger
2024-10-25  Michael Tremerstripper: Hack to skip files with no DWARF information
2024-10-25  Michael Tremerpakfire: Reduce pool debugging
2024-10-25  Michael Tremerfile: Remove debugging code
2024-10-25  Michael Tremerpakfire: Don't make the reader sticky
2024-10-25  Michael Tremerrepo: Free scanned archives
2024-10-25  Michael Tremerpackager: Refactor how we read metadata from the file...
2024-10-25  Michael Tremerfile: Simplify creating new file objects
2024-10-25  Michael Tremerpath: Move pakfire_path_is_absolute to the path library
next