]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2025-01-26  Michael Tremerlog buffer: Keep count of the current number of lines
2025-01-26  Michael Tremerrepo: Avoid double-free when downloading files
2025-01-26  Michael Tremerjob: Rename the configuration attribute in message
2025-01-26  Michael Tremerdeps: Make the pool for version comparisons persistent
2025-01-25  Michael Tremerjenkins: Try to include the build ID in Pakfire's version
2025-01-25  Michael Tremeros: Actually read some stuff from DMI
2025-01-25  Michael Tremerdaemon: Reset the reconnection timer on connect
2025-01-25  Michael Tremerdaemon: Send information that does not change only...
2025-01-25  Michael Tremerxfer: Add function to append query arguments
2025-01-25  Michael Tremerxfer: Free and re-allocate the full URL
2025-01-25  Michael Tremerdaemon: Read more system information and sent it to...
2025-01-25  Michael Tremeros: Implement some custom CPU model detection for ARM
2025-01-24  Michael Tremerjenkins: Apply architecture to apt preferences
2025-01-24  Michael Tremerdaemon: Support reading the keytab from config
2025-01-24  Michael Tremerdebian: Try forcing to build against cURL 8.11
2025-01-24  Michael Tremerjenkins: Ensure we use libcurl on Debian Bookworm
2025-01-24  Michael Tremerpython: Enable coverage tests, too
2025-01-24  Michael Tremerdebian: Automatically uninstall the former libpakfire...
2025-01-24  Michael Tremerjenkins: Remove the range option from lcov
2025-01-24  Michael Tremerjenkins: Run LCOV tests on Debian Bookworm
2025-01-23  Michael Tremerdebian: Don't pick a certain version of cURL
2025-01-23  Michael Tremerdaemon: Configure Kerberos authentication
2025-01-23  Rico Hoppesrc/string: implement macro for function pakfire_format...
2025-01-23  Rico Hoppetests/string.c: implemented a test for the pakfire_form...
2025-01-22  Michael Tremerbuildservice: Don't send "(null)" as repository name...
2025-01-22  Michael Tremerxfer: Tolerate receiving an empty API response
2025-01-22  Michael Tremerhttpclient: Rename to self
2025-01-22  Michael Tremerhttpclient: Split dequeue and removing the handle
2025-01-22  Michael Tremerhttpclient: Don't terminate the loop if we don't control it
2025-01-22  Michael Tremerjob: Don't store the configuration as string, parse...
2025-01-22  Michael Tremerjob: Free any held resources after connecting to a...
2025-01-22  Michael Tremerxfer: Don't exit too early to remove any websocket...
2025-01-22  Michael Tremerdaemon: Don't exit too early to unref the xfer
2025-01-21  Michael Tremerxfer: Ensure we are uploading from the beginning of...
2025-01-21  Michael Tremerxfer: Fail if the uploaded file could not be stat'ed
2025-01-12  Michael Tremerarchive: Increase the block size
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
next