summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* proxy: reduce noise for dead backendsdormando2023-03-061-14/+11
* proxy: more await unit testsdormando2023-03-012-1/+113
* proxy: fix trailingdata error with ascii multigetdormando2023-02-282-0/+20
* crawler: mgdump documentationdormando2023-02-271-0/+25
* crawler: add "lru_crawler mgdump" commanddormando2023-02-273-4/+91
* crawler: don't hold lock while writing to networkdormando2023-02-271-77/+103
* proxy: add mcp.internal(r) APIdormando2023-02-255-14/+1807
* proxy: allow workers to run IO optionallydormando2023-02-2412-174/+470
* proxy: redo libevent handling codedormando2023-02-224-85/+157
* proxy: fix "missingend" error on reading responsesdormando2023-02-172-1/+56
* proxy: add read buffer data to backend errorsdormando2023-02-154-4/+98
* proxy: fix partial responses on backend timeoutsdormando2023-02-143-9/+26
* proxy: fix write flushing bugsdormando2023-02-081-8/+11
* proxy: disallow overriding mn commanddormando2023-02-011-0/+5
* proxy: add mcp.backend(t) for more overridesdormando2023-02-016-98/+186
* tests: timedrun SIGHUP pass-thrudormando2023-02-011-0/+10
* proxy: add mcp.await_logerrors()dormando2023-01-275-2/+89
* proxy: new integration tests.dormando2023-01-255-0/+933
* proxy: fix mismatched responses after bad writedormando2023-01-221-12/+18
* proxy: fix stats deadlock caused by await codedormando2023-01-203-19/+19
* proxy: clean logic around lua yieldingdormando2023-01-124-47/+46
* core: remove *c from some response codedormando2023-01-122-33/+53
* mcmc: add mcmc_bare_parse_buf()dormando2023-01-112-0/+6
* core: simplify background IO APIdormando2023-01-118-80/+54
* core: remove *conn object from cache commandsdormando2023-01-119-98/+116
* core: do not stop threads on SIGINT/SIGTERM1.6.18dormando2023-01-101-4/+6
* core: remove printf from signal handlersDavid Carlier2023-01-101-3/+7
* proxy: iterate modified request handlingdormando2023-01-092-102/+74
* proxy: exposed resp:elapsed()dormando2023-01-091-0/+1
* proxy: log time now relative to resp lifetimedormando2023-01-055-11/+26
* proxy: fix crash in await during SIGHUP reloadsdormando2023-01-021-1/+1
* proxy: io_uring work and simplify write flushdormando2023-01-021-128/+173
* proxy: make io_uring backend work againdormando2022-12-133-60/+315
* proxy: fix lifecycle of backend connectionsdormando2022-12-124-56/+202
* mcmc: track socket when disconnecteddormando2022-12-071-0/+2
* proxy: crash fix for previous perf fixdormando2022-12-071-4/+7
* proxy: IO thread performance improvementsdormando2022-12-062-6/+22
* proxy: add mcp.AWAIT_BACKGROUNDdormando2022-12-015-9/+73
* proxy: lua registry corruption on data chunk errordormando2022-12-011-1/+3
* proxy: add proxy_await_active statdormando2022-12-014-1/+6
* proxy: fix partial response read handlingdormando2022-11-301-1/+1
* proxy: fix flushing partial writesdormando2022-11-301-0/+1
* proxy: add more backend failure messagesdormando2022-11-301-53/+51
* proxy: more be validation fixes + old racedormando2022-11-281-8/+8
* proxy: fix bugs in be validation stepdormando2022-11-241-1/+2
* proxy: fix mcp.log_req crash on nil resdormando2022-11-241-2/+7
* core: fix tagged listeners for len < 8dormando2022-11-151-2/+2
* proxy: add debug symbols to lua builddormando2022-11-071-1/+1
* core: give threads unique namesdormando2022-11-0112-2/+42
* proxy: fix crash when backensd are gc'ddormando2022-10-201-2/+4