]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2023-11-01  Michael Tremerxfer: Remove unused flags field
2023-11-01  Michael Tremerxfer: Group freeing cURL things together
2023-11-01  Michael Tremerxfer: Improve how we create temporary files
2023-11-01  Michael Tremerxfer: Remove unused NOTEMP flag
2023-11-01  Michael Tremerctx: Remove logging when the cache path is set
2023-11-01  Michael Tremercgroups: Anchor to the context
2023-11-01  Michael Tremerjail: Fix more fd checks
2023-11-01  Michael Tremerjail: Correctly initialize any log file descriptors
2023-11-01  Michael Tremertests: httpclient: Add download tests
2023-11-01  Michael Tremertests: Drop tests for the old downloader
2023-11-01  Michael Tremertests: xfer: Add lots of tests
2023-11-01  Michael Tremerxfer: Free the HTTP client
2023-11-01  Michael Tremertests: Add a simple test for xfers
2023-11-01  Michael Tremertests: Add a simple test that creates a HTTP client
2023-11-01  Michael Tremertests: Add option to request a HTTP client
2023-11-01  Michael Tremertests: util: The base64 functions are anchored to the...
2023-11-01  Michael Tremertests: keys are anchored to the context and no longer...
2023-11-01  Michael Tremertests: Allow to configure whether Pakfire is needed
2023-11-01  Michael Tremertests: Introduce flags
2023-11-01  Michael Tremertests: Check if context was propertly released
2023-11-01  Michael Tremertests: Continue cleanup even if Pakfire was not released
2023-11-01  Michael Tremertests: digests: Fix FTBFS
2023-11-01  Michael Tremer_pakfire: Remove the default context and require manual...
2023-11-01  Michael Tremer_pakfire: Create scaffolding for a context object
2023-11-01  Michael Tremerpackages: Do not try to solve for recommened packages...
2023-11-01  Michael Tremerrepo: Fix path composition
2023-11-01  Michael Tremer_pakfire: Set PY_SSIZE_T_CLEAN
2023-11-01  Michael Tremer_pakfire: Remove trailing newline on log messages
2023-11-01  Michael Tremer_pakfire: Remove forgotten logger argument
2023-11-01  Michael Tremerctx: Return 1 if no pick solution callback was set up
2023-11-01  Michael Tremer_pakfire: Implement set_cache_path()
2023-11-01  Michael Tremerxfer: Remove excess whitespace
2023-11-01  Michael Tremerbuildservice: Move API request handling code into xfer
2023-11-01  Michael Tremerbuildservice: Add function to signal finished build...
2023-10-31  Michael Tremercli: update: Migrate to the new parser
2023-10-31  Michael Tremercli: sync: Migrate command to the new system
2023-10-31  Michael Tremercli: remove: Migrate command to the new parser
2023-10-31  Michael Tremercli: install: Migrate the command to the new system
2023-10-31  Michael Tremercli: builder: Check if the requested arch is supported
2023-10-31  Michael Tremercli: builder: Show questions we are always saying yes to
2023-10-31  Michael Tremertransaction: Actually download packages again
2023-10-31  Michael Tremerpakfire: Create a new user namespace for every pakfire...
2023-10-31  Michael Tremerpakfire: Remove unused log priority variable
2023-10-31  Michael Tremerctx: Store cache path
2023-10-31  Michael Tremeros: Fix CPU time calculation
2023-10-31  Michael Tremerbuildservice: Send the host distribution info
2023-10-31  Michael Tremeros: Move code to read /etc/os-release here
2023-10-31  Michael Tremer_pakfire: Drop unused native_arch function
2023-10-31  Michael Tremerbuildservice: Move submitting stats into C
2023-10-31  Michael Tremeros: Fetch shared memory
2023-10-31  Michael TremerMakefile: Remove dropped hub.py
2023-10-31  Michael Tremeros: Fetch the number of CPUs
2023-10-30  Michael Tremeros: Add function to read loadavg
2023-10-30  Michael Tremeros: Add function to gather cpu stats
2023-10-28  Michael Tremeros: Implement getting memory stats from /proc/meminfo
2023-10-28  Michael Tremeros: Implement reading some values from /proc/cpuinfo
2023-10-27  Michael Tremerbuildservice: Log a message when we initialized properly
2023-10-27  Michael Tremer_pakfire: Add method to configure the log level
2023-10-27  Michael Tremerbuildservice: Move the old stuff into the new wrapper
2023-10-27  Michael Tremer_pakfire: Don't deallocate the context after successful...
2023-10-27  Michael Tremerbuildservice: Export the URL
2023-10-27  Michael Tremerhub: Drop unused methods
2023-10-27  Michael Tremerpakfire-daemon: Disable C implementation for now
2023-10-27  Michael Tremer_pakfire: Create Python abstraction for the build service
2023-10-27  Michael Tremerdaemon: Connect to buildservice instead of a raw HTTP...
2023-10-27  Michael Tremerkey: Anchor on context instead of pakfire
2023-10-27  Michael Tremerxfer: Enable all supported encodings
2023-10-21  Michael Tremerdaemon: Move into libpakfire
2023-10-21  Michael Tremercli: daemon: Build more scaffolding
2023-10-21  Michael Tremercli: daemon: Remove any unused imports
2023-10-21  Michael Tremer.gitignore: Ignore pakfire-client
2023-10-21  Michael Tremercli: daemon: Add scaffolding
2023-10-21  Michael Tremercli: Drop pakfire-client Python script
2023-10-21  Michael Tremerhttpclient: Rename the downloader to HTTP client
2023-10-21  Michael Tremerxfer: Split off transfers from the downloader
2023-10-21  Michael Tremerbuildservice: Export all functions
2023-10-21  Michael Tremerdownloader: Do not limit the number of open connections
2023-10-21  Michael Tremerbuildservice: Implement deleting repositories
2023-10-20  Michael Tremerbuildservice: Implement deleting repositories
2023-10-20  Michael Tremerbuildservice: Implement creating repositories
2023-10-20  Michael Tremercli: repos: Require distro for listing repos
2023-10-20  Michael Tremerbuildservice: Implement showing repositories
2023-10-20  Michael Tremerdownloader: Only follow up to 30 redirects
2023-10-20  Michael Tremerbuildservice: Implement listing repositories
2023-10-20  Michael Tremercompress: Move function to read payload from util
2023-10-20  Michael Tremerarchive: Refactor function to read data into a buffer
2023-10-20  Michael Tremerarchive: Move helper function to read data into buffer...
2023-10-20  Michael Tremerpackagelist: Decouple for the pakfire object
2023-10-20  Michael Tremerpackage: Keep a reference to the context
2023-10-20  Michael Tremerscriptlets: Decouple from pakfire and replace with...
2023-10-20  Michael Tremerdb: Store a reference to the context
2023-10-20  Michael Tremercli: config: Actually use the code we write
2023-10-20  Michael Tremerarchive: Replace the legacy logger with the new context...
2023-10-20  Michael Tremercompress: Anchor walk around context
2023-10-20  Michael Tremerbuild: Include config.h
2023-10-20  Michael Tremercli: Add option to configure the default distro
2023-10-20  Michael Tremercli: client: Add option to configure the distribution
2023-10-20  Michael Tremercli: client: Use the global config struct
2023-10-20  Michael Tremerbuildservice: Implement uploading builds
2023-10-20  Michael Tremerbuildservice: Export upload UUID
next