]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2024-10-10  Michael Tremertests: Show return code on failed assertions as well...
2024-10-10  Michael Tremerpty: Implement capturing the output
2024-10-10  Michael Tremerpty: Refactor forwarding
2024-10-09  Michael Tremerarch: Dynamically create an array with the supported...
2024-10-09  Michael Tremertests: Fix string formatting in command.c
2024-10-09  Michael Tremerconfigure: Remove option to enable the static analyzer
2024-10-09  Michael Tremerconfigure: Correctly define CURL_HAS_WEBSOCKETS
2024-10-09  Michael Tremerconfigure: Fix cURL WebSocket check
2024-10-09  Michael Tremerconfigure: Don't insist on a specific version of JSON-C
2024-10-09  Michael Tremerxfer: Fix check for cURL
2024-10-09  Michael Tremerrepo: Fix string formatting
2024-10-09  Michael Tremerjail: Fix formatting strings
2024-10-09  Michael Tremerpython: Update function declaration for the log callback
2024-10-09  Michael Tremerpython: Update initialization of types
2024-10-09  Michael Tremerpython: Correctly initialize and cast keyword arguments
2024-10-09  Michael Tremercli: Declare command outside the switch statement
2024-10-09  Michael Tremercli: Fix broken include guard
2024-10-09  Michael Tremerxfer: Compile even if cURL does not have support for...
2024-10-09  Michael Tremerxfer: Support compiling with older versions of cURL
2024-10-09  Michael Tremertransaction: Don't declare anything after the label
2024-10-09  Michael Tremerlibpakfire: Set __attribute__((format(...))) wherever...
2024-10-09  Michael Tremerbuild: Replace the bitfield with a state enum
2024-10-09  Michael Tremerfile: Don't declare hardlink in the switch statement
2024-10-09  Michael Tremerlog stream: Initialize r in case events was zero
2024-10-09  Michael Tremeros: Make more space for the distro information
2024-10-08  Michael Tremerconfigure: Drop dependencies on Python modules
2024-10-06  Michael Tremerpty: Don't fail if standard input/output are not TTYs
2024-10-06  Michael Tremerjail: Make it easier to configure the jail as interactive
2024-10-06  Michael Tremerpty: Fallback to the original file descriptor if the...
2024-10-06  Michael Tremercli: shell: Implement running commands via CLI
2024-10-06  Michael Tremerlibpakfire: Remove the shell convenience function
2024-10-06  Michael Tremercli: shell: Make sure packages is always initialized...
2024-10-06  Michael Tremercli: Parse the correct option for packages
2024-10-06  Michael Tremerpty: Fix setting raw mode
2024-10-06  Michael Tremerpty: Re-open standard input/output
2024-10-06  Michael Tremerpty: Reset file-descriptors into blocking mode again...
2024-10-06  Michael Tremerpty: Don't open standard input in read-only mode
2024-10-06  Michael Tremerpty: Always enable forwarding
2024-10-06  Michael Tremerpty: Terminate if we encountered an error
2024-10-06  Michael Tremerpty: Disconnect as early as possible
2024-10-06  Michael Tremerpty: Implement draining the buffers
2024-10-06  Michael Tremerpty: Handle resizing the terminal window
2024-10-06  Michael Tremerpty: Store events and add a description
2024-10-06  Michael Tremerpty: Be less smart about the forwarding and make it...
2024-10-06  Michael Tremerjail: Move the PTY into an extra file
2024-10-05  Michael Tremerjail: Block SIGCHLD
2024-10-05  Michael Tremerjail: Actually call the new event loop
2024-10-05  Michael Tremerjail: Move the timer into the event loop
2024-10-05  Michael Tremerjail: Catch any PID events by the event loop
2024-10-05  Michael Tremerjail: Use new log streamer
2024-10-05  Michael Tremerlogging: Create an abstraction to stream log lines...
2024-10-05  Michael Tremerjail: Create a new systemd event loop
2024-10-05  Michael Tremerjail: Remove the legacy logger
2024-10-05  Michael Tremerbuild: Remove the build and legacy logger
2024-10-05  Michael Tremercli: build: No longer use the build logger
2024-10-05  Michael Tremerctx: Move the magic context to here
2024-10-05  Michael Tremerpython: Remove build/mkimage/shell from the Pakfire...
2024-10-05  Michael Tremerpython: Remove the build service implementation wrapper
2024-10-05  Michael Tremerpython: Remove the Python daemon implementation
2024-10-05  Michael Tremerjob: Fix typo
2024-10-05  Michael Tremerjob: Send log messages to the build service
2024-10-05  Michael Tremerutil: Implement adding strings with length to a JSON...
2024-10-05  Michael Tremerxfer: Make the WebSocket send callback more sensible
2024-10-05  Michael Tremerjob: Buffer log lines in a ring buffer
2024-10-05  Michael Tremerlogging: Add a simple ring buffer for buffering log...
2024-10-05  Michael Tremerjob: Pipe any log output back to the parent process
2024-10-05  Michael Tremerjob: Create an own independant context for the child...
2024-10-05  Michael Tremerjob: Create scaffolding to run a build
2024-10-04  Michael Tremerjob: Fix replace error in flags
2024-10-04  Michael Tremerjob: Initialize Pakfire in the child process
2024-10-04  Michael Tremerjobs: Have them monitor themselves and update their...
2024-10-04  Michael Tremerjobs: Automatically launch jobs once it has connected...
2024-10-04  Michael Tremerjob: Show what job we are connecting to
2024-10-04  Michael Tremerxfer: Should more detail when a transfer fails
2024-10-04  Michael Tremerdaemon: Rename workers to jobs
2024-10-04  Michael Tremerdaemon: Remove the worker's own HTTP client and event...
2024-10-04  Michael Tremerworker: Store a reference to the daemon's HTTP client
2024-10-04  Michael Tremerworker: Fetch the daemon's event loop
2024-10-04  Michael Tremerdaemon: Terminate all workers when terminating
2024-10-04  Michael Tremerworker: Initialize the event loop and cURL in the child...
2024-10-04  Michael Tremerworker: Establish a control connection
2024-10-04  Michael Tremerbuildservice: Use new URL formatting feature
2024-10-04  Michael Tremerxfer: Make it easier to format URLs
2024-10-04  Michael Tremerworker: Create our own event loop and HTTP client
2024-10-04  Michael Tremerdaemon: Connect the worker with the daemon
2024-09-15  Michael Tremerutil: Move the clone3() wrapper
2024-09-15  Michael Tremerdaemon: Fix format of the stats message
2024-09-15  Michael Tremerdaemon: Enable stat submission only when we have a...
2024-09-15  Michael Tremerdaemon: Build out submitting stats
2024-09-15  Michael Tremerutil: Add JSON helper function for unsigned integers
2024-09-15  Michael Tremerutil: Rename JSON function to add integers to int64
2024-09-15  Michael Tremerutil: Add new helper function to add double values...
2024-09-15  Michael Tremerutil: Don't require a reference to pakfire for the...
2024-09-15  Michael Tremer_pakfire: buildservice: Remove submit_stats()
2024-09-15  Michael Tremerdaemon: Keep the stats timer running continuously
2024-09-15  Michael Tremerdaemon: Send dummy stats using the event loop
2024-09-15  Michael Tremerxfer: Implement sending a WebSocket message
2024-09-15  Michael Tremerbuildservice: Remove the event loop
2024-09-15  Michael Tremerdaemon: Remove the buildservice
2024-09-15  Michael Tremerbuildservice: Remove holding the base URL
next