summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* use item partitioned lock for as much as possibledormando2011-10-051-2/+4
* move hash calls outside of cache_lockdormando2011-10-051-8/+9
* remove uncommon branch from asciiprot hot pathdormando2011-10-051-9/+15
* 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
* Issue 152: Fix error message from mgetTrond Norbye2010-09-141-0/+6
* Refuse to start if we detect libevent 1.[12]Trond Norbye2010-09-141-0/+27
* Use vperror to print error messages related to pid file problemsJørgen Austvik2010-02-221-3/+3
* Added reclaimed statistics.Trond Norbye2010-01-121-1/+2
* Allow noreply mixed with 0 delay.1.4.4Dustin Sallings2009-11-261-4/+8
* Allow a delete duration of 0.Dustin Sallings2009-11-261-1/+2
* Added auth_enabled_sasl setting stat and tests for the sasl stats.Matt Ingenthron2009-11-261-0/+1
* Added new stats to track sasl authentication.Matt Ingenthron2009-11-261-1/+10
* Use strncmp when checking for large ascii multigets.Tomash Brechko2009-11-021-1/+3
* TCP and UDP ports should follow each other. bug67Dustin Sallings2009-10-301-0/+10
* Issue 104: stats bug for cmd_getTrond Norbye2009-10-291-0/+1
* Better error messages for delete.Dustin Sallings2009-10-291-1/+2
* Provide better errors for deletion scenarios. bug3Dustin Sallings2009-10-291-2/+8
* Issue 102: Piping null to the server will crash itTrond Norbye2009-10-281-2/+29
* SASL should only be used with the binary protocolTrond Norbye2009-10-251-0/+13
* Enforce some hard limits on SASL mechanism length.Dustin Sallings2009-10-251-0/+6
* SASL auth support.Dustin Sallings2009-10-251-0/+229