summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: remove most response obj cache related codedormando2020-06-091-2/+2
* Restore SAN entries in testing TLS certificatesKevin Lin2020-05-277-219/+228
* Changed the parts using strtol to use safe_strtolminkikim892020-05-273-2/+27
* Update testing certificatesTomas Korbar2020-05-127-191/+255
* start of valgrind test modedormando2020-05-122-13/+44
* more flaky test fixes; crawler/restartdormando2020-05-012-3/+13
* restart: fix failure on deleted chunked itemsdormando2020-04-121-1/+5
* failing test for restart bugdormando2020-04-121-0/+4
* Add build option to disable unix socket functionality.Jefty Negapatan2020-04-115-65/+95