]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2022-10-23  Michael Tremerdaemon: Drop workers logger and use daemon logger
2022-10-23  Michael Tremerdaemon: Open the log file in text mode
2022-10-23  Michael Tremerhub: Log that we joined the queue
2022-10-23  Michael Tremerdaemon: Setup the correct logger
2022-10-23  Michael Tremerdaemon: Upload the log after the build has finished
2022-10-23  Michael Tremerclient: Fix connection check
2022-10-23  Michael TremerMerge branch 'master' of ssh://people.ipfire.org/pub...
2022-10-23  Michael Tremerclient: Add command to list all uploads
2022-10-23  Michael Tremerclient: Create a subparser for uploads
2022-10-23  Michael Tremerclient: Drop unimplemented commands
2022-10-23  Michael Tremerclient: Drop wrapper class and connect straight to...
2022-10-23  Michael Tremerclient: Implement deleting uploads
2022-10-23  Michael Tremerarch: Fix off-by-one error in allocation
2022-10-23  Michael TremerMerge branch 'master' of ssh://people.ipfire.org/pub...
2022-10-23  Michael Tremerarch: Add function that returns a list of all supported...
2022-10-18  Michael Tremerclient: Implement sending the build repository
2022-10-18  Michael Tremerarchive: Don't read the distribution twice
2022-10-18  Michael Tremerpackages: Write/read distro tag from metadata
2022-10-18  Michael Tremerdistro: Add a function that creates the tag
2022-10-18  Michael Tremerfile: Accept relative paths and make them absolute
2022-10-18  Michael Tremerfile: Correctly return the error code
2022-10-18  Michael Tremercompress: Add entry to filelist before we modify it
2022-10-12  Michael Tremerrepo: Store the fingerprint of the imported key
2022-10-12  Michael Tremerrepos: Read key immediately and write it to the config
2022-10-11  Michael Tremerconfig: Continue after parsing a multiline value
2022-10-11  Michael Tremerconfig: Increase maximum length of values
2022-10-11  Michael Tremercontrib: Embed key into the repository configuration...
2022-10-11  Michael Tremer_pakfire: repo: Remove function to export configuration
2022-10-11  Michael Tremerconfig: Add function to format values
2022-10-11  Michael Tremerconfig: Dump configuration files
2022-10-11  Michael Tremerconfig: Add function to map values as FILE*
2022-10-11  Michael Tremerconfig: Extend parser to support multiline files
2022-10-11  Michael Tremerdaemon: Authenticate against the hub using Kerberos
2022-10-11  Michael Tremer_pakfire: keys: Export algorithm and key length
2022-10-11  Michael Tremerdb: Fix updated table layout
2022-10-11  Michael Tremerpackages: Drop any hexdigest helper functions
2022-10-11  Michael Tremerpackages: Use binary digest function in dump
2022-10-11  Michael Tremerpackage: Compose cache path based on the binary digest
2022-10-11  Michael Tremerfile: Drop all hexdigest functions
2022-10-11  Michael Tremerdigest: Add pakfire_digest_name to header
2022-10-11  Michael Tremerdb: Fix insert statement for packages
2022-10-11  Michael Tremer_pakfire: Return digest for packages only as binary
2022-10-11  Michael Tremerpackages: Use binary digests in database
2022-10-11  Michael Tremerdigest: Add function to return a digest name
2022-10-11  Michael Tremerkeys: Export name & email
2022-10-11  Michael Tremerkeys: Export public/secret keys easily
2022-10-11  Michael Tremer_pakfire: file: Include util.h for datetime functions
2022-10-11  Michael Tremerkeys: Export UID
2022-10-11  Michael Tremerkeys: expires_at: Return None if the key does not expire
2022-10-11  Michael Tremerkeys: Export creation/expiration timestamp
2022-10-11  Michael Tremer_pakfire: Move PyDateTime_FromTime_t to util
2022-10-05  Michael Tremerhub: Raise a better error for any authentication errors
2022-10-05  Michael Tremerhub: Authenticate any responses from the server
2022-10-05  Michael Tremerclient: Perform Kerberos authentication against the hub
2022-10-05  Michael Tremerpackage: Fail if we could not fetch the repository
2022-10-01  Michael Tremerdb: Fix filelist queries
2022-10-01  Michael Tremerfile: Rename user/group to uname/gname
2022-10-01  Michael Tremer_pakfire: Drop hexdigest() from File
2022-10-01  Michael Tremer_pakfire: Drop constants for digest types
2022-10-01  Michael Tremer_pakfire: Fetch digest type by string
2022-10-01  Michael Tremerdigest: Make pakfire_digest_get_by_name public
2022-10-01  Michael Tremerdigests: Add function to return the type from string
2022-09-20  Michael Tremerpackager: Store package filelist in metadata
2022-09-20  Michael Tremerrepo: Improve SOLV file
2022-09-20  Michael Tremerpackage: Drop support for reading legacy filelists
2022-09-20  Michael Tremerfilelist: Add dump function to dump an entire filelist
2022-09-20  Michael Tremerbuild: Free file string after dump
2022-09-19  Michael Tremerpackager: Actually iterate over the correct filelist
2022-09-19  Michael Tremerfilelist: Fix off-by-one error on cleanup
2022-09-19  Michael Tremerpackager: Remove files after they have been packaged
2022-09-19  Michael Tremerbuild: Abort if there are any unpackaged files
2022-09-19  Michael Tremerfile: Add function to dump the file
2022-09-19  Michael Tremerpackager: Use pakfire_filelist_walk to add files
2022-09-19  Michael Tremerpackager: Abort if payload could not be written
2022-09-19  Michael Tremerprogressbar: Fix return code from renderer thread
2022-09-16  Michael Tremerlogger: Add debug switch
2022-09-16  Michael Tremercompress: Read path again on extraction
2022-09-16  Michael Tremerpython: Hack to not crash when the log function raises...
2022-09-16  Michael TremerDrop unused capabilities stuff
2022-09-16  Michael Tremerarchive: Refactor how we read the new archive format
2022-09-16  Michael Tremerprogressbar: Always finish properly
2022-09-09  Michael Tremerpakfire: Technically, we support XZ compression, too
2022-09-09  Michael Tremerpakfire: Add feature codes for all supported digests
2022-09-09  Michael Tremerpackager: Add pakfire features for all used digests
2022-09-09  Michael Tremerfile: Ensure that all desired digests are computed
2022-09-09  Michael Tremerfile: Remove leading slash for "path"
2022-09-09  Michael Tremercompress: Avoid prepending "(null)" to paths on extraction
2022-09-09  Michael Tremersnapshot: Use PAKFIRE_BUFFER_SIZE
2022-09-09  Michael Tremertransactions: Don't ask for confirmation right now
2022-09-09  Michael Tremerprogressbar: Drop timer in favour of a render thread
2022-09-09  Michael Tremerarchive: Rewind before copy
2022-09-05  Michael Tremerpackager: Flush all data to disk before trying to re...
2022-09-05  Michael Tremerarchive: Move rewind before the archive is opened
2022-09-05  Michael Tremerarchive: Check whether we are trying to open an empty...
2022-09-05  Michael Tremerarchive: Tell the kernel that we will read the file...
2022-09-05  Michael Tremerfile: Try to be smarter and set abspath/path automatically
2022-09-05  Michael Tremerpackage: Add the filelist to the JSON metadata
2022-09-05  Michael Tremerpackage: Refactor pakfire_package_set_filelist_from_string
2022-09-05  Michael Tremerpackage: Refactor pakfire_package_get_filelist
2022-09-05  Michael Tremerpackage: Refacor pakfire_package_set_filelist
next