summaryrefslogtreecommitdiff
path: root/logger.h
Commit message (Expand)AuthorAgeFilesLines
* log: Add a new watcher to watch for deletions.Hemal Shah2023-03-151-0/+10
* proxy: add read buffer data to backend errorsdormando2023-02-151-0/+9
* proxy: replace proxycmds stream with proxyreqsdormando2022-04-081-8/+1
* proxy: mcp.log_req* API interfacedormando2022-04-081-0/+13
* proxy: add some basic logging for backend errorsdormando2022-02-111-0/+1
* proxy: logging improvements + lua mcp.log()dormando2022-02-111-0/+4
* proxy: initial commit.dormando2021-10-051-1/+13
* Expose number of currently active watchers in stats1.6.11Kevin Lin2021-09-271-0/+1
* Properly accommodate IPv6 addresses in LOG_CONNEVENTS logsKevin Lin2021-09-271-1/+1
* logger: simplify logging codedormando2021-08-091-18/+13
* logger: avoid polling without watchersdormando2021-08-091-0/+1
* Implement LOG_CONNEVENTS watcher flag for connection state transitionsKevin Lin2021-08-071-0/+11
* Report item sizes for fetch, mutation, and eviction watchersKevin Lin2021-08-061-0/+3
* restartable cachedormando2019-09-171-1/+8
* log client connection id with fetchers and mutationsTharanga Gamaethige2019-08-271-0/+2
* Fix SIGBUS from alignment issues on 64bit ARMdormando2018-03-151-0/+1
* extstore: add evictions-related write logsdormando2017-12-151-2/+16
* external storage base commitdormando2017-11-281-0/+8
* add a real slab automover algorithmdormando2017-06-231-0/+1
* Spelling fixesJosh Soref2017-05-231-1/+1
* log class id with fetchers and mutationsdormando2017-01-041-0/+3
* fix store log and add ttldormando2017-01-041-0/+4
* add logging endpoint for LRU crawlerdormando2016-12-301-1/+2
* logger endpoints for first releasedormando2016-06-161-2/+22
* convert eviction log to new processdormando2016-06-161-0/+17
* some global stats for bg loggerdormando2016-06-161-1/+9
* improve 'watch' command processing a littledormando2016-06-161-1/+0
* poll() smarter when full, print skipped countdormando2016-06-161-2/+2
* use one bipbuffer per watcher. remove iovec code.dormando2016-06-161-5/+5
* remove "logger chunks", add individualized streamsdormando2016-06-161-11/+6
* switch from bit fields to bit manipulationdormando2016-06-161-14/+11
* manage logger watcher flags.dormando2016-06-161-10/+15
* initial logger code.dormando2016-06-161-0/+114