aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging/http
Commit message (Expand)AuthorAge
* Add more exception handling in the hash computing threadChristopher Baines2023-05-11
* Have the coordinator report on the outputs that are being hashedChristopher Baines2023-05-11
* Don't log so much when the database is busyChristopher Baines2023-05-10
* Move output hash related operations in to the dedicated threadChristopher Baines2023-05-10
* Move computing output hashes to dedicated threadsChristopher Baines2023-05-10
* More port forcingChristopher Baines2023-05-09
* Don't specify transfer encoding header in responsesChristopher Baines2023-05-08
* Specifically handle empty partial uploadsChristopher Baines2023-05-08
* Make logging conditional on the request content lengthChristopher Baines2023-05-08
* Stop using chunked transfers for file uploadsChristopher Baines2023-05-08
* Provide progress reporting for computing the hashes of outputsChristopher Baines2023-05-08
* Expose the number threads as a metricChristopher Baines2023-05-08
* Include system uptime in the agent status informationChristopher Baines2023-05-05
* Try to instrument ports/file descriptorsChristopher Baines2023-04-27
* Revert "Remove read-request-body workaround"Christopher Baines2023-04-25
* Remove read-request-body workaroundChristopher Baines2023-04-25
* Deallocate canceled builds from agents when they startupChristopher Baines2023-04-21
* Include the submit_outputs information in the agent status responseChristopher Baines2023-04-21
* Stop using the guix-memory-metrics-updaterChristopher Baines2023-03-27
* Instrument the size of some Guix managed hash tablesChristopher Baines2023-03-27
* Add processor count to the agent statusChristopher Baines2023-03-24
* Fix status load average handlingChristopher Baines2023-03-22
* Implement and extend the agent status functionalityChristopher Baines2023-03-22
* Stop using procedures for responses where unnecessaryChristopher Baines2023-03-21
* Clean up some loggingChristopher Baines2022-10-22
* Log when output files are renamedChristopher Baines2022-10-22
* Add more logging when output files are deletedChristopher Baines2022-10-22
* Copy upload error handling to the partial routeChristopher Baines2022-10-21
* Include the file size and md5 hash in error messagesChristopher Baines2022-10-21
* Don't crash on chunked input exceptionsChristopher Baines2022-10-08
* Check the dynamic auth token before creating new agentsChristopher Baines2022-10-08
* Fix the threshold for metrics delay loggingChristopher Baines2022-02-01
* Tweak metrics delay loggingChristopher Baines2022-01-20
* Remove bodies from responses to HEAD requestsChristopher Baines2021-12-27
* Fix route for getting the bytes uploaded for an outputChristopher Baines2021-12-24
* Check before deleting filesChristopher Baines2021-11-26
* Remove redundant if in the controllerChristopher Baines2021-11-26
* Don't print backtraces in the controller when chunked inputs endChristopher Baines2021-11-26
* Delete existing files when processing upload requestsChristopher Baines2021-11-22
* Unwind on some exceptionsChristopher Baines2021-11-22
* Improve some way numbers are displayedChristopher Baines2021-11-22
* Track delays for reporting metricsChristopher Baines2021-11-16
* Check if an output has been uploaded before trying to upload itChristopher Baines2021-11-16
* Add error handling around computing output hashesChristopher Baines2021-11-15
* Implement initial support for resuming HTTP uploadsChristopher Baines2021-11-14
* Start checking the hashes of submitted outputsChristopher Baines2021-11-14
* Improve the reveived output messageChristopher Baines2021-05-30
* Remove stale log filesChristopher Baines2021-05-26
* Handle receiving outputs as a bytevectorChristopher Baines2021-04-23
* Handle receiving logs as bytevectorsChristopher Baines2021-04-09