summaryrefslogtreecommitdiff
path: root/proto_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* proxy: even more TODO/FIXME cleanupsdormando2022-02-081-17/+36
* proxy: accept fractional time for timeoutsdormando2022-02-081-10/+25
* proxy: add filter and hash options to mcp.pool()dormando2022-02-071-127/+234
* proxy: more misc fixesdormando2022-02-041-28/+41
* proxy: improve error handling for ascii multigetsdormando2022-02-041-16/+23
* proxy: small misc fixesdormando2022-02-041-24/+16
* proxy: counter for backend failuresdormando2022-02-041-1/+6
* proxy: add mcp.backend_failure_limit(n)dormando2022-02-041-39/+52
* proxy: fix bug/crash for set commandsdormando2022-02-041-10/+27
* proxy: fix re-assembly bug if \r missingdormando2022-02-041-11/+4
* proxy: improve mcp_config_* VM table copyingdormando2022-02-041-21/+51
* proxy: FIXME/TODO audit of missing error handlingdormando2022-02-041-14/+17
* proxy: audit TODO/FIXME lines. mark some for v2dormando2022-02-041-96/+95
* proxy: fix bug when enabled but set not overriddendormando2022-01-271-2/+10
* proxy: `-o proxy_uring` to enable io_uringdormando2022-01-261-41/+49
* proxy: fix build issue with uring mode enableddormando2022-01-261-3/+2
* proxy: backend write combiningdormando2022-01-241-75/+84
* proxy: compile fix for non-uring mode.dormando2022-01-121-0/+6
* proxy: uring event thread periodic updaterdormando2022-01-121-0/+34
* proxy: bad backend retry code for uringdormando2022-01-121-10/+60
* proxy: basic timeout support for liburing modedormando2022-01-121-13/+48
* proxy: fix uring crash on backend disconnectdormando2021-12-021-1/+17
* proxy: initial commit.dormando2021-10-051-0/+4191