aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging/http.scm
Commit message (Expand)AuthorAge
* Revert "Read chunked request bodies in different threads to avoid blocking"Christopher Baines2020-04-27
* Ensure that successful builds have the outputs and log fileChristopher Baines2020-04-26
* Read chunked request bodies in different threads to avoid blockingChristopher Baines2020-04-26
* Try to fix handling of chuncked requestsChristopher Baines2020-04-26
* Expose metricsChristopher Baines2020-04-26
* Support sending and storing log files for buildsChristopher Baines2020-04-25
* Extract out call-with-streaming-http-requestChristopher Baines2020-04-25
* Add a hook to handle missing inputsChristopher Baines2020-04-17
* Switch the build-allocator thread to not use a channelChristopher Baines2020-04-17
* Switch to the fibers backend for the webserverChristopher Baines2020-04-17
* Implement a couple of basic hooksChristopher Baines2020-04-16
* Improve build allocationChristopher Baines2020-04-13
* Add missing importChristopher Baines2020-04-13
* Fix printing out requests to the coordinatorChristopher Baines2020-04-13
* Support reporting setup failures to the coordinatorChristopher Baines2020-04-13
* Add support for sending/receiving build resultsChristopher Baines2020-04-13
* Start storing outputs in a proper directoryChristopher Baines2020-04-13
* Add initial support for sending/storing build outputsChristopher Baines2020-04-13
* Hack support for chuncked request bodies in to GuileChristopher Baines2020-04-13
* Switch to the non-fibers web serverChristopher Baines2020-04-13
* Respond to agent requests with the agent detailsChristopher Baines2020-04-11
* Support agents fetching buildsChristopher Baines2020-04-10
* Implement more of an agent sending a status updateChristopher Baines2020-04-10
* Implement more of the /agent/UUID GET behaviourChristopher Baines2020-04-10
* Start implementing the HTTP agent messaging featuresChristopher Baines2020-04-10