]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
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
2022-08-17  Michael Tremerbuild: Refactor reading the makefile
2022-08-17  Michael Tremerarchive: Extract source packages into versioned paths
2022-08-17  Michael Tremersnapshot: Show extraction speed again
2022-08-17  Michael Tremercompress: Create a unified extraction function
2022-08-17  Michael Tremerutil: Speed up pakfire_rmtree()
2022-08-17  Michael Tremerbuild: Disable ccache using CCACHE_DISABLE=1
2022-08-17  Michael Tremersnapshots: Pass path instead of file descriptor
2022-08-17  Michael Tremersnapshot: Refactor composing archive
2022-08-17  Michael Tremerfile: Store device node type
2022-08-17  Michael Tremerfile: Fix return code when create fails
2022-08-17  Michael Tremerfile: Add convenience function to open files
2022-08-17  Michael Tremerfile: Add function to return data as archive_entry
2022-08-17  Michael Tremerfile: Store hardlink/symlink targets
2022-08-17  Michael Tremerbuild: Install packages even when no snapshot is being...
2022-08-17  Michael Tremerbuild: Rename init routine and add marker
2022-08-17  Michael Tremerjail: Drop unused pakfire_jail_has_flag function
2022-08-17  Michael Tremerjail: Use common function to write files
2022-08-17  Michael Tremerutil: Add generic function to write data to files
2022-08-17  Michael Tremerbuild: Use pakfire_jail_bind to bind-mount local repository
2022-08-17  Michael Tremerjail: Make waiting loop more efficient
2022-08-17  Michael Tremerpython: execute: Fix SEGV when no output has been returned
2022-08-17  Michael Tremerjail: Fix logic error in interactive flag
2022-08-17  Michael Tremerprogressbar: Return correct error code when we couldn...
2022-08-17  Michael Tremerprogressbar: Add mutex to avoid race when drawing
2022-08-17  Michael Tremerpakfire: Drop build flag
2022-08-17  Michael Tremercgroups: Check if a valid name for child groups is...
2022-08-17  Michael Tremerjail: Fix returning UUID
2022-08-16  Michael Tremerbuild: Fix reference to repository
2022-08-16  Michael Tremerscripts: Drop interactive flag
2022-08-16  Michael Tremerbuild: Move local build repository here
2022-08-16  Michael Tremerpakfire: Drop interactive flag
2022-08-16  Michael Tremerbuild: Move interactive flag from jail
2022-08-16  Michael Tremerjail: Make dropping users into a shell easier
2022-08-16  Michael Tremerpakfire: Drop empty pakfire_build_setup function
2022-08-16  Michael Tremerjail: Export new bind action in favour of pakfire_bind()
2022-08-16  Michael Tremermount: Drop unused pakfire_umount_all function
2022-08-16  Michael Tremerbuild: Actually disable snapshots when requested
2022-08-16  Michael Tremerbuild: Move ccache setup here
2022-08-16  Michael Tremerjail: Implement bind-mounting anything into the jail
2022-08-16  Michael Tremertests: command: Check if something is a mountpoint
next