summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix glitch with flush_all <future>1.4.12dormando2012-02-012-3/+15
* Skip SASL tests unless RUN_SASL_TESTS is defined.Dustin Sallings2012-01-281-1/+6
* Look around for saslpasswd2 (typically not in the user's path).Dustin Sallings2012-01-281-1/+16
* Specify hostname in sasl_server_new.Dustin Sallings2012-01-273-1/+15
* build fix: Define sasl_callback_ft on older versions of sasl.Dustin Sallings2012-01-271-0/+4
* fix segfault when sending a zero byte commanddormando2012-01-261-1/+1
* fix warning in UDP testdormando2012-01-261-1/+1
* properly detect GCC atomicsdormando2012-01-252-5/+19
* tests: loop on short binary packet readsDustin Sallings2012-01-251-3/+7
* fix slabs_reassign tests on 32bit hostsdormando2012-01-181-3/+3
* update protocol.txt1.4.11-rc11.4.11dormando2012-01-111-0/+57
* bug237: Don't compute incorrect argc for timedrunDustin Sallings2012-01-111-4/+2
* fix 'age' stat for stats itemsdormando2012-01-111-1/+1
* binary deletes were not ticking stats countersdormando2012-01-111-0/+6
* test for the error code, not the full messagedormando2012-01-111-2/+2
* more portable refcount atomicsdormando2012-01-104-8/+48
* 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