summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* proxy: even more TODO/FIXME cleanupsdormando2022-02-081-17/+36
* proxy: accept fractional time for timeoutsdormando2022-02-082-11/+26
* proxy: add filter and hash options to mcp.pool()dormando2022-02-072-129/+238
* proxy: more misc fixesdormando2022-02-043-29/+44
* proxy: improve error handling for ascii multigetsdormando2022-02-041-16/+23
* proxy: small misc fixesdormando2022-02-041-24/+16
* proxy: counter for backend failuresdormando2022-02-041-1/+6
* proxy: add mcp.backend_failure_limit(n)dormando2022-02-041-39/+52
* proxy: fix bug/crash for set commandsdormando2022-02-044-11/+36
* proxy: fix re-assembly bug if \r missingdormando2022-02-041-11/+4
* proxy: improve mcp_config_* VM table copyingdormando2022-02-042-25/+54
* proxy: FIXME/TODO audit of missing error handlingdormando2022-02-041-14/+17
* proxy: audit TODO/FIXME lines. mark some for v2dormando2022-02-041-96/+95
* text: raise junk detection limit to 2kdormando2022-02-041-3/+3
* meta: add "proxy tokens" P, L which are ignoreddormando2022-02-042-0/+9
* proxy: fix bug when enabled but set not overriddendormando2022-01-271-2/+10
* proxy: `-o proxy_uring` to enable io_uringdormando2022-01-264-43/+60
* proxy: fix build issue with uring mode enableddormando2022-01-261-3/+2
* proxy: comment out token test in startfile.luadormando2022-01-261-3/+3
* proxy: fix crash on SIGHUP when proxy not enableddormando2022-01-251-1/+3
* core: fix large pages detection on redhat distrosDavid Carlier2022-01-251-3/+28
* Fix error message on conflicting ports while using '-l'Sailesh Mukil2022-01-251-2/+14
* vendor: add blank make install targetpkarumanchi92022-01-251-0/+2
* proxy: backend write combiningdormando2022-01-241-75/+84
* core: make object cache LIFO1.6.13dormando2022-01-121-1/+1