summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with "Failed to write, and not due to blocking"failed-to-write-fixTrond Norbye2012-09-051-10/+9
* Add some mild thread documentation1.4.15dormando2012-09-031-0/+46
* don't wait on condition without holding the lockdormando2012-09-031-1/+2
* README.md was missing from dist tarballdormando2012-09-031-1/+1
* remove global stats lock from item allocationdormando2012-09-036-18/+29
* item locks now lock hash table bucketsdormando2012-09-037-31/+178
* alloc loop now attempts an item_lockdormando2012-09-036-84/+111
* Issue 286: --disable-coverage drops "-pthread" optionTrond Norbye2012-09-011-5/+3
* call mutex_unlock() when we use mutex_lock()1.4.14dormando2012-07-304-19/+19
* whitespace fix for freebsddormando2012-07-292-1/+2
* remove unused variabledormando2012-07-291-2/+0
* stupid whitespace thing pulls in dead filesdormando2012-07-292-2/+2
* descriptive errors for t/whitespace.tdormando2012-07-291-1/+1
* fix some binary.t stuffdormando2012-07-291-2/+2
* Added support for automake-1.12 in autogen.shEric McConville2012-07-291-1/+1
* Use Markdown for README.Toru Maesaka2012-07-291-5/+15
* Fixed issue with invalid binary protocol touch command expiration timeMaksim Zhylinski2012-07-291-2/+2
* add a binary touch test that actaully failsdormando2012-07-291-0/+4
* totally destroy test cachesdormando2012-07-291-0/+1
* 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