summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* proxy: add missing errno.h include to proxy.hdormando2022-07-241-0/+1
* proxy: fix potential corruption on partial writedormando2022-07-241-0/+1
* proxy: fix uring modedormando2022-07-242-14/+11
* proxy: rework backend buffer handlingdormando2022-07-243-106/+89
* mcmc: experimental apidormando2022-07-243-111/+119
* tests: skip whitespace on vendor/*dormando2022-07-032-2/+2
* tls: Add switch to opt-in to kernel TLS on OpenSSL 3.0.0+Kevin Lin2022-07-035-0/+26
* checks port number at start timeDavid Carlier2022-07-031-0/+5
* Fix a memory leak in cache_limit_revised_downward_testRaphael Isemann2022-07-031-0/+2
* Add a command to dump keys for memcached-toolJunji Hashimoto2022-07-031-0/+26
* 'proxyreqs' does not work unless 'proxyuser' also providedSailesh Mukil2022-04-121-2/+2
* proxy: replace proxycmds stream with proxyreqsdormando2022-04-087-65/+9