]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2025-01-12  Michael Tremerarchive: Don't try to set fadvise() on an invalid fd
2025-01-12  Michael Tremerarchive: Ensure r is always set correctly
2025-01-12  Michael Tremerarchive: Fix setting the error message
2025-01-12  Michael Tremerarchive: Ensure we are only opening regular files
2025-01-11  Michael Tremerkey: Make dumping a key less braindead
2025-01-11  Michael Tremerutil: Remove function to read file contents into a...
2025-01-11  Michael Tremerutil: Map JSON strings into memory
2025-01-11  Michael Tremerkeys: Map them into memory
2025-01-11  Michael Tremerbuild: Map scripts instead of reading them
2025-01-11  Michael TremerPTY: Check if we have a file descriptor before reading...
2025-01-11  Michael Tremersnapshots: Don't try to sync installed packages
2025-01-11  Michael Tremersnapshots: Rename to self
2025-01-11  Michael Tremersnapshots: Return pointer without touching the referenc...
2025-01-11  Michael Tremersnapshots: Ignore locked snapshots and keep cleaning
2025-01-11  Michael Tremersnapshots: Fix logic error and process directories
2025-01-11  Michael Tremersnapshots: Always try to clean up after we created...
2025-01-11  Michael Tremersnapshots: Only consider directories or symlinks
2025-01-11  Michael Tremersnapshots: Only use snapshots when they are not older...
2025-01-11  Michael Tremerpakfire: Clang does not seem to like if we are checking...
2025-01-11  Michael Tremerpath: Sanitize format strings for the format function
2025-01-11  Michael Tremerpakfire: Always require a configuration
2025-01-11  Michael Tremerjail: Reset umask to 022
2025-01-11  Michael Tremerbuild: Don't overwrite package
2025-01-11  Michael Tremerarchive: Allow creating a package without returning it
2025-01-11  Michael Tremerpackagelist: Rename push to add
2025-01-11  Michael Tremerpackagelist: Refactor using binary search
2025-01-11  Michael Tremerrepo: Make conversion to package list static
2025-01-11  Michael Tremerpackage: Simplify adding all build packages
2025-01-11  Michael Tremerbuild: Refactor copying packages after the build
2025-01-11  Michael Tremerbuild: Drop the package list and iterate over the repo...
2025-01-11  Michael Tremerrepo: Add convenience function to iterate over all...
2025-01-11  Michael Tremerbuild: Free namespaces
2025-01-11  Michael Tremerpackager: Return an archive
2025-01-11  Michael Tremerarchive: Fail if we were not given a package pointer
2025-01-11  Michael Tremerarchive: Add function to unlink an archive
2025-01-11  Michael Tremerpath: Add function to format a path and normalize it...
2025-01-11  Michael Tremerpackager: Refactor composing the filename
2025-01-11  Michael Tremerparser: Stop expanding variables if the string becomes...
2025-01-11  Michael Tremerparser: Always copy the namespace to the stack
2025-01-11  Michael Tremerparser: Simplify declaration matching
2025-01-11  Michael Tremerparsers: Statically allocate the namespace
2025-01-11  Michael Tremerparser: Slightly improve expanding variables
2025-01-11  Michael Tremerparser: Refactor stripping namespaces
2025-01-11  Michael Tremerparser: Don't try to expand empty strings
2025-01-11  Michael Tremerparser: Cleanup expanding variables
2025-01-11  Michael Tremerparser: Compile regular expressions only once
2025-01-11  Michael Tremerparser: Remove a dead assignment
2025-01-11  Michael Tremerparser: Write a better implementation to replace newlines
2025-01-11  Michael Tremerparser: Use existing string functions for copying strings
2025-01-11  Michael Tremerparser: Avoid a potential double-free on early exits
2025-01-11  Michael Tremerparser: Fix return code handling when merging parsers
2025-01-11  Michael Tremerparser: Refactor reading from file
2025-01-11  Michael Tremerparser: Map the data into buffer to read it faster
2025-01-11  Michael Tremerutil: Create a convenience function to map files into...
2025-01-11  Michael Tremerparser: Refactor listing namespaces
2025-01-11  Michael Tremerstrings: Add a function to search for a match in string...
2025-01-11  Michael Tremerparser: Use string functions to manage filelists
2025-01-11  Michael Tremerparser: Minor cleanup when searching for a template
2025-01-11  Michael Tremerparser: Refactor creating declarations
2025-01-11  Michael Tremerparser: Tidy up for finding declarations
2025-01-11  Michael Tremerparser: Refactor joining strings
2025-01-11  Michael Tremerparser: Refactor creating a new parser
2025-01-11  Michael Tremerdist: Free the context after reading the makefile
2025-01-11  Michael Tremertests: Fix the parser tester
2025-01-11  Michael Tremerbuild: Free transaction after performing the install...
2025-01-10  Michael Tremerdist: Release the context after we are done
2025-01-10  Michael Tremercli: Fail if the context wasn't freed in the end
2025-01-10  Michael Tremerpty: Make the buffers significantly smaller
2025-01-10  Michael Tremerbuild: Refactor processing Perl dependencies
2025-01-10  Michael Tremerpty: Implement to stream a filelist into stdin
2025-01-10  Michael Tremerbuild: Simplify mounting the ccache
2025-01-10  Michael Tremerstripper: Only copy regular source files
2025-01-10  Michael Tremertransaction: In build mode, always install the best...
2025-01-10  Michael Tremerbuild: Allow uninstalling and downgrading packages
2025-01-10  Michael Tremerlinter: Don't try to perform ELF checks on start files
2025-01-10  Michael Tremermacros: Package /usr/lib*/cmake in development packages
2025-01-10  Michael Tremerstripper: Support stripping binaries without a Build ID
2025-01-10  Michael Tremerbuild: Simplify error message when build dependencies...
2025-01-10  Michael Tremerstrings: Add a function to dump a string array
2025-01-10  Michael Tremerpakfire: Don't uninstall source packages by accident
2025-01-10  Michael Tremerpakfire: Call pool_setarchpolicy() directly
2025-01-09  Michael TremerELF: Skip any invalid DWARF sections
2025-01-09  Michael TremerELF: Actually return NULL if there is no Build ID
2025-01-09  Michael Tremerpty: Ensure to register SIGWINCH in the parent process
2025-01-08  Michael Tremercli: progressbar: Fix integer underflow
2025-01-08  Michael Tremerstripper: Add the debuglink only when we have extracted...
2025-01-08  Michael Tremerstrings: Add function to merge multiple strings into...
2025-01-08  Michael Tremerstripper: Create directories where we are creating...
2025-01-08  Michael Tremerstripper: Rename functions
2025-01-08  Michael Tremerstripper: Don't try to extract debuginfo from *.o files
2025-01-08  Michael Tremerstripper: Strip any LTO information
2025-01-08  Michael Tremerstripper: Rename to self
2025-01-08  Michael Tremerlinter: Skip script interpreter check for ELF files
2025-01-08  Michael Tremerlinter: Skip linting kernel modules
2025-01-08  Michael Tremerlinter: Move skipping files we never want to lint
2025-01-08  Michael Tremerbuild: Remove extra step when installing any custom...
2025-01-08  Michael Tremerbuild: Install source package/update in one step
2025-01-08  Michael Tremerbuild: Find pre-requirements without a shell script
2025-01-08  Michael Tremerpty: Add helper function to stream a buffer into stdin
2025-01-08  Michael Tremerutil: which: Fix return code on invalid input
next