summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* small crawler refactordormando2015-01-093-32/+67
* update some commentsdormando2015-01-091-14/+9
* ding-dong the cache_lock is dead.dormando2015-01-092-5/+1
* documentation update for new features/stats.dormando2015-01-084-15/+101
* fix refhang test.dormando2015-01-081-27/+7
* add `-o expirezero_does_not_evict` featuredormando2015-01-085-13/+76
* make HOT/WARM ratios starttime tunable.dormando2015-01-084-4/+42
* basic LRU maintainer tests.dormando2015-01-081-0/+49
* fix bitshifting transpositiondormando2015-01-081-6/+6
* cap aggressiveness of LRU maintainerdormando2015-01-071-4/+8
* another lock fix for slab moverdormando2015-01-071-11/+24
* compat mode.dormando2015-01-073-36/+66
* make slab mover lock safe again.dormando2015-01-062-38/+60
* LRU maintainer thread now fires LRU crawlerdormando2015-01-064-9/+135
* simple fix for LRU crawlerdormando2015-01-041-4/+5
* fix a few bugs and add more statsdormando2015-01-041-4/+8
* fix itemstats to be combination of sub LRUsdormando2015-01-041-62/+93
* direct reclaim mode for evictionsdormando2015-01-046-219/+82
* reorg juggle routine, replace prints with statsdormando2015-01-042-37/+47
* first pass at LRU maintainer threaddormando2015-01-036-11/+352
* Beginning work for LRU reworkdormando2015-01-026-98/+155
* small fix for flush_all testdormando2015-01-021-1/+1
* leave comment about stats cachedump locksdormando2015-01-011-0/+10
* flush_all was not thread safe.dormando2015-01-016-64/+77
* cache_lock refactoringdormando2015-01-015-43/+52