]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
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
2022-08-24  Michael Tremerdigests: Don't let computation fail if not all types...
2022-08-24  Michael Tremerdigests: Rewind f after computing digests
2022-08-24  Michael Tremerarchive: Refactor digest computation
2022-08-24  Michael Tremerdigests: Move pakfire_digest_length() from util
2022-08-24  Michael Tremerdigests: Add a compute and comparison function
2022-08-24  Michael Tremerdigests: Redefine enum as bitmask
2022-08-24  Michael Tremerdigests: Split off into a new set of files
2022-08-24  Michael Tremerfile: Make importer from archive entry private
2022-08-24  Michael Tremerpackager: Initialize r
2022-08-24  Michael Tremerfile: Add function to create file from path
2022-08-24  Michael Tremerfilelist: Fix leaking archive entries
2022-08-24  Michael Tremerdist: Avoid putting backup files into source packages
2022-08-24  Michael Tremerdist: Use filelist to scan for any source files
2022-08-24  Michael Tremerfile: Store any digests as an extended attribute
2022-08-23  Michael Tremerfile: Use struct stat to store own stat data
2022-08-23  Michael Tremercompress: Only say that we are extracting when we are...
2022-08-23  Michael Tremerpackager: Reset permissions for source files again
2022-08-23  Michael Tremerfile: Add easy way to edit permissions
2022-08-23  Michael Tremerpackager: Add function to add multiple files at once
2022-08-23  Michael Tremerbuild: Use simpler function to add files
2022-08-23  Michael Tremerpackager: Add new function that accepts a file object
2022-08-23  Michael Tremerarchive: Update the name of the metadata file
2022-08-23  Michael Tremerfilelist: Drop parser for legacy filelists
2022-08-23  Michael Tremerarchive: Allow for the archive to be compressed
2022-08-23  Michael Tremerarchive: Drop support for checksums
2022-08-23  Michael Tremerarchive: Collect the filelist on the regular extraction
2022-08-23  Michael Tremersnapshot: Fix calling the extractor
2022-08-23  Michael Tremerarchive: Load the filelist from payload only
2022-08-23  Michael Tremercompress: Add flag to disable the progress bar
2022-08-23  Michael Tremercompress: Add flag to perform a dry-run extraction
2022-08-23  Michael Tremercompress: Add option to collect all extracted files
2022-08-21  Michael Tremerpackager: Add any meta-data as hidden files
2022-08-21  Michael Tremerpackager: Prevent adding hidden files
2022-08-21  Michael Tremerpackager: Fix return codes
2022-08-21  Michael Tremerpackager: Append payload to the archive
2022-08-21  Michael Tremerpackager: Write scriptlets before the payload
2022-08-21  Michael Tremerpackager: Compress the outer tarball
2022-08-21  Michael Tremerpackager: Drop support for mtrees
2022-08-20  Michael Tremerpackager: Store any extended attributes in SCHILY header
2022-08-20  Michael Tremerarchive: Drop support for signatures in archives
2022-08-20  Michael Tremertests: Add tests to generate keys
2022-08-19  Michael Tremerdb: Properly abort when we cannot import a file
2022-08-19  Michael Tremerfile: Automatically set abspath if path isn't set
2022-08-19  Michael Tremerdb: Change how we store file digests and load them...
2022-08-19  Michael Tremerfile: Verify payload
2022-08-19  Michael Tremerfile: Verify timestamps
2022-08-19  Michael Tremerfile: Verify file mode
2022-08-19  Michael Tremerfile: Rename verify flags
2022-08-19  Michael Tremerfile: Perform some basic verification tasks
2022-08-19  Michael Tremerpakfire: check: Extend to verify all files
2022-08-19  Michael Tremerpython: Add function to generate list from filelist
2022-08-19  Michael Tremerpython: Add exceptions for check operation
2022-08-19  Michael Tremerdb: Implement fetching the entire filelist
2022-08-19  Michael Tremerfile: Add a dummy verification function
2022-08-19  Michael Tremerfile: Refactor how we store digests
2022-08-19  Michael TremerDrop support for SHA-1
2022-08-19  Michael Tremertests: Add some basic tests for files
2022-08-19  Michael Tremerfile: Perform some basic checks on file paths
2022-08-19  Michael Tremerfile: Refactor struct pakfire_file slightly
2022-08-19  Michael Tremerparser: scanner: Fix compiler warning
2022-08-19  Michael Tremerpakfire: Refactor pakfire_cache_path
2022-08-19  Michael Tremerbuild: Make memory limit configurable
2022-08-19  Michael Tremerbuild: Make cgroup parameters configurable
2022-08-19  Michael Tremerconfig: Fix return codes
2022-08-19  Michael Tremercgroup: Fix compiler warning
2022-08-19  Michael Tremerconfig: Add function to get bytes
2022-08-19  Michael Tremerstring: Add function that parses bytes
2022-08-19  Michael Tremerutil: Refactor pakfire_basename/dirname and pakfire_mkdir
2022-08-18  Michael TremerRemove unnecessary use of sizeof(x) - 1
2022-08-18  Michael TremerRemove use of snprintf() throughout the library
2022-08-18  Michael Tremerstring: Drop pakfire_format_date()
2022-08-18  Michael Tremerstring: Drop #pragma which ignores string formatting...
2022-08-18  Michael Tremerstring: Refactor strftime() functions
2022-08-18  Michael Tremerarch: Use the new/old string functions exclusively
2022-08-18  Michael Tremerpakfire: Replace pakfire_make_path with something easier
2022-08-18  Michael Tremerstring: Split format function so that it takes ......
2022-08-18  Michael Tremerutil: Refactor pakfire_path_join
2022-08-18  Michael Tremerstring: Correct handle return code of pakfire_string_se...
2022-08-18  Michael Tremerstring: Refactor pakfire_string_format to be more robust
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-17  Michael TremerMove dependency functions into an own file
2022-08-17  Michael Tremerbuild: Unify all temporary files
2022-08-17  Michael Tremerbuild: Unroll loop for build stages
2022-08-17  Michael Tremertests: archive: Fix build
2022-08-17  Michael Tremerbuild: Use pakfire_relpath() to determine buildroot
2022-08-17  Michael Tremerbuild: Actually perform the build again
2022-08-17  Michael Tremerpakfire: Add a function to convert paths to relative
2022-08-17  Michael Tremerbuild: Allocate buildroot
next