]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
2023-10-17  Michael Tremercontrib: Create one unified configuration file
2023-10-17  Michael Tremerlibpakfire: Link against libkrb5
2023-10-17  Michael Tremerbuildservice: Setup downloader
2023-10-17  Michael Tremerbuildservice: Fetch keytab setting from config
2023-10-17  Michael Tremerbuildservice: Fetch URL from configuration
2023-10-17  Michael Tremercli: upload: list: Connect to the build service
2023-10-17  Michael Tremercli: client: Fix passing context pointer
2023-10-17  Michael Tremerlibpakfire: Add scaffolding for connecting to the build...
2023-10-17  Michael Tremercli: client: Implement some scaffolding for listing...
2023-10-17  Michael Tremercli: client: Create scaffolding for the client implemen...
2023-10-17  Michael Tremerprogressbar: Fix argument order
2023-10-17  Michael Tremerrepo: Reference context when re-fetching a repository
2023-10-17  Michael Tremerpath: Move pakfire_basename into the path library
2023-10-17  Michael Tremerpath: Make pakfire_dirname into the path library
2023-10-17  Michael Tremertests: downloader: Disable all tests for now
2023-10-17  Michael Tremerctx: Ignore if the configuration file does not exist
2023-10-17  Michael Tremertests: Load our own configuration file
2023-10-17  Michael Tremertests: Make the context accessible
2023-10-17  Michael Tremertests: archive: Fix build from source
2023-10-16  Michael Tremerctx: Move the OFFLINE flag into the context
2023-10-16  Michael Tremerdownloader: Anchor the downloader to the context
2023-10-16  Michael Tremerprogress: Anchor progress on the context
2023-10-16  Michael Tremerctx: Read the configuration
2023-10-16  Michael Tremerpakfire: Drop the DEBUG flag which now does nothing
2023-10-16  Michael Tremerdownloader: Split mirrors and mirrorlists into their...
2023-10-16  Michael Tremerrepo: Keep a reference to the context
2023-10-16  Michael Tremerctx: Move pick solution callback into the context
2023-10-16  Michael Tremerctx: Move the progress callback into the context
2023-10-16  Michael Tremerctx: Move the confirm callback into the context
2023-10-16  Michael Tremercli: Create context before setting parsing the command...
2023-10-16  Michael Tremer_pakfire: Drop the old Python logging callback
2023-10-16  Michael Tremer_pakfire: Setup a default logging callback
2023-10-16  Michael Tremerlogging: Fix context logging arguments
2023-10-16  Michael Tremerpakfire: Remove logging callback
2023-10-16  Michael Tremerpakfire: Remove logging stuff in favour of the context
2023-10-16  Michael Tremerjail: Send log stuff to the context logger
2023-10-15  Michael Tremerbuild: Send log messages to the context logger
2023-10-15  Michael Tremerpakfire: Add function to access context
2023-10-15  Michael Tremerpakfire: Pass all log messages to the context
2023-10-15  Michael Tremerctx: Copy the log framework
2023-10-15  Michael Tremerctx: Add a log callback
2023-10-15  Michael Tremerctx: Add log level
2023-10-15  Michael Tremerctx: Require the new context when creating a Pakfire...
2023-10-15  Michael Tremerlibpakfire: Create scaffolding for a new Pakfire context
2023-10-15  Michael Tremercli: pakfire-builder: Add forgotten repo options
2023-10-15  Michael Tremercli: pakfire: Move existing commands to the new parser
2023-10-15  Michael Tremercli: shell: Upgrade to the new parser
2023-10-15  Michael Tremercli: repolist: Upgrade to the new parser
2023-10-15  Michael Tremercli: repo: Upgrade to the new parser
2023-10-15  Michael Tremercli: requires: Upgrade to the new parser
2023-10-15  Michael Tremercli: provides: Upgrade to the new parser
2023-10-15  Michael Tremercli: search: Upgrade to the new parser
2023-10-15  Michael Tremercli: info: Migrate command to the new parser
2023-10-15  Michael Tremercli: image: Upgrade to the new parser
2023-10-15  Michael Tremercli: dist: Upgrade to the new parser
2023-10-15  Michael Tremercli: clean: Make doc string static
2023-10-15  Michael Tremercli: command: Add option to min/max number of arguments
2023-10-15  Michael Tremercli: commands: Move flags to the end
2023-10-15  Michael Tremercli: clean: Add a doc string
2023-10-15  Michael Tremercli: Always set up an (even empty) parser so we can...
2023-10-14  Michael Tremercli: Add a doc string argument to the parser
2023-10-14  Michael Tremercli: Update clean command to the new parser
2023-10-14  Michael Tremercli: Completely try again...
2023-10-14  Michael Tremercli: Link against libpakfire
2023-10-08  Michael Tremercli: pakfire-build: Implement command line option parsi...
2023-10-06  Michael Tremerpath: Correctly set and return absolute paths
2023-10-06  Michael Tremercgroup: Make the BPF log buffer statically allocated...
2023-10-06  Michael Tremerarchive: read: Limit the maximum number of symlinks...
2023-10-06  Michael Tremerarchive: read: Add option to follow symlinks
2023-10-06  Michael Tremerarchive: Change how we search for realtive paths in...
2023-10-06  Michael Tremercompress: Add AGAIN return code to restart walking...
2023-10-06  Michael Tremerutil: Fix double free in base64 encoder
2023-10-06  Michael Tremerpath: Add merge function to join two paths together
2023-10-06  Michael Tremerpath: Rename join -> append
2023-10-06  Michael Tremerpath: Implement joining two paths
2023-10-06  Michael Tremerstring: Include required headers
2023-10-06  Michael Tremerpath: Add a simple path library to normalize paths
2023-10-05  Michael Tremerpackager: Drop helper function to determine the hostname
2023-10-05  Michael Tremercgroup: Do not use TLS for buffer that is longer than...
2023-10-05  Michael Tremerconfigure: Enable lots more compiler warnings
2023-10-05  Michael Tremertransaction: Drop unused set status callback
2023-10-05  Michael Tremerlibpakfire: Initialize strings correctly
2023-10-05  Michael Tremerfile: Fix wrong operator to check if flag is set
2023-10-05  Michael Tremerparser: Refactor join function to avoid format errors
2023-10-04  Michael Tremertransaction: Fix truncation of integer when showing...
2023-10-04  Michael TremerFix any issues with falling through a switch statement
2023-10-04  Michael Tremerstring: Silence a couple of format error warnings
2023-10-04  Michael TremerFix any incorrect format arguments throughout the code...
2023-10-04  Michael TremerMake old-style functions new-style functions
2023-10-04  Michael TremerMakefile: Do not try to include from non-existant directory
2023-10-04  Michael Tremerstring: inline must be the first word in a declaration
2023-10-04  Michael Tremerparser: Break if we could not allocate memory on dump
2023-10-04  Michael Tremerparser: grammar: Ensure we always free a dumped parser
2023-10-04  Michael Tremerparser: scanner: Abort if we could not allocate memory
2023-10-04  Michael Tremertests: string: Free string after the replace test
2023-10-02  Michael Tremerparser: Initialize some more variables in the grammar
2023-10-02  Michael Tremerparser: Initialize some more variables
2023-10-02  Michael Tremerparser: Leak less memory
2023-10-02  Michael Tremerdownloader: Drop old functions
2023-10-02  Michael Tremerdist: Refactor downloading sources
next