summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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