summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Automake improvements1.4.25Johan Bergström2015-11-191-5/+5
* make slab reassign tests more reliabledormando2015-11-191-13/+20
* 'lru_crawler enable' blocks until readydormando2015-11-191-1/+15
* fix over-inflation of total_malloceddormando2015-11-182-2/+12
* try harder to save itemsdormando2015-11-186-36/+57
* split rebal_evictions into _nomem and _samepagedormando2015-11-185-12/+24
* stop using slab class 255 for page moverdormando2015-11-181-6/+8
* tune automove to required 2.5 pages of free chunksdormando2015-11-181-1/+1
* call STATS_LOCK() less in slab mover.dormando2015-11-182-13/+17
* "mem_requested" from "stats slabs" is now accuratedormando2015-11-181-3/+4
* fix memory corruption in slab page moverdormando2015-11-181-2/+23
* fix off by one in slab shufflingdormando2015-11-181-1/+1
* documentation for slab rebal updatesdormando2015-11-181-1/+11
* first half of new slab automoverdormando2015-11-186-125/+73
* properly shuffle page list after slab movedormando2015-11-181-8/+12
* slab mover rescues valid items with free chunksdormando2015-11-186-9/+80
* restore slab_automove=2 support and add testdormando2015-11-182-0/+64
* minor fixes and docs for listen_disabled timerdormando2015-11-184-3/+9
* Record and report on time spent in listen_disabledIan Miell2015-11-184-4/+16
* Update manpage for -I command.Mattias Geniar2015-11-181-2/+3
* release memory before exitingYongyue Sun2015-11-181-1/+1
* fix the misuse of settings.hot_lru_pct in process_stat_settingswangkang-xy2015-11-181-1/+1
* fix typo in 'touch' protocol documentationkenvifire2015-11-181-1/+1
* [doc]data return by "stats sizes" missing a STATAlwayswithme2015-11-181-1/+1
* copy original arg to avoid changing it with getsubopt()Antony Dovgal2015-11-181-2/+3
* check for NULL values and don't crashAntony Dovgal2015-11-181-0/+8
* Setting the pthread id of the LIBEVENT_THREAD on thread creation.Saman Barghi2015-11-181-2/+1
* Fix for 310: memcached unable to bind to an ipv6 addressgithublvv2015-11-181-5/+30
* Update manpage for -lRoman Mueller2015-11-181-4/+7
* Do not bind to same interface more than once.Sharif Nassar2015-11-181-0/+3
* add man page for memcached-toolMiroslav Lichvar2015-11-181-0/+71
* fix usage text for -b optionMiroslav Lichvar2015-11-181-1/+1
* describe -b and -S options in man pageMiroslav Lichvar2015-11-181-0/+7
* fixed libevent version check: add the missing 1.0.x version checkmdl2015-11-181-1/+1
* Add instance job for memcachedCameron Norman2015-11-181-0/+26
* Added main memcached job.Cameron Norman2015-11-181-0/+25
* Use unlink instead of `rm -f` in start-memcached scriptCameron Norman2015-11-181-1/+1
* remove duplicated "#include "zhoutai2015-11-181-1/+0
* fix configure.ac warning and use system automakedormando2015-11-182-2/+2
* fix off-by-one in LRU crawlerdormando2015-10-261-1/+1
* remove another invalid assert()dormando2015-07-041-1/+0
* stop clang from whining about asserts1.4.24dormando2015-04-251-4/+0
* relax timing glitch in the lru maintainer testdormando2015-04-251-1/+8
* fix major off by one issuedormando2015-04-241-1/+1
* don't overwrite stack during slab_automove1.4.23dormando2015-04-191-1/+1
* fix off-by-one with slab managementdormando2015-04-194-6/+5
* Make LRU crawler work from maint thread.dormando2015-02-136-10/+22
* basic lock around hash_items counterdormando2015-02-061-0/+5
* fix crawler/maintainer threads starting with -ddormando2015-02-061-8/+14
* spinlocks never seem to help in benchmarksdormando2015-01-091-6/+1