]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
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
2024-10-22  Michael Tremerkey: Have pakfire_key_unref return a pointer
2024-10-22  Michael Tremerdist: Sanitize format strings when creating an xfer
2024-10-22  Michael Tremercli: progressbar: Remove the elements array
2024-10-22  Michael Tremerpackager: Initialize tmppath
2024-10-22  Michael Tremerarch: Initialize interpreter
2024-10-22  Michael Tremerbuildservice: Sanitise format strings when creating...
2024-10-22  Michael Tremersolutions: Initialize elements
2024-10-22  Michael Tremerarchive: Check if we actually really absolutely have...
2024-10-22  Michael Tremerpath: Make the static analyzer happy
2024-10-22  Michael Tremerrepo: Check if progress could be started okay
2024-10-22  Michael Tremerbuild: Correct evaluate some more return codes
2024-10-22  Michael Tremerdigest: Don't assign r when it is never read
2024-10-22  Michael Tremerjenkins: Add a pipeline
2024-10-22  Michael Tremerstripper: Identify source files
2024-10-22  Michael Tremerconfig: Avoid updating line when it is never being...
2024-10-22  Michael Tremercli: daemon: Correctly catch daemon initialization...
2024-10-22  Michael Tremerkey: Refactor return values
2024-10-22  Michael Tremerpath: Fix a potential memory leak if either path is...
2024-10-22  Michael Tremerpwd: Initialize array before using it
2024-10-22  Michael Tremerfile: Cleanup initializing files
2024-10-22  Michael Tremerlibpakfire: Initialize some return values that could...
2024-10-22  Michael Tremerpakfire: Align the disk reader with the writer
2024-10-22  Michael Tremerconfigure: Link against libdw
2024-10-22  Michael Tremerstripper: Find all ELF files
2024-10-22  Michael Tremerrepo: Improve return code handling
2024-10-22  Michael Tremerarchive: Fix return code if the archive could not be...
2024-10-21  Michael Tremerstripper: Build scaffolding for a new stripper
2024-10-21  Michael Tremerlinter: Build out dummy function to scan the payload
2024-10-21  Michael Tremerlinter: Keep a reference to Pakfire
2024-10-21  Michael Tremerarchive: Use convenience function to open and walk...
2024-10-21  Michael Tremerarchive: Log the format and compression
2024-10-21  Michael Tremerarchive: Simplify opening an archive
2024-10-21  Michael Tremerarchive: Fix passing error codes when opening the archive
2024-10-21  Michael Tremerarchive: Simplify the walk/filter callbacks
2024-10-21  Michael Tremerarchive: Cleanup loop when searching for files
2024-10-21  Michael Tremerarchive: cookie: Rename __f to f now that variable...
2024-10-21  Michael Tremerarchive: Streamline opening and reading from the archive
2024-10-21  Michael Tremerarchive: Fetch the writer only once
2024-10-21  Michael Tremerarchive: Move extraction code back to where it belongs
2024-10-20  Michael Tremerarchive: Remove unnecessary underscores from functions
2024-10-20  Michael Tremerarchive: Minor code cleanups
2024-10-19  Michael Tremerbuild: Lint the archives after build
2024-10-19  Michael Tremerlinter: Check if package name contains whitespace
2024-10-19  Michael Tremerlinter: Add result callback to print to the CLI
2024-10-19  Michael Tremerlinter: Make this entirely private
2024-10-19  Michael Tremerlinter: Store any results
2024-10-19  Michael Tremercli: pakfire-builder: Add command to call the linter
2024-10-19  Michael Tremerlinter: Base this on archives rather than packages
2024-10-19  Michael Tremerpty: Hack to avoid lock-up when we don't have a newline
2024-10-19  Michael Tremerjail: Create helper function to capture output
2024-10-19  Michael Tremertests: Have pipe return an error if it could not write
2024-10-19  Michael Tremerpty: Replace any CRNL with NL when capturing the output
2024-10-19  Michael Tremerpty: Configure like SSH does it
2024-10-19  Michael Tremerjail: Immediately send SIGKILL when the timer has expired
next