summaryrefslogtreecommitdiff
path: root/memcached.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* extstore: close hole with storage trackingdormando2017-12-131-1/+3
* extstore: C version of automove algorithmdormando2017-12-071-0/+1
* extstore: experimental per-class free chunk limitdormando2017-12-031-0/+2
* extstore: ext_compact_under to control compactiondormando2017-11-281-0/+1
* extstore: add ext_drop_unread option + live tunedormando2017-11-281-0/+1
* extstore: crawler fix and ext_low_ttl optiondormando2017-11-281-0/+1
* extstore: configure and start time gatingdormando2017-11-281-2/+0
* extstore: skip unhit objects if full in compactiondormando2017-11-281-0/+5
* external storage base commitdormando2017-11-281-4/+61
* interface code for flash branchdormando2017-09-261-2/+1
* don't create hashtables larger than 32bitdormando2017-08-271-0/+1
* Add drop_privileges() for LinuxStanisław Pitucha2017-08-231-0/+8
* hot_max_age is now hot_max_factordormando2017-06-241-1/+1
* add a real slab automover algorithmdormando2017-06-231-0/+2
* slab_rebal: delete busy items if stuckdormando2017-06-231-0/+3
* per-LRU hits breakdowndormando2017-06-041-0/+1