summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* proxy: mcp.log_req* API interfacedormando2022-04-088-9/+232
* Fix buffer overflow and prevent recv() of 0 byte1.6.15Fei Hu2022-03-071-4/+3
* proxy: allow await() to be called recursivelydormando2022-03-024-22/+40
* proxy: mcp.request(cmd, [val | resp])dormando2022-03-011-1/+13
* proxy: hacky method of supporting noreply/quietdormando2022-03-014-6/+110
* proxy: add ring_hash builtindormando2022-02-2411-57/+904
* proxy: fix logger entry memory corruptiondormando2022-02-241-0/+1
* storage: parameterize the compaction thread sleepdormando2022-02-219-15/+32
* proxy: pull chunks into individual c filesdormando2022-02-1811-3916/+3964
* proxy: documentation updatesdormando2022-02-182-8/+26
* proxy: "stats settings" for proxydormando2022-02-171-0/+4
* proxy: await improvementsdormando2022-02-171-29/+101
* proxy: trivial support for SO_KEEPALIVE on backenddormando2022-02-162-4/+34
* mcmc: upstream update for SO_KEEPALIVEdormando2022-02-162-1/+10
* proxy: fix crash on `stats proxy` sans user statsdormando2022-02-141-2/+4
* proxy: enable backend_total statdormando2022-02-111-4/+8
* proxy: track in-flight requestsdormando2022-02-113-34/+24
* proxy: add some basic logging for backend errorsdormando2022-02-113-14/+41
* proxy: logging improvements + lua mcp.log()dormando2022-02-115-10/+36
* proxy: add stats for commands seendormando2022-02-112-8/+52
* tests: workaround for t/watcher.t race1.6.14dormando2022-02-091-0/+1
* restart: fix typo in error messageBaptiste Mille-Mathias2022-02-091-1/+1
* Extend extbuf in try_read_command_binary functionTomas Korbar2022-02-091-1/+4
* tests: repair race in maxconns.t testdormando2022-02-091-2/+11
* Fix more int overflow issues in hashtabledormando2022-02-091-7/+7
* Fix integer overflow in hashsize calculation.Gabe Van Engel2022-02-091-4/+1