summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Define touch command probe for DTrace supportyuryur2012-07-291-0/+11
* If we're preallocating memory, prealloc slab pagesdormando2012-07-293-15/+10
* Error and exit if we don't have hugetlb supportdormando2012-07-291-1/+4
* Fix doc/protocol.txt typoFordy2012-07-291-1/+1
* update reassign/automove documentationdormando2012-07-291-2/+12
* Remove USE_SYSTEM_MALLOC definedormando2012-07-271-17/+0
* remove rebalancer's race conditiondormando2012-07-271-11/+9
* automove levels are an int instead of bool nowdormando2012-07-274-12/+33
* slab rebalancing from random classdormando2012-07-271-0/+26
* split slab rebalance and automove threadsdormando2012-07-271-10/+53
* remove end_page_ptr business from slabsdormando2012-07-273-35/+6
* pre-split slab pages into slab freelistsdormando2012-07-272-9/+24
* Avoid race condition in test by re-tryingClint Byrum2012-07-271-3/+7
* - Fix inline issue with older compilers (gcc 4.2.2)1.4.13Steve Wills2012-02-021-2/+2
* Better detection of sasl_callback_ftDustin Sallings2012-02-012-1/+28
* 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