summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* fix potential unbounded key printsdormando2013-12-201-2/+8
* Fix buffer-overrun when logging key to delete in binary protocol.Jeremy Sowden2013-12-201-1/+6
* explicitly record sasl auth states伊藤洋也2013-12-201-5/+5
* Fix udp mode when listening on ipv6 addresses.Alex Leone2013-12-201-1/+2
* Fix for incorrect length of initial value set via binary increment protocol.theblop2013-12-201-3/+7
* Added parameter to disable flush_all (nice to have on production)Daniel Pañeda2013-12-191-0/+19
* reduce the ifdef soup a littledormando2013-12-191-11/+4
* Add linux accept4() support.Simon Liu2013-12-191-7/+34
* Add statistics for allocation failuresTrond Norbye2013-12-081-11/+54
* Some tail_repair_time adjustmentsdormando2013-12-081-0/+4
* Make tail leak expiry time configurableKeyur2013-12-081-1/+15
* Fix segfault on specially crafted packet.Huzaifa Sidhpurwala2013-12-081-0/+10
* Create memcached pid file atomically using rename.Kenneth Steele2013-12-081-3/+16
* Close connection on update_event error for new cmddormando2013-12-081-0/+1
* Don't truncate maxbytes stat from 'stats settings'dormando2013-12-071-1/+1
* This adds the "shutdown" command to the server. This allows for betterBrian Aker2012-10-171-0/+17
* remove global stats lock from item allocationdormando2012-09-031-2/+0
* alloc loop now attempts an item_lockdormando2012-09-031-2/+2
* call mutex_unlock() when we use mutex_lock()1.4.14dormando2012-07-301-1/+1
* Fixed issue with invalid binary protocol touch command expiration timeMaksim Zhylinski2012-07-291-2/+2
* If we're preallocating memory, prealloc slab pagesdormando2012-07-291-1/+2
* Error and exit if we don't have hugetlb supportdormando2012-07-291-1/+4
* automove levels are an int instead of bool nowdormando2012-07-271-6/+14
* remove end_page_ptr business from slabsdormando2012-07-271-6/+0
* Specify hostname in sasl_server_new.Dustin Sallings2012-01-271-1/+3
* fix segfault when sending a zero byte commanddormando2012-01-261-1/+1
* binary deletes were not ticking stats countersdormando2012-01-111-0/+6
* no same-class reassignment, better errorsdormando2012-01-031-5/+8
* initial slab automoverdormando2012-01-031-34/+60
* slab reassignmentdormando2011-12-191-1/+68
* use item partitioned lock for as much as possibledormando2011-11-091-2/+4
* move hash calls outside of cache_lockdormando2011-11-091-8/+9
* remove uncommon branch from asciiprot hot pathdormando2011-11-091-9/+15
* Issue 224 - check retval of main event loopdormando2011-10-171-2/+5
* Fix -c so maxconns can be raised above default.dormando2011-10-121-0/+1
* Add missing LRU bumps to binary get and othersdormando2011-10-041-0/+4
* Add new stats expired_unfetched, evicted_unfetcheddormando2011-09-281-1/+4
* Allow setting initial size of the hash tabledormando2011-09-281-3/+29
* expose stats for the internal hash tabledormando2011-09-281-0/+4
* bug220: incr would sometimes return the previous item's CASDustin Sallings2011-09-281-0/+3
* port bin_get fixes to bin_touchdormando2011-09-281-0/+2
* Fixed multi get request also when key is foundDaniel Pañeda2011-09-281-0/+1
* Fixed bug on multi get processingDaniel Pañeda2011-09-281-0/+1
* experimental maxconns_fast optiondormando2011-09-271-8/+67
* Add an ASCII touch command.dormando2011-09-271-0/+46
* Correctly use relative exptime for binary touchdormando2011-09-271-1/+1
* Add binary GATK/GATKQdormando2011-09-271-2/+24
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-0/+91
* Do the monotonic clock ourselves1.4.7-rc11.4.7dormando2011-08-101-2/+25
* Use a monotonically increasing timerdormando2011-08-101-17/+8