]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
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
2024-10-25  Michael Tremerfile: Add functions to store a file descriptor
2024-10-25  Michael Tremerfilelist: Change walk callback to refer to the context
2024-10-25  Michael Tremerfilelist: Remove the legacy logger and some mild refact...
2024-10-25  Michael Tremerrepo: Refactor scanning for archives
2024-10-25  Michael TremerFHS: Ensure the checked path is absolute
2024-10-25  Michael Tremerpath: Add function to make a path absolute
2024-10-25  Michael Tremerlinter: Seal the file after reading it into memory
2024-10-24  Michael Tremerlinter: Read the payload into memory
2024-10-24  Michael Tremerlinter: Run FHS checks on binary packages
2024-10-24  Michael TremerFHS: Return a bitmap with any issues
2024-10-24  Michael Tremerprogress: Don't return an error if there is nothing...
2024-10-24  Michael TremerFHS: Anchor on the context
2024-10-24  Michael Tremerjenkins: Remove broken branch check
2024-10-24  Michael Tremerlogging: Drop syslog-compatibility option
2024-10-24  Michael Tremerjenkins: Run Clang Static Analyzer on Debian Trixie
2024-10-24  Michael Tremerjenkins: Add LCOV pass and build Debian packages
2024-10-23  Michael Tremerdebian: Fix systemd unit directory path
2024-10-23  Michael Tremerconfigure: Don't try to autodetect the systemd unit...
2024-10-23  Michael Tremerdebian: Add some files to create packages for Debian
2024-10-23  Michael Tremerutil: Use our custom realloc function everywhere else...
2024-10-23  Michael Tremerutil: Free pointer if it could not be reallocated
2024-10-23  Michael Tremersnapshot: Ensure that pointer it always reset
2024-10-23  Michael Tremerxfer: Sanitise format strings
2024-10-23  Michael Tremerpackage: Initialize r
2024-10-23  Michael Tremercli: progress: Remove another unused function
2024-10-23  Michael Tremerjenkins: Don't build for AlmaLinux 9 any more
2024-10-23  Michael Tremerjob: Sanitise format strings when creating xfers
2024-10-23  Michael Tremerjail: Make sure argv is always set
2024-10-23  Michael Tremercli: progress: Remove unused function
2024-10-23  Michael Tremerconfigure: Check for the new mount API
2024-10-23  Michael Tremerdaemon: Sanitise format strings when creating xfers
2024-10-23  Michael Tremerbuildservice: Don't count packages
2024-10-23  Michael Tremerjail: Return the correct return code on errors
2024-10-23  Michael Tremerjob: Remove unused variable
2024-10-23  Michael Tremerpakfire: Don't assign r when it not being read
2024-10-23  Michael Tremercli: Mark the assertion function to not return
2024-10-23  Michael Tremercli: version: Update to new-style function
2024-10-23  Michael Tremerrepo: Sanitise format strings when creating xfers
next