summaryrefslogtreecommitdiff
path: root/crawler.c
Commit message (Expand)AuthorAgeFilesLines
* restartable cachedormando2019-09-171-3/+12
* Use correct buffer size for internal URI encoding.Tharanga Gamaethige2019-05-201-2/+2
* Basic implementation of TLS for memcached.1.5.13Tharanga Gamaethige2019-04-151-2/+2
* remove bad assert from crawlerdormando2018-07-031-1/+0
* Fixes decrement-before-check problem (issue #362).Calin Iorgulescu2018-03-191-0/+8
* Apply the cast to the whole expressions, fixing build with clangDavid Carlier2018-02-191-2/+2
* limit crawls for metadumperdormando2018-02-121-3/+5
* build fixes1.5.4dormando2017-12-201-1/+1
* extstore: crawler fix and ext_low_ttl optiondormando2017-11-281-0/+3
* external storage base commitdormando2017-11-281-1/+20
* metadump: don't crash if client lostdormando2017-11-281-4/+6
* lru_crawler metadump output expansiondormando2017-11-161-3/+14
* interface code for flash branchdormando2017-09-261-1/+1
* LRU crawler scheduling improvementsdormando2017-05-291-57/+76
* check index at increments crawlerstats_t->histoFumihiro Ito2017-05-221-1/+3
* stop using atomics for item refcount managementdormando2017-01-221-5/+5
* metadump: Fix preventing dumping of class 63dormando2017-01-071-1/+1
* metadump: ensure buffer is flushed before finishdormando2017-01-061-5/+5
* don't double free in lru_crawler on closed clientsdormando2016-12-161-1/+4
* fix segfault if metadump client goes awaydormando2016-12-161-0/+3
* pull LRU crawler out into its own file.dormando2016-08-191-0/+630