summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a proper hash mask for item lock table14perfdormando2011-10-121-6/+24
* push cache_lock deeper into item_alloc1.4.9-beta1dormando2011-10-052-2/+5
* use item partitioned lock for as much as possibledormando2011-10-055-53/+80
* Remove the depth search from item_allocdormando2011-10-051-92/+50
* move hash calls outside of cache_lockdormando2011-10-057-58/+69
* Use spinlocks for main cache lockdormando2011-10-054-16/+23
* remove uncommon branch from asciiprot hot pathdormando2011-10-051-9/+15
* start-memcached writing wrong PID to $pidfile1.4.8Nate2011-10-041-9/+8
* Add missing LRU bumps to binary get and othersdormando2011-10-041-0/+4
* upgrade stats items counters to 64bit1.4.8-rc1dormando2011-09-281-14/+14
* Add new stats expired_unfetched, evicted_unfetcheddormando2011-09-286-6/+47
* Allow setting initial size of the hash tabledormando2011-09-284-6/+39
* expose stats for the internal hash tabledormando2011-09-284-0/+24
* bug220: incr would sometimes return the previous item's CASDustin Sallings2011-09-282-4/+39
* 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-278-11/+82
* update protocol.txt for touch commands, stats.dormando2011-09-271-0/+33
* Add an ASCII touch command.dormando2011-09-272-0/+69
* Correctly use relative exptime for binary touchdormando2011-09-271-1/+1
* Add binary GATK/GATKQdormando2011-09-274-4/+37
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-2711-4/+249
* Issue 221: Increment treats leading spaces as 0Trond Norbye2011-09-032-4/+14
* Fix -rpath for macosxTrond Norbye2011-08-271-1/+1
* Do the monotonic clock ourselves1.4.7-rc11.4.7dormando2011-08-102-2/+26
* Use a monotonically increasing timerdormando2011-08-101-17/+8
* t/issue_140.t waffle-fails. Make it not do that.dormando2011-08-101-1/+1
* Immediately expire negative exptime for asciiprotdormando2011-08-101-0/+6
* fix memcached-tool to print about all slabsdormando2011-08-101-1/+3
* Properly daemonize memcached for debianClint Byrum2011-08-101-0/+8
* Don't permanently close UDP listeners on errordormando2011-08-101-1/+5
* adjust clean-whitespace to match t/whitespacedormando2011-08-101-1/+15
* Allow memcached-init to start multiple instancesGordon Franke2011-08-102-18/+64
* remove ancient release filedormando2011-08-101-49/+0
* Issue 214: Search for network libraries before searching for libeventTrond Norbye2011-08-081-4/+6
* Issue 213: Search for clock_gettime in librtTrond Norbye2011-08-081-0/+4
* Issue 115: accont for CAS in item_size_okTrond Norbye2011-08-081-2/+7
* Fix incredibly slim race for maxconns handlerdormando2011-07-301-2/+2
* Fix whitespace bug in configure.acTrond Norbye2011-07-181-2/+2
* Issue 183 - Reclaim items dead by flush_allTrond Norbye2011-07-182-1/+26
* Issue 200: Don't fire dtrace probe as the last thing in a functionTrond Norbye2011-07-181-2/+1
* Gcc on Solaris sparc wants -R and not -rpath1.4.6Trond Norbye2011-07-151-4/+5
* Issue 121: Set the runtime path when --with-libevent is usedTrond Norbye2011-07-131-0/+4
* Resolve issue 116 - remove obsolete thread documentationPaul Lindner2011-07-121-68/+0
* Fix autogen failure when unable to find supported command.nirvanazc2011-07-121-0/+5
* 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