summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* Make memcached setgroups failure non-fataljwbee2019-09-211-2/+12
* restart: fixes for 32bit and chunked items.1.5.18dormando2019-09-171-1/+4
* restartable cachedormando2019-09-171-22/+419
* fix strncpy call to avoid ASAN violation1.5.17dormando2019-08-291-2/+20
* add server address to the "stats conns" outputTharanga Gamaethige2019-08-291-59/+78
* Add a handler for seccomp crashesStanisław Pitucha2019-08-281-0/+4
* add error handling when calling dup functionminkikim892019-08-271-1/+14
* log client connection id with fetchers and mutationsTharanga Gamaethige2019-08-271-3/+3
* for configured slab sizes, need strdupShiv Nagarajan2019-08-221-1/+1
* move mem_requested from slabs.c to items.cdormando2019-07-261-1/+40
* Speed up incr/decr by replacing snprintf.1.5.15Tharanga Gamaethige2019-05-201-1/+1
* change some links from http to httpskun2019-05-201-1/+1
* widen internal item flags to 16bits.dormando2019-05-201-2/+2
* remove inline_ascii_response optiondormando2019-05-201-62/+16
* -Y [filename] for ascii authentication modedormando2019-05-201-100/+306
* fix: idle-timeout wasn't compatible with binprotdormando2019-05-131-0/+1
* update -h output for -I (max item size)1.5.14dormando2019-04-271-1/+1
* fix segfault in "lru" commanddormando2019-04-271-2/+2
* extstore: error adjusting page_size after ext_pathdormando2019-04-271-0/+4
* close delete + incr item survival bugdormando2019-04-261-6/+10
* FreeBSD superpages checking.David Carlier2019-04-261-1/+19
* Basic implementation of TLS for memcached.1.5.13Tharanga Gamaethige2019-04-151-21/+329
* fix INCR/DECR refcount leak for extstore headers1.5.12dormando2018-10-231-0/+1
* extstore: balance IO thread queues1.5.11dormando2018-10-021-0/+1
* Remove some unused variables from mainNick Frost2018-08-151-9/+0
* expand NEED_ALIGN for chunked itemsdormando2018-08-081-5/+28
* extstore JBOD supportdormando2018-08-061-18/+20
* split storage writer into its own threaddormando2018-08-031-0/+4
* fix ASCII get error handling (+ extstore leak)1.5.9dormando2018-07-071-25/+45
* drop_privileges is no longer default if available.dormando2018-07-061-2/+11
* support transparent hugepages on LinuxChen-Yu Tsai2018-07-051-0/+10
* add utility macro to replace repetitive code snippit.Linkerist2018-06-271-32/+5
* add several extstore options for help info.Linkerist2018-06-271-0/+2
* Fix segfault: Prevent calling sasl_server_step before sasl_server_startPaul Furtado2018-06-041-0/+9
* alignment and 32bit fixes for extstoredormando2018-05-221-2/+13
* extstore: fix ref leak when using binprot GATK1.5.7dormando2018-03-271-3/+4
* Drop supplementary groups in addition to setgidAnthony Ryan2018-03-241-0/+4
* update --help for UDP defaultdormando2018-03-021-1/+1
* disable UDP port by default1.5.6dormando2018-02-271-4/+2
* Replace event_init() with new API if detect newer versionQian Li2018-02-191-0/+13
* non-issue leak found via static analysis #2dormando2018-02-191-1/+2
* non-issue leak found via static analysisdormando2018-02-191-0/+2
* fix gcc warningsMiroslav Lichvar2018-02-191-1/+1
* remove redundant counter/lock from hash table1.5.5dormando2018-02-121-0/+4
* limit crawls for metadumperdormando2018-02-121-2/+3
* extstore: fix segfault in 'extstore' adm commanddormando2018-01-231-1/+1
* extstore: doc fixesdormando2017-12-201-1/+1
* extstore: handle errors in binprot pathdormando2017-12-201-9/+19
* extstore: fix bad default for free_memchunksdormando2017-12-191-2/+2
* extstore: default item_age to UINT_MAXdormando2017-12-181-1/+1