aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use the thread-pool record for the default timeoutHEADmasterChristopher Baines2025-02-10
* Use default io waiters in the thread poolChristopher Baines2025-02-10
* Avoid needlessly setting the encodingChristopher Baines2025-02-07
* Make more web server encoding tweaksChristopher Baines2025-02-07
* Tweak some web server exception handlingChristopher Baines2025-02-07
* Allow customising the web server read request exception handlerChristopher Baines2025-02-07
* Remove the fiberize show-backtrace? optionChristopher Baines2025-02-07
* Fix exception handling for fibers-batch-mapChristopher Baines2025-02-06
* Simplify exception handling in the web serverChristopher Baines2025-02-06
* Remove the resource pool reply timeoutChristopher Baines2025-02-04
* Improve resource pool performance when there are lots of waitersChristopher Baines2025-02-04
* Improve handling of idle resources in the resource poolChristopher Baines2025-02-04
* Start trying to improve exceptions and backtracesChristopher Baines2025-02-03
* Fix idle resource removal in the resource poolChristopher Baines2025-02-03
* Tweak resource pool backtracesChristopher Baines2025-02-03
* Export the default-exception-handlerChristopher Baines2025-02-03
* Rework handling of using a proc for the web server response bodyChristopher Baines2025-02-03
* Rework exception handling in the web serverChristopher Baines2025-02-03
* Improve exception reporting in the resource poolChristopher Baines2025-02-03
* Guard against the remove message not workingChristopher Baines2025-02-03
* Fix issue with parallel creating resource pool resourcesChristopher Baines2025-02-02
* Improve resource pool destructionChristopher Baines2025-01-31
* Default to an resource-pool add-resources-parallelism of 1Christopher Baines2025-01-30
* Call web server exception handlers with the requestChristopher Baines2025-01-29
* Make the web server buffer size configurableChristopher Baines2025-01-29
* Add fibers-promise-result-available?Christopher Baines2025-01-29
* Update run-knots-web-server docstringChristopher Baines2025-01-25
* Make the web server exception handler configurableChristopher Baines2025-01-25
* Don't wait indefinitely for new requests in the web serverChristopher Baines2025-01-25
* Export the wait-until-port operationsChristopher Baines2025-01-23
* Handle when the wrong number of values is returned in the web serverChristopher Baines2025-01-23
* Try to better handle exceptions in the web serverChristopher Baines2025-01-23
* Rename worker threads to thread poolChristopher Baines2025-01-14
* Tweak the resource poolChristopher Baines2025-01-09
* Add fiberizeChristopher Baines2025-01-08
* Allow customising the resource-pool put-message timeoutChristopher Baines2025-01-08
* Export resource-pool-nameChristopher Baines2025-01-08
* Print resource pools without the channelChristopher Baines2025-01-06
* Support getting the pool from the timeout errorChristopher Baines2025-01-06
* Enable the Makefile to run testsChristopher Baines2024-12-29
* Consistently use non-blockingChristopher Baines2024-12-29
* Allow nesting worker thread callsChristopher Baines2024-12-28
* Fix a bug in fibers-batch-map (and related procedures)Christopher Baines2024-12-27
* Add call-with-sigintChristopher Baines2024-12-25
* Make the parallel operations more continuousChristopher Baines2024-12-22
* Initial commitChristopher Baines2024-12-16