summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* proxy: compile fix for non-uring mode.dormando2022-01-121-0/+6
* proxy: uring event thread periodic updaterdormando2022-01-121-0/+34
* proxy: bad backend retry code for uringdormando2022-01-121-10/+60
* proxy: basic timeout support for liburing modedormando2022-01-121-13/+48
* meta: protocol.txt updates for CAS returndormando2022-01-121-1/+6
* meta: test coverage for cas fixesdormando2022-01-121-0/+35
* meta: fix meta deletedormando2022-01-121-2/+1
* meta: fix CAS ('c') return valuesdormando2022-01-121-1/+3
* core: fix use-after-free for text multigetsdormando2022-01-111-1/+1
* proxy: fix uring crash on backend disconnectdormando2021-12-021-1/+17
* Replace OPENSSL_VERSION_NUMBER check with defined(TLS1_3_VERSION) check for T...Kevin Lin2021-11-232-3/+3
* Fix full unit test suite under test_tlsKevin Lin2021-11-235-16/+37
* Track store errors in thread statsKevin Lin2021-11-236-7/+44
* Fix time-of-check time-of-use bugskokke2021-11-234-13/+11
* Fix for #837 - tests fail on OS Xdormando2021-11-221-6/+2
* extstore: avoid looping IO queues on submissiondormando2021-11-181-16/+24
* tests: maxconns test when extstore enableddormando2021-11-031-24/+42
* core: remove cdefs include from queue.hdormando2021-10-061-2/+0
* proxy: initial commit.dormando2021-10-0525-10/+6162