summaryrefslogtreecommitdiff
path: root/crawler.c
Commit message (Expand)AuthorAgeFilesLines
* crawler: add "lru_crawler mgdump" commanddormando2023-02-271-3/+55
* crawler: don't hold lock while writing to networkdormando2023-02-271-77/+103
* core: give threads unique namesdormando2022-11-011-0/+1
* crawler: remove bad mutex unlock during errordormando2020-11-201-1/+0
* item crawler hash table walk modedormando2020-11-201-12/+89
* core: move more storage functions to storage.cdormando2020-10-301-3/+2
* Remove multiple double-initializations of condition variables and mutexesDaniel Schemmel2019-11-101-5/+0
* 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