summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* core: fix another dtrace compilation issue1.6.19dormando2023-03-081-4/+4
* proxy: mcp.internal fixes and testsdormando2023-03-062-0/+239
* proxy: more await unit testsdormando2023-03-012-1/+113
* proxy: fix trailingdata error with ascii multigetdormando2023-02-281-0/+15
* proxy: allow workers to run IO optionallydormando2023-02-242-0/+114
* proxy: redo libevent handling codedormando2023-02-221-4/+6
* proxy: fix "missingend" error on reading responsesdormando2023-02-171-0/+55
* proxy: add read buffer data to backend errorsdormando2023-02-151-0/+26
* proxy: fix partial responses on backend timeoutsdormando2023-02-142-6/+23
* proxy: add mcp.backend(t) for more overridesdormando2023-02-012-2/+53
* proxy: add mcp.await_logerrors()dormando2023-01-272-0/+39
* proxy: new integration tests.dormando2023-01-255-0/+933
* core: remove *conn object from cache commandsdormando2023-01-112-2/+6
* proxy: add mcp.AWAIT_BACKGROUNDdormando2022-12-011-4/+5
* meta: allow mg without flags + reflect O/k on ENdormando2022-10-201-1/+1
* meta: meta arithmetic command had excess spacesdormando2022-10-201-5/+5
* meta: remove excess spaces from meta responsesdormando2022-10-201-1/+9
* Find perl via /usr/bin/env instead of directlyDavid CARLIER2022-08-2583-83/+83
* proxy: mcp.attach(CMD, r, "tag")dormando2022-08-241-0/+3
* proxy: req:flag_token("F", "Freplacement")dormando2022-08-091-0/+2
* proxy: add req:flag_token("F")dormando2022-08-031-0/+4
* proxy: mcp.response code and rline APIdormando2022-08-031-0/+15
* proxy: add r:has_flag(), fix r:token() lengthdormando2022-08-031-0/+14
* proxy: mcp.request improvementsdormando2022-08-031-0/+7
* tls: Add switch to opt-in to kernel TLS on OpenSSL 3.0.0+Kevin Lin2022-07-031-0/+1
* proxy: mcp.log_req* API interfacedormando2022-04-081-5/+14
* proxy: allow await() to be called recursivelydormando2022-03-021-3/+7
* proxy: add ring_hash builtindormando2022-02-242-31/+28
* storage: parameterize the compaction thread sleepdormando2022-02-215-5/+5
* proxy: trivial support for SO_KEEPALIVE on backenddormando2022-02-161-0/+1
* proxy: logging improvements + lua mcp.log()dormando2022-02-111-0/+2
* tests: workaround for t/watcher.t race1.6.14dormando2022-02-091-0/+1
* tests: repair race in maxconns.t testdormando2022-02-091-2/+11
* proxy: accept fractional time for timeoutsdormando2022-02-081-1/+1
* proxy: add filter and hash options to mcp.pool()dormando2022-02-071-2/+4
* proxy: improve mcp_config_* VM table copyingdormando2022-02-041-4/+3
* proxy: comment out token test in startfile.luadormando2022-01-261-3/+3
* meta: test coverage for cas fixesdormando2022-01-121-0/+35
* Fix full unit test suite under test_tlsKevin Lin2021-11-234-15/+36
* Track store errors in thread statsKevin Lin2021-11-232-6/+21
* tests: maxconns test when extstore enableddormando2021-11-031-24/+42
* proxy: initial commit.dormando2021-10-053-1/+550
* Expose number of currently active watchers in stats1.6.11Kevin Lin2021-09-272-3/+32
* Configurable minimum supported TLS protocol versionKevin Lin2021-09-272-1/+47
* core: fix hang bug in extstoredormando2021-08-091-0/+8
* core: add queue.h to replace handrolled queues.dormando2021-08-091-0/+1
* Implement LOG_CONNEVENTS watcher flag for connection state transitionsKevin Lin2021-08-071-1/+35
* Report item sizes for fetch, mutation, and eviction watchersKevin Lin2021-08-061-1/+24
* Add settings stat for shutdown_command enabledKevin Lin2021-07-251-1/+2
* meta: response code OK -> HDdormando2021-06-101-32/+32