]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2025-06-27  Michael Tremerjson: Use "json_object" instead of "struct json_object"
2025-06-27  Michael Tremerxfer: Create its own type
2025-06-27  Michael Tremertransaction: Create its own type
2025-06-27  Michael Tremerstripper: Create its own type
2025-06-27  Michael Tremersolution: Create its own type
2025-06-27  Michael Tremersnapshot: Create its own type
2025-06-27  Michael Tremerscriptlet: Create its own type
2025-06-27  Michael Tremerrepo: Create its own type
2025-06-27  Michael Tremerrepolist: Create its own type
2025-06-27  Michael Tremerpty: Create its own type
2025-06-27  Michael Tremerprogress: Create its own type
2025-06-27  Michael Tremerproblem: Create its own type
2025-06-27  Michael Tremerparser: Create its own types
2025-06-27  Michael Tremerpackage: Remove an unused function
2025-06-27  Michael Tremerpackage: Create its own type
2025-06-27  Michael Tremerpackager: Create its own type
2025-06-27  Michael Tremerpackagelist: Create its own type
2025-06-27  Michael Tremermirror: Create its own type
2025-06-27  Michael Tremermirrorlist: Create its own type
2025-06-27  Michael Tremerbuffer: Create its own type
2025-06-27  Michael Tremerlog stream: Create its own type
2025-06-27  Michael Tremerlog file: Create its own type
2025-06-27  Michael Tremerlog buffer: Create its own type
2025-06-27  Michael Tremerlinter: Create its own type
2025-06-27  Michael Tremerlinter file: Create its own type
2025-06-27  Michael Tremerkey: Create its own type
2025-06-27  Michael Tremerjob: Create its own type
2025-06-27  Michael Tremerjail: Create its own type
2025-06-27  Michael Tremerhttpclient: Create its own type
2025-06-27  Michael Tremerhasher: Create its own type
2025-06-27  Michael Tremerfile: Create its own type
2025-06-27  Michael Tremerfilelist: Create its own type
2025-06-27  Michael Tremerenv: Create its own type
2025-06-27  Michael Tremerelf: Create its own type
2025-06-27  Michael Tremerdb: Create its own type
2025-06-27  Michael Tremerdaemon: Create its own type
2025-06-27  Michael Tremerconfig: Create its own type
2025-06-27  Michael Tremercgroups: Create their own types
2025-06-27  Michael Tremerbuild: Create its own type
2025-06-27  Michael Tremerbuilder: Create its own type
2025-06-27  Michael Tremerarchive: Create a new type for the archive
2025-06-27  Michael Tremerarchive writer: Create a new type for the archive writer
2025-06-27  Michael Tremerclient: Create a new type for the client
2025-06-27  Michael Tremerctx: Create a new type for the context
2025-06-27  Michael Tremerpakfire: Rename pakfire_ctx() -> pakfire_get_ctx()
2025-06-27  Michael TremerCLI: Add a function to show the API errors
2025-06-27  Michael Tremerxfer: Add a function to fetch a useful error from the API
2025-06-27  Michael Tremerxfer: Remove more dead code
2025-06-27  Michael Tremerclient: Drop the custom build callback
2025-06-27  Michael Tremerclient: Tidy up authentication response code
2025-06-27  Michael Tremerxfer: Put the API response into a struct
2025-06-27  Michael Tremerclient: Add a callback when deleting repositories
2025-06-27  Michael Tremerxfer: Pass the HTTP status code to the response callback
2025-06-27  Michael Tremerxfer: Remove unused code
2025-06-27  Michael Tremerxfer: Remove convenience function to run synchronous...
2025-06-27  Michael Tremerclient: Refactor listing repositories
2025-06-27  Michael Tremerclient: Refactor showing repositories
2025-06-27  Michael Tremerclient: Refactor deleting repositories
2025-06-27  Michael TremerCLI: Add a convenience function to run the client
2025-06-27  Michael Tremerclient: Refactor creating repositories
2025-06-27  Michael Tremerclient: Implement deleting uploads
2025-06-27  Michael Tremerclient: Store the access token, too
2025-06-27  Michael Tremertests: Add tests for JWT
2025-06-27  Michael Tremertests: Fix compiling the testsuite
2025-06-27  Michael Tremerjwt: Free the decoded payload
2025-06-27  Michael Tremerhttpclient: Allow to configure the progress flags
2025-06-27  Michael Tremerhttpclient: Automatically launch when the event loop...
2025-06-26  Michael Tremerxfer: Remove the unused authentication function
2025-06-26  Michael Tremerxfer: Remove pakfire_xfer_add_param
2025-06-26  Michael Tremerbuilder: Cleanup the event loop
2025-06-26  Michael Tremerctx: -> self
2025-06-26  Michael Tremerhttpclient: Remove the loop running check
2025-06-26  Michael Tremerctx: Move the loop running check
2025-06-26  Michael Tremerdaemon: Don't leak the shutdown event
2025-06-26  Michael Tremerclient: Implement create builds from the CLI
2025-06-26  Michael Tremerjob: Implement some way to submit the job result
2025-06-26  Michael Tremerjob: Create a directory for the packages
2025-06-26  Michael Tremerjob: Upload the log file when a build has finished
2025-06-26  Michael Tremerjob: Make space to store all upload IDs
2025-06-26  Michael Tremerjob: Don't send crash reports any more
2025-06-26  Michael Tremerjob: Call the finished handler in the main process
2025-06-26  Michael Tremerjob: Write the log file in the parent process
2025-06-26  Michael Tremerhttpclient: Only use the context's event loop
2025-06-26  Michael Tremerhttpclient: Make the termination code clearer
2025-06-26  Michael Tremerhttpclient: Automatically detect whether the event...
2025-06-26  Michael Tremerdaemon: Don't leak signal events
2025-06-26  Michael Tremertests: Make the daemon test compile again
2025-06-26  Michael Tremerclient: Move sending a crash report here
2025-06-26  Michael Tremerjson: Add a function to add some binary as base64
2025-06-26  Michael Tremerjson: Add a function to add NULL to an object
2025-06-26  Michael Tremerdaemon: -> self
2025-06-26  Michael Tremerdaemon: Remove unused header files
2025-06-26  Michael Tremerdaemon: Cleanup setting up the client
2025-06-26  Michael Tremerdaemon: Remove more unused code
2025-06-26  Michael Tremerdaemon: Remove function to fetch the client
2025-06-26  Michael Tremerjob: Give a reference to the client
2025-06-26  Michael Tremerbuilder: Move the job logic from the daemon
2025-06-25  Michael Tremerclient: Implement listing uploads asynchronously
2025-06-25  Michael Tremerbuilder: Handle any incoming messages here
2025-06-25  Michael Tremerbuilder: Reset the correct pointer
next