]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
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
2022-08-31  Michael Tremerarchive: Call stat() on open
2022-08-31  Michael Tremerarchive: Drop including lots of unused headers
2022-08-31  Michael Tremerutil: Add function to convert paths into absolute
2022-08-31  Michael Tremerpakfire-builder: Take packages from CLI for info
2022-08-31  Michael Tremerdist: Pass any source files with their absolute path
2022-08-31  Michael Tremerfile: Pass NULL to set function when setting hard/symlinks
2022-08-31  Michael Tremerstring: Change that set will copy empty strings
2022-08-31  Michael Tremerfile: Log an error message when setting path fails
2022-08-31  Michael Tremerdb: Store all file digests
2022-08-31  Michael Tremertests: downloader: Fix compiling test
2022-08-30  Michael Tremerpakfire: Initialize pointer to db so that we don't...
2022-08-26  Michael Tremerpackager: Only package selected digests
2022-08-26  Michael Tremerdigest: Move caching into digests
2022-08-26  Michael Tremerman: Add some documentation about the archive format
2022-08-26  Michael Tremerdigest: Add support for SHA-3
2022-08-26  Michael Tremerdigest: Rename SHA-512/256 to SHA-2-512/256
2022-08-26  Michael Tremerdigest: Create helper functions to avoid too much code...
2022-08-24  Michael Tremerdigest: Add support for BLAKE2b512/BLAKE2s256
2022-08-24  Michael Tremerdigest: Use digest lengths from OpenSSL
2022-08-24  Michael Tremerpackager: Compute digests when packaging files
2022-08-24  Michael Tremertests: Add tests for digest
2022-08-24  Michael Tremerdigest: Reset error code when computation is finished
2022-08-24  Michael Tremerdigest: Fix confused context names
2022-08-24  Michael Tremerdigest: Show some useful debugging output on mismatch
2022-08-24  Michael Tremerdigest: Add function to check whether a digest is set
next