summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove libevent license from usagedormando2022-10-201-33/+0
* Fixes to build with clang-15:David Bohman2022-10-202-1/+5
* meta: remove "meta_response_old" start optiondormando2022-10-203-31/+5
* meta: allow mg without flags + reflect O/k on ENdormando2022-10-202-7/+28
* meta: meta arithmetic command had excess spacesdormando2022-10-202-15/+11
* meta: remove excess spaces from meta responsesdormando2022-10-202-9/+17
* proxy: backend connection improvementdormando2022-10-205-52/+273
* Fix log timestamps after 2038Bernhard M. Wiedemann2022-10-131-16/+16
* Fix function protypes for clang errorsKhem Raj2022-10-135-8/+8
* proxy: add mcp.await FASTGOOD flagdormando2022-09-273-0/+13
* proxy: remove most references to settings globaldormando2022-09-159-41/+43
* proxy: update mcmc and calling conventionsdormando2022-09-027-55/+50
* core: make large item storage more reliable1.6.17dormando2022-08-261-2/+17
* Release TLS read and write buffers when idleTharanga Gamaethige2022-08-261-0/+3
* slab: use latest data in summary windowdormando2022-08-251-3/+4
* re-allow aggressive slab mover for global pagesdormando2022-08-251-1/+7
* extstore: make defaults more aggressivedormando2022-08-255-113/+36
* Find perl via /usr/bin/env instead of directlyDavid CARLIER2022-08-2585-85/+85
* sock ip filtering tagging support for FBSD/OBSDDavid CARLIER2022-08-252-0/+35
* MacOS drop privileges supportDavid CARLIER2022-08-253-0/+42
* Mac M1 build update.David CARLIER2022-08-251-1/+14
* DTrace build fix on MacDavid Carlier2022-08-252-2/+22