]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
2023-09-15  Michael Tremerconfigure: Bump version to 0.9.29 0.9.29
2023-09-14  Michael Tremerfile: Truncate file before rewriting it
2023-09-14  Michael Tremer_pakfire: util: Fix SEGV when we could not read from...
2023-09-12  Michael Tremerutil: Fix potential double-free on error
2023-09-12  Michael Tremerpakfire: Create a ramdisk if no path has been given
2023-09-12  Michael Tremerutil: b64encode: Fix leak of p
2023-09-12  Michael Tremerconfig: Don't copy section names
2023-09-12  Michael Tremerfile: Rewrite fixing interpreters
2023-09-09  Michael Tremerfile: Fix check if an interpreter has any additional...
2023-09-09  Michael Tremerfile: Don't fail on non-implemented CF protection check
2023-09-09  Michael Tremerutil: Fix potential NULL pointer dereference in pattern...
2023-09-09  Michael Tremerpackage: Make code clearer where dumping deps
2023-09-09  Michael Tremer*list: Fix potential NULL pointer dereference
2023-09-09  Michael Tremerfile: Fix pattern matching for files we don't scan
2023-09-09  Michael Tremertests: Never compile the test command using the analyzer
2023-09-09  Michael Tremerfile: Initialize buffer when dumping a file
2023-09-09  Michael Tremerfilter-requires: Remove check if files are on filelist
2023-09-09  Michael Tremerfilelist: Fix return code check on pattern matching...
2023-09-09  Michael Tremerarchive: Ensure the target directory exists
2023-09-08  Michael Tremerfile: Fix potential memory leak if entry couldn't be...
2023-09-08  Michael Tremerdaemon: Don't overwrite noarch
2023-09-07  Michael Tremerparser: Remove debgugging line
2023-09-07  Michael Tremerfile: Correctly initialize the dump buffer
2023-09-07  Michael Tremerfilelist: Don't fail scan when the path does not exist
2023-09-05  Michael Tremerrepo: Ignore if local repositories don't exist when...
2023-09-05  Michael Tremerdb: Check if schema exists before reading settings
2023-09-02  Michael Tremerutil: Remove static buffers from basename/dirname
2023-09-02  Michael Tremerutil: Drop unused pakfire_path_abspath function
2023-09-01  Michael Tremerpwd: Don't fail if we cannot read SUBUID/SUBGID from...
2023-09-01  Michael Tremerpwd: Set maximum range for SUBUID/SUBGIDs by default
2023-08-31  Michael Tremertests: packages: Fix group check
2023-08-31  Michael Tremerrepo: Reformat code that downloads metadata
2023-08-31  Michael Tremerrepos: Configure better default refresh times
2023-08-31  Michael Tremerrepo: Allow storing custom refresh times for metadata
2023-08-31  Michael Tremerstring: Add function to format/parse intervals
2023-08-31  Michael Tremerbuild: Increase precision of the logging timestamp
2023-08-31  Michael Tremerbuild: Implement custom logging that shows build time
2023-08-31  Michael Tremerjail: Allow customising the log callback
2023-08-31  Michael Tremerdb: Fix double free of joined groups string
2023-08-31  Michael Tremerjail: Ignore any return codes from the shell
2023-08-31  Michael Tremer_pakfire: package: Fix cleaning up build arches
2023-08-31  Michael Tremerpackages: Store groups as array
2023-08-30  Michael Tremertests: package: Check reading build_id in Python
2023-08-30  Michael Tremer_pakfire: package: Export Build IDs as string
2023-08-30  Michael Tremerdownloader: Drop using deprecated CURLOPT_PROTOCOLS
2023-08-30  Michael Tremerhub: Fix typo in sleep command
2023-08-30  Michael Tremer_pakfire: Fix multiple issues in a utility function
2023-08-30  Michael Tremerbuild: Check if we can build a packager on our architecture
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
next