summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a race condition from 1.4.10 on item_remove1.4.11-beta1dormando2012-01-082-48/+71
* fix braindead linked list faildormando2012-01-081-0/+1
* close some idiotic race conditionsdormando2012-01-061-4/+7
* reap items on read for slab moverdormando2012-01-051-1/+11
* no same-class reassignment, better errorsdormando2012-01-035-11/+18
* initial slab automoverdormando2012-01-035-36/+402
* slab reassignmentdormando2011-12-198-21/+457
* clean do_item_get logic a bit. fix race.dormando2011-12-151-28/+28
* clean up the do_item_alloc logicdormando2011-12-151-11/+7
* shorten lock for item allocation moredormando2011-12-121-3/+5
* Fix to build with cyrus sasl 2.1.25Steve Wills2011-12-031-1/+2
* disable issue 140's test.1.4.10dormando2011-11-091-1/+5
* Use a proper hash mask for item lock tabledormando2011-11-091-6/+24
* push cache_lock deeper into item_allocdormando2011-11-092-2/+5
* use item partitioned lock for as much as possibledormando2011-11-095-53/+80
* Remove the depth search from item_allocdormando2011-11-091-92/+50
* move hash calls outside of cache_lockdormando2011-11-097-58/+69
* Use spinlocks for main cache lockdormando2011-11-094-16/+23
* remove uncommon branch from asciiprot hot pathdormando2011-11-091-9/+15
* Allow all tests to run as rootdormando2011-11-091-1/+3
* two second sleep can land on an odd boundry.dormando2011-10-271-1/+1
* Add a systemd service file1.4.9Miklos Vajna2011-10-171-0/+10
* Fix a minor typo in the protocol docdormando2011-10-171-1/+1
* Fixed a minor, but embarrassing, protocol doc typo.Matt Ingenthron2011-10-171-1/+1
* 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
* 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