summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update manpage for -Fpendingdormando2013-12-201-0/+4
* fix potential unbounded key printsdormando2013-12-202-4/+14
* Fix buffer-overrun when logging key to delete in binary protocol.Jeremy Sowden2013-12-201-1/+6
* explicitly record sasl auth states伊藤洋也2013-12-203-8/+41
* Removed redundant hash computation.Tomas Kalibera2013-12-201-1/+1
* Fix udp mode when listening on ipv6 addresses.Alex Leone2013-12-202-2/+3
* Text protocol description grammar fixAdam Szkoda2013-12-201-1/+1
* Fix for incorrect length of initial value set via binary increment protocol.theblop2013-12-202-4/+17
* add tests for -F optiondormando2013-12-191-1/+14
* Added parameter to disable flush_all (nice to have on production)Daniel Pañeda2013-12-193-1/+22
* Implement settings and sizes stats. Show information about empty slabs.Andrey Niakhaichyk2013-12-191-1/+55
* reduce the ifdef soup a littledormando2013-12-191-11/+4
* Add linux accept4() support.Simon Liu2013-12-192-7/+35
* Created DETECT_CLANG autoconf function, and excluded '-pthread' from CFLAGS w...1.4.16Eric McConville2013-12-091-2/+34
* Added support for automake 1.13 & 1.14Eric McConville2013-12-091-2/+2
* fix for "variable length array folded to constant array as an extension" errorWing Lian2013-12-091-1/+1
* Fix tests again..dormando2013-12-082-2/+2
* Add statistics for allocation failuresTrond Norbye2013-12-083-12/+60
* Issue 294: Check for allocation failureTrond Norbye2013-12-081-0/+7
* Issue 293: Remove unused condition variableTrond Norbye2013-12-081-3/+0
* Some tail_repair_time adjustmentsdormando2013-12-083-2/+6
* Make tail leak expiry time configurableKeyur2013-12-083-3/+18
* Fix segfault on specially crafted packet.Huzaifa Sidhpurwala2013-12-082-0/+30
* Create memcached pid file atomically using rename.Kenneth Steele2013-12-081-3/+16
* Close connection on update_event error for new cmddormando2013-12-081-0/+1
* Don't truncate maxbytes stat from 'stats settings'dormando2013-12-071-1/+1
* add aclocal 1.12 in autogen.shliu bo2013-01-131-1/+1
* Fix make maintainer-cleanBrian Aker2012-12-031-0/+13
* Merge pull request #26 from trondn/brians-shutdownTrond Norbye2012-10-173-1/+44
|\
| * This adds the "shutdown" command to the server. This allows for betterBrian Aker2012-10-173-1/+44
* | Merge pull request #22 from gabriel-samfira/masterTrond Norbye2012-10-171-1/+1
|\ \ | |/ |/|
| * fix enable-sasl-pwdbGabriel A. Samfira2012-09-181-1/+1
|/
* 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