summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove "logger chunks", add individualized streamslogging_nextdormando2016-06-113-151/+180
* switch from bit fields to bit manipulationdormando2016-06-104-43/+26
* manage logger watcher flags.dormando2016-06-085-20/+78
* initial logger code.dormando2016-06-0810-5/+1126
* bump some global stats to 64bit uintsdormando2016-06-054-10/+10
* Specify the default value of settings.sasl to be false祁冰2016-05-291-0/+1
* fix typo of comments in cache.h祁冰2016-05-291-1/+1
* Fix typo of pid pathhiracy2016-05-291-1/+1
* Add braces around APPEND_NUM_FMT_STAT conditionalMatt Fowles Kulukundis2016-05-291-1/+2
* fix typo in cas.tmeteorgan2016-05-291-1/+1
* Do something with return value of fwriteCaleb Shay2016-05-291-1/+1
* Added sanity check for maximum connections settingsergiocarlos2016-05-282-1/+15
* update binary test count for get_expired statdormando2016-05-281-1/+1
* Fix get_expired test to not sleepsergiocarlos2016-05-281-2/+1
* Implement get_expired statssergiocarlos2016-05-287-24/+46
* make cachedump print 0exp for noexpire itemsdormando2016-05-281-0/+1
* some whitespace test fixes.dormando2016-05-282-0/+2
* whitespace fix for hurd fixes.dormando2016-05-281-2/+2
* Don't test socket pathname on GNU/HurdGuillaume Delacour2016-05-281-2/+7
* Don't hardcode transport as tcp (credits to Samuel Thibault)Guillaume Delacour2016-05-281-1/+1
* Define MAXPATHLEN on GNU/HurdGuillaume Delacour2016-05-281-0/+5
* Define IOV_MAX for GNU and replace PATH_MAX by dynamic allocGuillaume Delacour2016-05-281-3/+7
* Fix building of documentation files.dormando2016-05-281-8/+8
* Document negative expiration valuesdormando2016-05-281-1/+2
* fix build with musl libcNatanael Copa2016-05-283-3/+3
* 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