]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2024-10-17  Michael Tremerlinter: Refactor
2024-10-17  Michael Tremertests: Let Pakfire create its own temporary directories
2024-10-17  Michael Tremertests: Remove jail tests
2024-10-17  Michael Tremerpakfire: Make the pool status a flag
2024-10-17  Michael Tremerpakfire: Drop the private dir
2024-10-17  Michael Tremerpakfire: Reorganise initialization
2024-10-17  Michael Tremertests: Drop the old snapshot tests
2024-10-17  Michael Tremersnapshots: Remove the overly complicated struct
2024-10-17  Michael Tremerpakfire: Make the umount code clearer
2024-10-17  Michael Tremerpakfire: Fix incorrect reference counting
2024-10-17  Michael Tremersnapshot: Ensure we only umount once
2024-10-17  Michael Tremerpakfire: Refactor how we mount the ramdisk, and snapshots
2024-10-17  Michael Tremerlibpakfire: Remove non-existant function from headers
2024-10-17  Michael Tremersnapshots: Tell the mount operation where to mount...
2024-10-17  Michael Tremerpakfire: Tidy up the code to create a new pakfire insta...
2024-10-13  Michael Tremersnapshots: Destroy directories after umount
2024-10-13  Michael Tremersnapshots: Remove the old-style snapshots
2024-10-13  Michael Tremerbuild: Remove old-style snapshots
2024-10-13  Michael Tremercli: Fix enabling the snapshot
2024-10-13  Michael Tremerpakfire: Experimental implementation to use overlayfs...
2024-10-13  Michael Tremertests: Make xfer tests compile and run again
2024-10-13  Michael Tremerrepo: Cleanup argument order when downloading packages
2024-10-13  Michael Tremerhttpclient: Fix error handling when leaving the main...
2024-10-13  Michael Tremerhttpclient: Don't run the main loop if there are no...
2024-10-13  Michael Tremerhttpclient: Don't fall through when trying to reset...
2024-10-13  Michael Tremerhttpclient: Terminate the event loop if there are no...
2024-10-13  Michael Tremerxfer: Keep a reference to ourselves
2024-10-12  Michael Tremerarchive: Be less noisy if we cannot open an archive
2024-10-12  Michael Tremerarchive: Improve error handling when opening an archive
2024-10-12  Michael Tremerxfer: Only copy the URL once
2024-10-12  Michael Tremerxfer: Fail creation when in offline mode
2024-10-12  Michael Tremerhttpclient: Remove references to downloader
2024-10-12  Michael Tremerhttpclient: Remove unused cURL import
2024-10-12  Michael Tremerrepo: Refactor the xfer creation function
2024-10-12  Michael Tremerxfer: Only have one way to create a new xfer
2024-10-12  Michael Tremerxfer: Decouple more from HTTP client
2024-10-12  Michael Tremerctx: Move the cURL share handle here
2024-10-12  Michael Tremerpython: Reformat some code
2024-10-12  Michael Tremerpython: Add __version__
2024-10-12  Michael Tremerpython: Don't mess with the Gettext configuration
2024-10-12  Michael Tremerpython: Drop the native Python code and move the C...
2024-10-12  Michael Tremerpakfire: Simplify storing features
2024-10-12  Michael Tremerpakfire: Remove the unused locking mechanism
2024-10-12  Michael Tremerbuild: Tell the dependency callback how many bytes...
2024-10-12  Michael Tremerpackages: Fail when trying to add invalid dependencies
2024-10-12  Michael Tremerpty: Consider ourselves drained if the master fd is...
2024-10-12  Michael Tremerpty: Initialize/reset file descriptors with EBADF
2024-10-12  Michael Tremerpty: Remove closing an unused file descriptor
2024-10-12  Michael Tremerlog stream: Reset file descriptors to EBADF
2024-10-12  Michael Tremerlog stream: Avoid infinite loop
2024-10-12  Michael Tremercgroup: Initialize file descriptors
2024-10-12  Michael Tremerlog stream: Remove FILE handle
2024-10-12  Michael Tremerjail: Connect parent side of the logger
2024-10-12  Michael Tremerlog stream: Correctly check for open file descriptors
2024-10-12  Michael Tremerjail: Wait a little bit later in the child process
2024-10-12  Michael Tremercgroup: Parse more stats
2024-10-12  Michael Tremerparser: Make this less verbose
2024-10-12  Michael Tremerpakfire: Don't fail when looking up empty UID/GIDs
2024-10-12  Michael Tremerpty: Don't try to map empty output buffers
2024-10-12  Michael Tremerjail: If no output handling has been configured dump...
2024-10-12  Michael Tremerjail: Bring back sending the build output to the logger
2024-10-12  Michael Tremerjail: Setup shell environment in the shell function
2024-10-12  Michael Tremerjail: Always set PS1
2024-10-12  Michael Tremerutil: Drop unused function to check if the terminal...
2024-10-12  Michael Tremerjail: Drop the interactive helper function
2024-10-12  Michael Tremerjail: Make the entire jail private
2024-10-12  Michael Tremerpython: Remove Pakfire.execute()
2024-10-12  Michael Tremerjail: Remove an unused buffer struct
2024-10-12  Michael Tremerjail: Replace standard input/output callbacks with...
2024-10-12  Michael Tremerpty: Explicitely request to connect stdin/stdout
2024-10-12  Michael Tremercli: build: Send all log messages to syslog, too
2024-10-12  Michael Tremerpty: Add callbacks to stream input and output
2024-10-10  Michael Tremerjail: Remove functions that capture the command output
2024-10-10  Michael Tremerconfigure: Don't check for epoll any more
2024-10-10  Michael Tremerpty: De-register events before closing the file descriptors
2024-10-10  Michael Tremerpty: Don't terminate the event loop on error
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
next