summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* proxy: send CLIENT_ERROR when necessarystagingdormando2023-04-034-18/+24
* proxy: print lua error on reload failuredormando2023-04-031-1/+1
* proxy: some TODO/FIXME updatesdormando2023-03-262-16/+3
* proxy: rip out io_uring codedormando2023-03-264-663/+3
* proxy: overhaul backend error handlingdormando2023-03-266-56/+211
* mcmc: upstream updatesdormando2023-03-262-3/+55
* proxy: fix reversal of pipelined backend queriesdormando2023-03-262-13/+10
* proxy: add request and buffer memory limitsdormando2023-03-2610-20/+400
* proxy: restrict functions for lua config vs routedormando2023-03-268-81/+94
* proxy: fix bug ignoring -R setting for proxy reqsdormando2023-03-241-0/+2
* proxy: add conntimeout errordormando2023-03-212-2/+4
* log: Add a new watcher to watch for deletions.Hemal Shah2023-03-156-3/+102
* meta: N flag changes append/prepend. ms s flag.dormando2023-03-119-23/+128
* proxy: repair t/proxyconfig.tdormando2023-03-091-0/+1
* core: fix another dtrace compilation issue1.6.19dormando2023-03-083-6/+4
* core: disable some dtracesdormando2023-03-082-3/+3
* replace 2&>1 by 2>&1Patrice Duroux2023-03-081-1/+1
* log: fix race condition while incrementing log entries droppedRamasai2023-03-081-1/+1
* Add new pkg-config dependencies to dockerfilesOlof Nord2023-03-084-5/+5
* remove unnecessary HAVE_UNISTD_H checkxuesenliang2023-03-081-6/+0
* rm_lru_maintainer_initializedxuesenliang2023-03-083-10/+0
* bugfix: size.c: struct size errorxuesenliang2023-03-081-1/+1
* declare item_lock_hashpower as a static variablexuesenliang2023-03-082-2/+1
* remove useless function declaration do_assoc_move_next_bucket()xuesenliang2023-03-081-1/+3
* fix few unitialized data.David Carlier2023-03-082-1/+3
* Document missing flags of Meta ArithmeticMate Borcsok2023-03-081-0/+2
* configure.ac: add --enable-werrorFabrice Fontaine2023-03-081-2/+9
* proxy: mcp.internal fixes and testsdormando2023-03-065-8/+252
* 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