summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* extstore: prefill global page pool with extstoredormando2017-12-181-1/+15
* extstore: wbuf_count shouldn't be configurabledormando2017-12-181-13/+1
* extstore: stats settings outputsdormando2017-12-171-0/+12
* extstore: better error handling for init.dormando2017-12-171-2/+7
* fix "slab_automove_window" in stats settingsdormando2017-12-161-1/+1
* extstore: tuning drop_unread semanticsdormando2017-12-151-0/+19
* extstore: close hole with storage trackingdormando2017-12-131-1/+7
* make -I argument less position dependentdormando2017-12-121-18/+19
* extstore: C version of automove algorithmdormando2017-12-071-0/+1
* extstore: experimental per-class free chunk limitdormando2017-12-031-0/+18
* extstore: "stats extstore" to dump page datadormando2017-11-301-0/+28
* extstore: ext_compact_under to control compactiondormando2017-11-281-0/+20
* extstore: add ext_drop_unread option + live tunedormando2017-11-281-0/+14
* extstore: page mover can decrement storagedormando2017-11-281-0/+1
* extstore: crawler fix and ext_low_ttl optiondormando2017-11-281-26/+39
* extstore: add extstore_limit_maxbytes statdormando2017-11-281-4/+2
* extstore: don't start with UDP supportdormando2017-11-281-2/+7
* extstore: make ext_recache_rate=0 workdormando2017-11-281-5/+6
* extstore: rename _ascii_get_* to just _get_*dormando2017-11-281-7/+7
* extstore: configure and start time gatingdormando2017-11-281-46/+65
* extstore: fix a few more missing ifdefsdormando2017-11-281-2/+8
* extstore: fix binprot miss-from-extstoredormando2017-11-281-28/+51