]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
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
2022-09-05  Michael Tremerpackager: Add filelist to package metadata
2022-09-05  Michael Tremerarchive: Avoid endless loop when parsing legacy packages
2022-09-05  Michael Tremerarchive: Make reading archives more verbose
2022-09-05  Michael Tremercompress: Actually walk through the archives
2022-09-05  Michael Tremerpackager: Use common compression function
2022-09-05  Michael Tremercompress: Build a common compression function
2022-09-05  Michael Tremerfilelist: Add function to walk through filelist
2022-09-05  Michael TremerMakefile: Drop unused environment variable in test...
2022-09-01  Michael Tremercompress: Use common walking routine for extraction
2022-09-01  Michael Tremerwalk: Attempt to create some common function to walk...
2022-09-01  Michael Tremercompress: Move filelist argument into extractor struct
2022-09-01  Michael Tremerarchive: Build reading payload files for format >= 6
2022-09-01  Michael Tremertests: archive: Extract package metadata after opening
2022-09-01  Michael Tremerarchive: Parse scriptlets when the archive is opened...
2022-09-01  Michael Tremerarchive: Refactor reading archives
2022-09-01  Michael Tremerkey: Correctly handle GnuPG error code
2022-08-31  Michael Tremerarchive: Drop FILELIST from compat filelist
2022-08-31  Michael Tremerarchive: Drop marker if digests are computed
2022-08-31  Michael Tremerarchive: Re-use function to compute digests wherever...
2022-08-31  Michael Tremerarchive: Open for reading only
next