summaryrefslogtreecommitdiff
path: root/memcached.h
Commit message (Expand)AuthorAgeFilesLines
* proxy: add request and buffer memory limitsdormando2023-03-261-0/+4
* proxy: restrict functions for lua config vs routedormando2023-03-261-1/+2
* log: Add a new watcher to watch for deletions.Hemal Shah2023-03-151-0/+3
* meta: N flag changes append/prepend. ms s flag.dormando2023-03-111-2/+4
* remove unnecessary HAVE_UNISTD_H checkxuesenliang2023-03-081-6/+0
* crawler: add "lru_crawler mgdump" commanddormando2023-02-271-1/+1
* proxy: allow workers to run IO optionallydormando2023-02-241-0/+2
* core: remove *c from some response codedormando2023-01-121-2/+4
* core: simplify background IO APIdormando2023-01-111-19/+9
* core: remove *conn object from cache commandsdormando2023-01-111-10/+14
* proxy: add proxy_await_active statdormando2022-12-011-1/+2
* core: give threads unique namesdormando2022-11-011-0/+1
* meta: remove "meta_response_old" start optiondormando2022-10-201-1/+0
* extstore: make defaults more aggressivedormando2022-08-251-2/+2
* sock ip filtering tagging support for FBSD/OBSDDavid CARLIER2022-08-251-0/+11
* core: allow forcing protocol per listener socketdormando2022-08-241-2/+2
* core: add tagging to listener socketsdormando2022-08-241-2/+3
* 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-0/+1
* storage: parameterize the compaction thread sleepdormando2022-02-211-0/+1
* proxy: track in-flight requestsdormando2022-02-111-1/+2
* proxy: add stats for commands seendormando2022-02-111-1/+2
* proxy: more misc fixesdormando2022-02-041-1/+2
* proxy: fix bug/crash for set commandsdormando2022-02-041-0/+3
* proxy: `-o proxy_uring` to enable io_uringdormando2022-01-261-0/+1
* Track store errors in thread statsKevin Lin2021-11-231-1/+3
* proxy: initial commit.dormando2021-10-051-2/+29
* Expose number of currently active watchers in stats1.6.11Kevin Lin2021-09-271-0/+1
* Configurable minimum supported TLS protocol versionKevin Lin2021-09-271-0/+1
* core: io_queue flow second attemptdormando2021-08-091-37/+49
* core: io_queue_t flow modedormando2021-08-091-5/+9
* thread: use eventfd for worker notify if availabledormando2021-08-091-0/+4
* thread: unify worker notify interfacedormando2021-08-091-0/+1
* thread: per-worker-thread connection event queuesdormando2021-08-091-1/+1
* Implement LOG_CONNEVENTS watcher flag for connection state transitionsKevin Lin2021-08-071-0/+8
* Fix typos in doc/code comments (tem->item, etc)Tyson Andre2021-08-051-1/+1
* meta: response code OK -> HDdormando2021-06-101-0/+1
* The total number of UDP datagrams required for the message is calculated inco...tom2021-06-071-0/+1
* meta: allow base64'ed binary keys with 'b' flagdormando2021-06-071-0/+2
* Added debugtime commandminkikim892021-06-071-0/+5
* core: support malloc'ed blobs for body readdormando2020-12-111-0/+1
* Expose memory_file path in stats settingsKevin Lin2020-11-201-0/+1
* net: fix compile failures when missing NAPI definedormando2020-11-111-0/+5
* Introduce NAPI ID based worker thread selectionSridhar Samudrala2020-11-021-0/+4
* queue: replace c->io_pending to avoid a mutexdormando2020-10-301-3/+18
* core: restructure IO queue callbacksdormando2020-10-301-13/+18
* core: io_pending_t is an embeddable structdormando2020-10-301-7/+1
* core: compile io_queue code by defaultdormando2020-10-301-8/+4
* core: move more storage functions to storage.cdormando2020-10-301-6/+0
* core: generalize extstore's defered IO queuedormando2020-10-301-7/+25