summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* extstore: increase aggressiveness of flush threadHEAD1.6.20nextmasterdormando2023-05-111-8/+15
* proxy: add tests for ustatsFei Hu2023-05-112-0/+258
* proxy: add more tests around request APIs to proxyunits.tFei Hu2023-05-092-20/+123
* proxy: add proxy_test() and test scenarios to proxyunits.tFei Hu2023-05-082-28/+213
* proxy: print info of test groups in proxyunits.t.Fei Hu2023-05-081-0/+26
* proxy: add check_sanity() to check proxy and backends at boarder sections.Fei Hu2023-05-072-16/+39
* proxy: fix config_routes numeric table copydormando2023-05-071-3/+3
* proxy: comment proxyunits.t test moredormando2023-04-281-0/+19
* proxy: remove redundancy in test codedormando2023-04-282-102/+41
* proxy: return 'readvalidate' on be read timeoutdormando2023-04-282-2/+6
* proxy: let tests use unix socket for proxy daemondormando2023-04-285-8/+7
* proxy: move mcp.stats and mcp.request to routesdormando2023-04-261-2/+2
* proxy: don't print null ustats from "stats proxy"dormando2023-04-201-2/+4
* proxy: fix t/proxy.tdormando2023-04-191-1/+1
* vendor: improve fetch scriptdormando2023-04-191-4/+21
* proxy: use connect timeout during retriesdormando2023-04-171-2/+3
* proxy: fix flaky test in proxyconfig.tdormando2023-04-172-6/+7
* proxy: fix memory accounting underflowdormando2023-04-171-0/+3
* proxy: fix data corruption bugdormando2023-04-122-3/+8
* Add a debian dockerfile, as well as upgrade the autoconf dependencyOlof Nord2023-04-103-1/+22
* check for sys/auxv.hFabrice Fontaine2023-04-102-1/+2
* proxy: fix backend leak with 2-arg mcp.pool()dormando2023-04-102-1/+7
* 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