summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* meta: fix metaset syntaxdormando2021-06-101-27/+26
* meta: repairs to mset commanddormando2021-06-101-22/+22
* meta: allow base64'ed binary keys with 'b' flagdormando2021-06-071-0/+17
* Fix expiration test to use debugtime commandminkikim892021-06-072-7/+13
* improve shutdown tests1.6.9dormando2020-11-202-4/+23
* 'shutdown graceful' command for raising SIGUSR1Kevin Lin2020-11-201-0/+49
* Expose memory_file path in stats settingsKevin Lin2020-11-201-0/+6
* item crawler hash table walk modedormando2020-11-201-2/+39
* extstore: use fcntl locking on disk filedormando2020-11-111-0/+5
* Introduce NAPI ID based worker thread selectionSridhar Samudrala2020-11-021-2/+2
* fix connection limit testspkarumanchi92020-10-302-21/+30
* logger: fix spurious watcher hangupsdormando2020-10-291-1/+0
* watcher.t: reduce flakinessdormando2020-10-291-4/+8
* Extend test CA validity to 500 yearsBernhard M. Wiedemann2020-10-274-97/+101
* Adjust "t/idle-timeout.t" be more forgivingTianon Gravi2020-10-271-1/+1
* exclude vendor/ source dir from whitespace checker.1.6.7dormando2020-08-291-1/+1
* fix leak in merged resp/read buffersdormando2020-07-021-2/+2