summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with "Failed to write, and not due to blocking"failed-to-write-fixTrond Norbye2012-09-051-10/+9
* 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
* Immediately expire negative exptime for asciiprotdormando2011-08-101-0/+6
* Don't permanently close UDP listeners on errordormando2011-08-101-1/+5
* Fix incredibly slim race for maxconns handlerdormando2011-07-301-2/+2
* Issue 200: Don't fire dtrace probe as the last thing in a functionTrond Norbye2011-07-181-2/+1
* shed some dead udp_port code1.4.6-rc1dormando2011-07-121-3/+0
* Revert "Fix incorrect udp_port bind selection."dormando2011-07-121-2/+2
* fix race crash for accepting new connectionsdormando2011-07-121-1/+26
* must reallocate in incr/decr if item in usedormando2011-07-111-1/+1
* fix incr/decr race conditions for binary protdormando2011-07-111-62/+65
* fix incr/decr race conditions for ASCII protdormando2011-07-111-19/+26
* Fix incorrect udp_port bind selection.Dan McGee2011-07-071-2/+2
* Bind each UDP socket to an a single worker thread in multiport envTrond Norbye2011-03-011-1/+13
* Add support for using multiple portsTrond Norbye2011-03-011-3/+33
* Issue 154: pid file out of sync (created before socket binding)Trond Norbye2010-11-121-9/+18
* Issue 155: bind to multiple interfaceTrond Norbye2010-11-101-4/+31