aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Show backtraces for perform-upload errorsChristopher Baines2023-05-23
* Better handle the output hashing being completed for upload requestsChristopher Baines2023-05-23
* Tweak logging around agent output submissionChristopher Baines2023-05-22
* Better handle upload requests with no contentChristopher Baines2023-05-22
* Fix not updating about uploads based on timeChristopher Baines2023-05-22
* Remove unused make-base64-output-portChristopher Baines2023-05-20
* Change listing builds to work as a streamChristopher Baines2023-05-19
* Fix listing builds stopping earlyChristopher Baines2023-05-17
* Don't print out "build-canceled" for each canceled buildChristopher Baines2023-05-17
* Speed up listing buildsChristopher Baines2023-05-17
* Improve work queue and thread pool exception loggingChristopher Baines2023-05-17
* Guard against the stat call failingChristopher Baines2023-05-17
* Add more information to job raised exception logsChristopher Baines2023-05-14
* Add extra log line when hashing outputsChristopher Baines2023-05-14
* Not being able to log reliably is frustrating :(Christopher Baines2023-05-14
* Guard against logging failures in the output hash threadChristopher Baines2023-05-14
* Set the name of the hash management threadChristopher Baines2023-05-14
* Move some loggingChristopher Baines2023-05-14
* Add more logging around computing hashesChristopher Baines2023-05-14
* Fix missing logger argumentChristopher Baines2023-05-14
* Try to make starting hashing outputs more reliableChristopher Baines2023-05-12
* Don't look at the content-length header for chunked transfersChristopher Baines2023-05-12
* Fix retry-times not always being setChristopher Baines2023-05-11
* Clean up some handling of uploads for agentsChristopher Baines2023-05-11
* 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
* Have agents report on the progress of the coordinator hashing outputsChristopher Baines2023-05-11
* Add #:streaming? to call-with-streaming-http-requestChristopher Baines2023-05-11
* Remove some left over debuggingChristopher Baines2023-05-11
* Add missing argument to port timeout errorsChristopher Baines2023-05-11
* Don't log so much when the database is busyChristopher Baines2023-05-10
* Tweak retrying for status update requestsChristopher 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
* Correct some indentationChristopher Baines2023-05-10
* Separate read and write timeout exceptionsChristopher Baines2023-05-09
* More port forcingChristopher Baines2023-05-09
* Remove make-chunked-output-port* as it's now unusedChristopher Baines2023-05-08
* Don't specify transfer encoding header in responsesChristopher Baines2023-05-08
* Force sending the request in call-with-streaming-http-requestChristopher Baines2023-05-08
* Fix datastore-list-agent-builds canceledChristopher Baines2023-05-08
* Change submit-output to not spend so much time waitingChristopher Baines2023-05-08
* Specifically handle empty partial uploadsChristopher Baines2023-05-08
* Don't error when a build cannot be foundChristopher 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 datastore-find-agent-statusChristopher Baines2023-05-06
* Add some comments about streaming http requestsChristopher Baines2023-05-05