summaryrefslogtreecommitdiff
path: root/memcached.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* main: split text protocol into proto_text.cdormando2020-07-021-0/+39
* fix leak in merged resp/read buffersdormando2020-07-021-0/+2
* net: remove most response obj cache related codedormando2020-06-091-6/+2
* net: carve response buffers from read buffersdormando2020-06-091-0/+12
* Improve the sig_handler functionTomas Korbar2020-05-121-0/+6
* Add: `-o ssl_session_cache`, disabled by defaultKevin Lin2020-03-271-0/+2
* restart: fix rare segfault on shutdowndormando2020-03-251-2/+1
* ssl_errors statKevin Lin2020-03-161-0/+3
* meta: arithmetic command for incr/decrdormando2020-03-061-1/+2
* add separate limits for connection buffersdormando2020-02-261-1/+7
* network: transient static read buffer for connsdormando2020-02-011-1/+6
* network: refactor binprot's bizarre rbuf usagedormando2020-02-011-2/+1
* network: response stacking for all commandsdormando2020-02-011-55/+58
* Extended configuration option to disable watch commandsCarl Myers2020-01-211-0/+1
* adding missing defaults to the --help outputTharanga Gamaethige2020-01-211-0/+9
* stats: Rename stats.c to stats_prefix.cKanak Kshetri2020-01-131-1/+1
* Use a proper data type for settings.sig_hupDaniel Schemmel2019-11-091-1/+2
* slab rebalance performance improvementsDaniel Byrne2019-10-171-0/+1
* meta text protocol commandsdormando2019-09-301-4/+12
* restartable cachedormando2019-09-171-0/+2
* Add a handler for seccomp crashesStanisław Pitucha2019-08-281-0/+2
* Use correct buffer size for internal URI encoding.Tharanga Gamaethige2019-05-201-0/+3
* widen internal item flags to 16bits.dormando2019-05-201-13/+16
* remove inline_ascii_response optiondormando2019-05-201-5/+2
* -Y [filename] for ascii authentication modedormando2019-05-201-0/+3
* close delete + incr item survival bugdormando2019-04-261-0/+1
* Basic implementation of TLS for memcached.1.5.13Tharanga Gamaethige2019-04-151-2/+32