]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2025-02-07  Michael Tremerlog buffer: Store a timestamp with each line
2025-02-07  Michael Tremerutil: Add function to format timeval to ISO 8601 format
2025-02-06  Michael Tremerpython: package: Drop storing a reference to the context
2025-02-06  Michael Tremerpackage: Let reverse requires create its own package...
2025-02-06  Michael Tremerpython: Fix more error codes
2025-02-06  Michael Tremerpython: Refactor creating a Python list from package...
2025-02-06  Michael Tremertests: Add a simple test to create a daemon
2025-02-06  Michael Tremerjail: Listen to SIGTERM and terminate the jail
2025-02-06  Michael Tremerpython: Add option to read prerequires from packages
2025-02-06  Michael Tremerbuild: Always turn tmpfs usage on for local builds
2025-02-06  Michael Tremerpakfire: Require a flag to turn on using tmpfs
2025-02-06  Michael Tremerjob: Permit to finish jobs without uploads
2025-02-06  Michael Tremerarchive: Untangle reading the filelist and extraction
2025-02-06  Michael Tremerfile: Re-enable parsing checksums again
2025-02-06  Michael Tremercompress: Remove header for dropped pakfire_extract...
2025-02-06  Michael Tremertests: python: Open an archive in stub mode
2025-02-06  Michael Tremertests: python: Add some tests for the main Pakfire...
2025-02-06  Michael Tremerpython: Minor code cleanup
2025-02-06  Michael Tremerpython: Rename File.digest() to File.checksum()
2025-02-06  Michael Tremerarchive: Return the error code when fetching the filelist
2025-02-05  Michael Tremerpo: Update translations
2025-02-05  Michael Tremertests: python: Add some simple tests for pakfire.versio...
2025-02-05  Michael Tremerpython: Remove unused Python exceptions
2025-02-05  Michael Tremertests: python: Test pakfire.supported_arches()
2025-02-05  Michael Tremerrepo: Tidy up writing repository configuration
2025-02-05  Michael Tremerrepo: Don't return an empty mirrorlist URL, return...
2025-02-05  Michael Tremerrepos: Fix exporting keys
2025-02-05  Michael Tremerkeys: Make a simple function to export a key as a string
2025-02-05  Michael Tremerpython: Fix setting/reading the context's cache path
2025-02-05  Michael Tremertests: python: Update renamed checksum field
2025-02-05  Michael Tremerpakfire: Initialize the directory file descriptor
2025-02-05  Michael Tremerlog buffer: Implemnent ring buffer behaviour
2025-02-05  Michael Tremerjob: Correctly set pidfd on initialization
2025-02-05  Michael Tremerjobs: Allow turning on/off log streaming by the job
2025-02-05  Michael Tremerjob: Handle message to abort a build job
2025-02-05  Michael Tremerdaemon: Handle messages sent to a specific job
2025-02-04  Michael Tremerpython: Improve readability of the code
2025-02-04  Michael Tremerpython: Add switch to turn on stub mode
2025-02-04  Michael Tremerpakfire: Add stub mode
2025-02-04  Michael Tremerpakfire: Move path setup
2025-02-04  Michael Tremerpakfire: Split initialization into smaller functions
2025-02-04  Michael Tremerdaemon: Change process title to show status
2025-02-04  Michael Tremerstrings: Add function to truncate strings
2025-02-04  Michael Tremerrepo: Ignore any unsupported metadata
2025-02-04  Michael Tremerrepo: Remove support for repository metadata version...
2025-02-04  Michael Tremerrepo: Ignore any malformed repository metadata from...
2025-02-04  Michael Tremerhttpclient: Remove resetting a pointer
2025-02-04  Michael Tremerdaemon: Remove the control connection from the HTTP...
2025-02-04  Michael Tremerrepo: Reset metadata if parsing failed
2025-02-04  Michael Tremerrepo: Store/search for repomd.json in the repository...
2025-02-04  Michael Tremerrepo: Force refresh if we have no metadata
2025-02-04  Michael Tremerrepo: Mark repository metadata as version 1
2025-02-04  Michael Tremercli: Send more stuff to the console instead of syslog
2025-02-04  Michael Tremerhasher: Make the static analyzer happy
2025-02-04  Michael Tremerhasher: Actually return any errors
2025-02-04  Michael Tremerpackager: Use Zstandard level 20 for compression
2025-02-04  Michael Tremerdaemon: Move log streaming into the main process
2025-02-04  Michael Tremerdaemon: Add a common function to send messages into...
2025-02-04  Michael Tremerjobs: Drop the control connect and explicitely launch...
2025-02-04  Michael Tremercompress: Enable long mode (if available)
2025-02-04  Michael Tremerhashes: Replace the old digest mechanism
2025-02-03  Michael Tremerdigests: Constify source when importing digests
2025-02-03  Michael Tremerrepo: Remove debugging line
2025-02-03  Michael Tremerrepo: Fix composing import paths
2025-02-03  Michael Tremerrepo: Move sync decision
2025-02-03  Michael Tremerxfer: Refactor code to retry
2025-02-03  Michael Tremerrepo: Perform a full scan for local repositories withou...
2025-02-03  Michael Tremerrepo: Download the package database
2025-02-03  Michael Tremerrepo: Store the downloaded metadata if it is more recent
2025-02-03  Michael Tremerrepo: Parse the entire repository metadata
2025-02-03  Michael Tremerjson: Add more helper functions to read JSON objects
2025-02-03  Michael Tremerrepo: Read any existing repository metadata before...
2025-02-03  Michael Tremerrepos: Add a new object to parse the metadata into
2025-02-03  Michael Tremerjson: Add helper function to read integers
2025-02-02  Michael Tremerrepo: Load metadata into memory and verify it
2025-02-02  Michael Tremerkey: Parse signatures that don't have a comment
2025-02-02  Michael Tremerutil: Add a simple buffer structure
2025-02-02  Michael Tremerkey: Print correct error code when verification fails
2025-02-02  Michael Tremerjson: Oops, forgot to add the files
2025-02-02  Michael Tremerrepo: Move repomd.json into the root
2025-02-02  Michael Tremerrepo: Don't make the JSON pretty
2025-02-02  Michael Tremerrepo: Cleanup old metadata before writing new stuff
2025-02-02  Michael Tremerrepos: Add file type to metadata
2025-02-02  Michael Tremerrepos: Add filesize to metadata
2025-02-02  Michael Tremerrepos: Some minor code cleanup when writing metadata
2025-02-02  Michael Tremerrepo: Only use a few stronger digests for metadata
2025-02-02  Michael Tremerrepo: Add checksums for files
2025-02-02  Michael Tremerrepo: Add an array for files
2025-02-02  Michael Tremerrepo: Add the database path to the repository metadata
2025-02-02  Michael Tremerjson: Move functions into a separate file
2025-02-02  Michael Tremerrepo: Use our own JSON functions to build repository...
2025-02-01  Michael Tremerrepo: Sign the repository metadata instead of the database
2025-02-01  Michael Tremerkeys: Give signing functions better names
2025-02-01  Michael Tremertests: key: Remove unused variables
2025-02-01  Michael Tremerrepo: Refactor importing repositories
2025-02-01  Michael Tremerrepo: Make the static analyzer happy when importing...
2025-02-01  Michael Tremermirrors: Import the correct headers
2025-02-01  Michael Tremerxfers: Use correct error code when a transfer fails
2025-02-01  Michael Tremerxfer: Return positive error codes on verify
2025-02-01  Michael Tremerhttpclient: Prevent that the event loop terminates...
next