summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* core: fix strncat warningdormando2022-08-251-1/+1
* configure.ac: use pkg-config to retrieve opensslFabrice Fontaine2022-08-252-66/+69
* proxy: fix missing md5.h from tarball distdormando2022-08-251-1/+1
* docs: don't rebuild binprot XML anymoredormando2022-08-255-17/+3529
* Do memory bound check for some C string operationsQu Chen2022-08-242-8/+10
* core: allow forcing protocol per listener socketdormando2022-08-243-14/+60
* proxy: mcp.attach(CMD, r, "tag")dormando2022-08-244-13/+105
* core: add tagging to listener socketsdormando2022-08-243-13/+49
* proxy: allow mcp.pool to ignore a nil second argdormando2022-08-231-1/+3
* Improve Slab Automove behaviorIliya2022-08-222-6/+15
* proxy: allow booleans in pool structuredormando2022-08-171-0/+3
* proxy: backend object cache was brokendormando2022-08-161-1/+1
* log: fix obscure crashes due to size_t promotiondormando2022-08-121-3/+3
* Race leads to deadlock during shutdown (sigterm/sigusr1)Sailesh Mukil2022-08-101-0/+4
* proxy: req:flag_token("F", "Freplacement")dormando2022-08-092-2/+30
* CI: attempt to fix PR test workflow.dormando2022-08-091-1/+1
* proxy: fix subtle parser bug for some cmds1.6.16dormando2022-08-031-2/+14
* proxy: add req:flag_token("F")dormando2022-08-034-0/+43
* proxy: mcp.response code and rline APIdormando2022-08-032-0/+49
* proxy: add r:has_flag(), fix r:token() lengthdormando2022-08-034-8/+47
* proxy: mcp.request improvementsdormando2022-08-033-5/+40
* proxy: mcplib_request_token() doesn't delimit the final token in a requestSailesh Mukil2022-07-251-7/+4
* Disable TLS re-negotiation from SSL contextQu Chen2022-07-241-4/+11
* Fix undefined behavior and warning with clangTom Stellard2022-07-241-5/+4
* fix the hashstring size for evcache ketamaPrudhviraj K2022-07-242-0/+7
* Fix FTBFS with GCC 12 on ppc64elSergio Durigan Junior2022-07-241-1/+1
* proxy: fix race crash from io obj use-after-freedormando2022-07-241-2/+12
* proxy: fix mcp.await() when using extended argsdormando2022-07-241-8/+14