summaryrefslogtreecommitdiff
path: root/memcached.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* expand NEED_ALIGN for chunked itemsdormando2018-08-081-0/+17
* fix ASCII get error handling (+ extstore leak)1.5.9dormando2018-07-071-1/+3
* add utility macro to replace repetitive code snippit.Linkerist2018-06-271-0/+11
* Fix segfault: Prevent calling sasl_server_step before sasl_server_startPaul Furtado2018-06-041-0/+1
* Drop supplementary groups in addition to setgidAnthony Ryan2018-03-241-0/+1
* add_delta: use bool incr to be consistent with other functionsFangrui Song2018-03-141-1/+1
* extstore: tuning drop_unread semanticsdormando2017-12-151-0/+1