]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2023-08-30  Michael Tremerarch: Enhance check for support by host and check for...
2023-08-30  Michael Tremerstrings: Add function to free string arrays
2023-08-30  Michael Tremerpackages: Copy strings when returning arrays
2023-08-29  Michael Tremerarch: Teach Pakfire to run a different arch effectively
2023-08-29  Michael Tremermacros: Set arch in pakfire
2023-08-29  Michael Tremerpakfire: Call the correct function to check if the...
2023-08-29  Michael Tremerpackages: Export build architectures in Python
2023-08-29  Michael Tremertests: Add a simple test to read metadata from Python
2023-08-26  Michael Tremerpackages: Add support for build arches
2023-08-26  Michael Tremerrepo: Fix expression to find package archives
2023-08-26  Michael Tremerpackager: Set the sourcepath as path if no path given
2023-08-26  Michael Tremerpackage: Don't crash if a package has no UUID
2023-08-25  Michael Tremerfile: Fix tests and handle invalid inputs better
2023-08-25  Michael Tremerfile: Use "struct archive_entry" to store lots of metadata
2023-08-25  Michael Tremercompress: Make sure that paths are relative in archives
2023-08-25  Michael Tremerconfigure: No longer check for FTS functions
2023-08-25  Michael Tremerpakfire: Remove using FTS when reading repository confi...
2023-08-25  Michael Tremerarch: Remove using FTS to search interpreter
2023-08-25  Michael Tremerdist: Don't package directories
2023-08-25  Michael Tremerdist: Fix not packaging any temporary files
2023-08-25  Michael Tremerfilelist: Use our own pattern matching function throughout
2023-08-25  Michael Tremerfilelist: Use libarchive to scan for files
2023-08-18  Michael TremerMove all static buffers into Thread-local storage
2023-08-18  Michael Tremerarch: Fix convoluted way to find supported arches
2023-08-18  Michael Tremerclient: Add repo API opertions
2023-08-16  Michael Tremerdaemon: Do not attempt to delete configuration
2023-08-16  Michael Tremerpackages: Validate UUIDs when reading from the database
2023-08-16  Michael Tremercontrib: Enable the testing repository by default
2023-08-16  Michael Tremerpackages: Simplify the directory structures once again
2023-08-16  Michael Tremerpackage: Use the correct attribute for directories...
2023-08-16  Michael Tremerrepo: Fix file structure
2023-08-02  Michael Tremerpakfire: Read configuration from a file descriptor
2023-08-02  Michael Tremer_pakfire: util: Refactor PyObject_AsFileHandle using...
2023-08-01  Michael Tremerparser: Remove any global variables
2023-07-27  Michael Tremerpakfire: Fix integer overflow in bit fields
2023-07-25  Michael Tremer_pakfire: Consume any exceptions in log callback
2023-07-25  Michael Tremerhub: Increase robustness if the server goes away
2023-07-25  Michael Tremerlibpakfire: build: Use better return codes
2023-07-25  Michael Tremerlibpakfire: digest: Use better return codes
2023-07-25  Michael Tremerlibpakfire: dependencies: Use better return codes
2023-07-25  Michael Tremerlibpakfire: config: Use better return codes
2023-07-25  Michael Tremerlibpakfire: arch: Use better return codes
2023-07-25  Michael Tremerlibpakfire: archive: Return better return codes
2023-07-25  Michael Tremerlibpakfire: strings: Create better return codes for...
2023-07-25  Michael Tremerkey: Fix wrong passing of string
2023-07-25  Michael Tremerlibpakfire: pakfire_create: Return a better return...
2023-07-25  Michael Tremerlibpakfire: Enhance logging to pass custom errno
2023-07-21  Michael Tremerdependencies: Create and destroy the pool for each...
2023-07-21  Michael Tremer_pakfire: Add version_compare() that does not require...
2023-07-19  Michael Tremerfind-provides: Only handle shared objects
2023-07-19  Michael Tremerbuild: Remove BUILDROOT check
2023-07-18  Michael Tremerjail: Group prctl() calls together
2023-07-18  Michael Tremerjail: Create a new time namespace
2023-07-17  Michael Tremerjail: Change mount propagation before switching root
2023-07-17  Michael Tremerjail: Fix file descriptor check
2023-07-17  Michael Tremerjail: Use pivot_root() again instead of chroot()
2023-06-30  Michael Tremerjail: Handle signals in epoll() loop
2023-06-30  Michael Tremerjail: Initialize all file descriptors with -1
2023-06-29  Michael Tremercgroups: Add BPF program to filter device node access
2023-06-29  Michael Tremerconfigure: Link against libbpf
2023-06-21  Michael Tremerjail: Don't drop any capabilities
2023-06-21  Michael Tremercgroup: Return error when the cgroup could not be created
2023-06-21  Michael Tremerjail: Refactor searching for env variable function
2023-06-20  Michael Tremerjail: Allow accessing loop devices
2023-06-19  Michael Tremerbuilds: Install tools that are required to build a...
2023-06-19  Michael Tremerbuild: Find all packages to be installed and create...
2023-06-14  Michael Tremerbuild: mkimage: Take a fd for the output
2023-06-14  Michael Tremerutil: Add function to copy all data from one fd to...
2023-06-14  Michael Tremerbuild: Add scaffolding to create images
2023-06-01  Michael Tremertests: archive: Fix compiling
2023-06-01  Michael Tremertests: Drop PGP test key
2023-06-01  Michael Tremercontrib: Update keys of IPFire 3
2023-06-01  Michael Tremerkeys: Carry the comment with us and require it
2023-06-01  Michael Tremer_pakfire: Import/export keys as strings
2023-06-01  Michael Tremerkeys: Do not insist on reading the comment line first
2023-06-01  Michael Tremerrepos: Write database signature to the correct place
2023-06-01  Michael Tremerrepos: Fix re-reading repository key
2023-06-01  Michael Tremerkeys: Wipe memory after importing keys
2023-06-01  Michael Tremerkeys: Export signing/verification routines in Python
2023-06-01  Michael Tremerkeys: Flush buffers after creating a signature
2023-06-01  Michael Tremerkeys: Fix handling IDs (again)
2023-06-01  Michael Tremerkeys: Convert the key ID to integer in Python
2023-06-01  Michael Tremer_pakfire: Implement loading keys
2023-06-01  Michael Tremerkeys: Make the ID an array of bytes again
2023-06-01  Michael Tremer_pakfire: keys: Fix error handling when returning algorithm
2023-06-01  Michael Tremertests: Add some simple tests for keys in Python
2023-06-01  Michael Tremerpakfire: Import everything from _pakfire
2023-06-01  Michael Tremer_pakfire: Export the key algorithm constants
2023-06-01  Michael Tremer_pakfire: keys: Treat IDs as integers
2023-06-01  Michael Tremerkeys: Change key id into uint64_t
2023-06-01  Michael Tremer_pakfire: Drop listing keys
2023-06-01  Michael Tremerkeys: Drop delete operation
2023-06-01  Michael Tremerrepos: Implement creating a detached signature for...
2023-06-01  Michael Tremerrepos: Drop flags argument from compose function
2023-06-01  Michael Tremerkeys: Implement signature verification
2023-06-01  Michael Tremerkeys: Refactor importing keys
2023-06-01  Michael Tremerutil: Implement decoding base64 data and add tests
2023-06-01  Michael TremerDrop the old keystore as it is not longer being used
2023-06-01  Michael Tremerkeys: Replace usage of PGP by signify
2023-06-01  Michael Tremerlibpakfire: Drop fetching PGP keys from keyservers
next