summaryrefslogtreecommitdiff
path: root/proxy_await.c
Commit message (Expand)AuthorAgeFilesLines
* proxy: add request and buffer memory limitsdormando2023-03-261-0/+2
* proxy: allow workers to run IO optionallydormando2023-02-241-3/+6
* proxy: add mcp.await_logerrors()dormando2023-01-271-2/+48
* proxy: fix stats deadlock caused by await codedormando2023-01-201-4/+4
* proxy: clean logic around lua yieldingdormando2023-01-121-1/+2
* core: simplify background IO APIdormando2023-01-111-0/+4
* proxy: log time now relative to resp lifetimedormando2023-01-051-0/+7
* proxy: fix crash in await during SIGHUP reloadsdormando2023-01-021-1/+1
* proxy: add mcp.AWAIT_BACKGROUNDdormando2022-12-011-2/+54
* proxy: add proxy_await_active statdormando2022-12-011-0/+2
* proxy: add mcp.await FASTGOOD flagdormando2022-09-271-0/+11
* proxy: update mcmc and calling conventionsdormando2022-09-021-1/+1
* proxy: fix mcp.await() when using extended argsdormando2022-07-241-8/+14
* proxy: replace proxycmds stream with proxyreqsdormando2022-04-081-10/+1
* proxy: mcp.log_req* API interfacedormando2022-04-081-0/+4
* proxy: allow await() to be called recursivelydormando2022-03-021-10/+12
* proxy: hacky method of supporting noreply/quietdormando2022-03-011-0/+21
* proxy: pull chunks into individual c filesdormando2022-02-181-0/+343