aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging/http.scm
Commit message (Expand)AuthorAge
* Drop the delay for retrying uploads on failureChristopher Baines2023-04-11
* Remove the crude alarm based timeout for submitting outputsChristopher Baines2023-04-11
* Add processor count to the agent statusChristopher Baines2023-03-24
* Fix status load average handlingChristopher Baines2023-03-22
* Have agents send their status every 30 secondsChristopher Baines2023-03-22
* Switch to using = for testing numerical equalityChristopher Baines2022-10-22
* Tweak upload handling againChristopher Baines2022-10-21
* Log the file size and md5 hash on the agent sideChristopher Baines2022-10-21
* Tweak output uploading codeChristopher Baines2022-10-19
* Use suspendable ports for the agent, with timeoutsChristopher Baines2022-10-16
* Throttle calling alarmChristopher Baines2022-10-15
* Reset the upload progress when appropriateChristopher Baines2022-10-14
* Add more logging around file uploadsChristopher Baines2022-10-14
* Shorten timeout when submitting outputsChristopher Baines2022-10-14
* Tweak output upload timeoutChristopher Baines2022-10-14
* Move retry in submit-outputChristopher Baines2022-04-09
* Add a timeout for submitting outputsChristopher Baines2022-04-09
* Only use GC protection when gnutls won't internally retryChristopher Baines2022-02-04
* Improve still more to send log messageChristopher Baines2021-12-22
* Improve logging when submitting outputsChristopher Baines2021-12-22
* Only check the size of the file once when uploadingChristopher Baines2021-11-21
* Fix variable reference in submit-outputChristopher Baines2021-11-21
* Compress outputs outside of the upload slotChristopher Baines2021-11-20
* Check if an output has been uploaded before trying to upload itChristopher Baines2021-11-16
* Fix the uri when calling coordinator-handle-failed-requestChristopher Baines2021-11-15
* Handle the case where there are no more bytes to sendChristopher Baines2021-11-15
* Remove some test codeChristopher Baines2021-11-14
* Implement initial support for resuming HTTP uploadsChristopher Baines2021-11-14
* Don't error for 404 responses in coordinator-http-requestChristopher Baines2021-11-14
* Don't error for responses with no body in coordinator-http-requestChristopher Baines2021-11-14
* Return to compressing outputs then sending themChristopher Baines2021-11-07
* Move retrying uploads out of the with-upload-slot regionChristopher Baines2021-08-07
* Support reporting bytes sent when submitting outputsChristopher Baines2021-06-08
* Retry more when sending outputsChristopher Baines2021-05-30
* Further tweak sending chunked HTTP requestsChristopher Baines2021-05-29
* Add a space in coordinator-handle-failed-requestChristopher Baines2021-05-28
* Use GC protection for normal requests to the coordinator as wellChristopher Baines2021-05-28
* Increase the buffer size for sending outputs and log filesChristopher Baines2021-05-28
* Get rid of the request mutexChristopher Baines2021-05-28
* Tune sending files over HTTPChristopher Baines2021-05-28
* Reduce the threshold for compressing nars on the flyChristopher Baines2021-05-26
* Drop the request mutex for most requestsChristopher Baines2021-05-21
* Use a bigger buffer when uploading logsChristopher Baines2021-05-13
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Avoid some threads and locks when running on the hurdChristopher Baines2021-02-15
* Remove unused coordinator module from the http agent messaging moduleChristopher Baines2021-02-13
* Remove (guix-build-coordinator datastore) import from agent moduleChristopher Baines2021-02-13
* Rework the agent messaging modulesChristopher Baines2021-01-15
* Use methods for the agent messagingChristopher Baines2021-01-15
* Tune agent retryingChristopher Baines2021-01-01