]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
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
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
next