]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2025-02-22  Michael Tremerparser: Make it less verbose
2025-02-22  Michael Tremerjail: Log less when creating/freeing a jail
2025-02-22  Michael Tremerjenkins: Move the asan logs to the root
2025-02-22  Michael Tremertests: Avoid leaking memory in parser tests
2025-02-22  Michael Tremerjenkins: Upload asan logs only when tests have failed
2025-02-22  Michael Tremerparser: Dump the current status less often
2025-02-22  Michael Tremerxfopen: Include limits.h
2025-02-22  Michael Tremerstrings: Have pakfire_string_format_interval write...
2025-02-22  Michael Tremerjenkins: Use multiple CPU cores for the static analyzer...
2025-02-22  Michael Tremerjenkins: Run the testsuite with address sanitization
2025-02-22  Michael Tremerconfigure: Let the compiler figure out what to link...
2025-02-22  Michael TremerCLI: Refactor progressbar to use statically allocated...
2025-02-22  Michael Tremertransactions: Free the job queue
2025-02-22  Michael Tremersnapshots: Be less verbose when destroying a snapshot
2025-02-22  Michael Tremerjail: Fix buffer overrun when reading the scriptlet
2025-02-22  Michael Tremerasan: Use libunwind for better stack traces
2025-02-22  Michael Tremertests: Remove various smaller memory "leaks"
2025-02-22  Michael Tremerjail: Free the timeout timer
2025-02-22  Michael Tremerjail: Use the reference to the loop that we already...
2025-02-22  Michael Tremerfile: Refactor making the filelist
2025-02-22  Michael Tremerstrings: Add function to add formatted strings to a...
2025-02-22  Michael Tremerlog buffer: Free all held lines when freeing the buffer
2025-02-22  Michael Tremerdb: Ensure to free the deps list after each iteration
2025-02-22  Michael Tremerconfigure: Build with debugging information when using...
2025-02-22  Michael Tremerconfigure: Add option to enable the address sanitizer
2025-02-19  Michael Tremerjenkins: Remove any traces for Almalinux
2025-02-19  Michael Tremerjenkins: Use more modern command line to install dev...
2025-02-19  Michael Tremerparser: Ignore comments regardless what state the scann...
2025-02-19  Michael Tremerdist: Fix return codes
2025-02-19  Michael Tremerparser: Properly handle yyparse() return codes
2025-02-19  Michael Tremerjenkins: Strictly name releases
2025-02-18  Michael Tremerjenkins: Add Ubuntu latest for the tests
2025-02-16  Michael Tremerjail: Run setuid/gid mapping even when we are running...
2025-02-16  Michael Tremerctx: Remove another hard-coded configuration path
2025-02-16  Michael Tremerconfigure: Bump version to 0.9.30 0.9.30
2025-02-16  Michael Tremerbuild: Permit to uninstall or downgrade packages in...
2025-02-16  Michael Tremercli: Fix path of default configuration file
2025-02-16  Michael Tremerconfigure: Compile everything with -std=gnu17
2025-02-16  Michael Tremercli: pakfire: Log everything to the console by default
2025-02-16  Michael TremerMakefile: Ship i18n.h
2025-02-16  Michael Tremerbuild: Fix check for BUILDROOT
2025-02-16  Michael TremerPTY: Automatically connect stdout/stderr in some cases
2025-02-16  Michael TremerPTY: Connect stdout/stderr to /dev/null unless somethin...
2025-02-16  Michael Tremerarchive: Reformat arguments for systemd-sysusers
2025-02-16  Michael Tremerarchive: Make the systemd sysusers filter logic slightl...
2025-02-16  Michael Tremerpackages: Always check if the file size matches
2025-02-16  Michael TremerOCI: Initialize size
2025-02-16  Michael TremerELF: Don't fail if we could not parse some DWARF inform...
2025-02-16  Michael TremerPTY: Increase maximum line length to 16k
2025-02-16  Michael Tremerarchive writer: Don't use --long for Zstandard
2025-02-15  Michael TremerUse assert() to make the static analyzer happy
2025-02-15  Michael Tremerlinter: Skip all ELF checks for relocatable objects
2025-02-15  Michael Tremerconfig: Drop unused function
2025-02-15  Michael Tremermacros: Add a GitHub URL macro for tags (instead of...
2025-02-15  Michael Tremermacros: Add helpers to make GitHub URLs
2025-02-15  Michael Tremerbuild: Dump all information about the source package
2025-02-15  Michael Tremerpackages: Return the actual error when we fail to open...
2025-02-15  Michael Tremerbuild: Print debug messages as well
2025-02-15  Michael Tremerpackages: Use the new path function to find the package
2025-02-15  Michael Tremerxfer: Improve error message if the URL could not be...
2025-02-15  Michael Tremerxfer: Improve our user agent
2025-02-15  Michael Tremerxfer: Show a message if we are running out of mirrors
2025-02-15  Michael Tremerlinter: Skip linting any object files
2025-02-15  Michael Tremerarchive writer: Don't compress in parallel
2025-02-15  Michael Tremerpackager: Compress source archives less
2025-02-15  Michael Tremerpty: Connect stdin to /dev/null when not connected
2025-02-15  Michael Tremerpty: Close the file descriptor of the console
2025-02-14  Michael Tremerdaemon: Use macros to make time deltas easier to understand
2025-02-14  Michael Tremerlog file: Never write any debug stuff to the file
2025-02-14  Michael Tremerdaemon: Don't remove the stats timer
2025-02-14  Michael Tremerbuild: Fix adding Python ABI dependencies
2025-02-14  Michael Tremercli: Remove unused variable
2025-02-14  Michael Tremerpty: Move filtering escape characters to the PTY
2025-02-14  Michael Tremerlog file: Try to process any ANSI escape sequences
2025-02-14  Michael Tremerbuild: Add CLI switch to write the build log to file
2025-02-14  Michael Tremerxfopen: Don't set errno when we don't fail
2025-02-13  Michael Tremerxfer: Ensure that we will always send the entire messag...
2025-02-10  Michael Tremerxfopen: Add more tests for invalid inputs
2025-02-10  Michael Tremerstring: Fix error handling for strftime functions
2025-02-10  Michael Tremerstrings: Remove an unused variable
2025-02-10  Michael Tremerjson: Remove superfluous semicolon
2025-02-10  Michael Tremerstrings: Refactor formatting time
2025-02-10  Michael Tremertests: Don't warn if an address always evaluates
2025-02-10  Michael Tremertests: string: Fail with a clear error code on invalid...
2025-02-10  Rico Hoppetests/string.c: add test function for time formatting
2025-02-10  Michael Tremerjson: Add string formatting attribute
2025-02-10  Michael Tremeroci: Add some missing metadata
2025-02-10  Michael Tremerjson: Add function to add formatted strings to an array
2025-02-08  Michael TremerOCI: Add an entrypoint to the image
2025-02-08  Michael Tremerjson: Add a convenience function to append strings...
2025-02-08  Michael Tremeroci: Add basic OCI metadata
2025-02-08  Michael Tremerarchive writer: Add string formatting attribute
2025-02-08  Michael Tremerjson: Add a convenience function to format strings
2025-02-08  Michael Tremerhasher: Add a convenience function to has some data...
2025-02-08  Michael Tremerarchive writer: Never ever pad the last block
2025-02-08  Michael Tremerarchive writer: Make sure we flush all buffers
2025-02-08  Michael Tremerarchive writer: Use gzip compression for OCI images
2025-02-08  Michael Tremeroci: Update the filename for the blob
2025-02-08  Michael Tremeroci: Remove creating Docker metadata
2025-02-08  Michael Tremeroci: Write the OCI layout file
next