aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Log all answersMartin Polden2019-12-265-15/+28
* Bind HTTP server to random port in testMartin Polden2019-12-261-0/+1
* Reduce logger expiry intervalMartin Polden2019-12-261-1/+1
* Test logging entry with multiple answersMartin Polden2019-12-262-14/+23
* Improve default configMartin Polden2019-12-263-53/+65
* Decouple dependenciesMartin Polden2019-12-2610-122/+109
* Rename maxSize -> capacityMartin Polden2019-12-252-16/+15
* Expose cache value typeMartin Polden2019-12-252-17/+61
* TTL of additional section should not be countedMartin Polden2019-12-251-3/+0
* Support listing cache entriesMartin Polden2019-12-252-0/+61
* Implement REST API for inspecting logsMartin Polden2019-12-257-7/+231
* Verify log configurationMartin Polden2019-12-253-5/+18
* SimplifyMartin Polden2019-12-223-7/+5
* Extract signal handling to separate packageMartin Polden2019-12-226-85/+206
* Remove errcheck from buildMartin Polden2019-12-222-5/+1
* Update readmeMartin Polden2019-12-221-3/+5
* Fix typoMartin Polden2019-12-221-2/+2
* Add linux/amd64 cross-compile targetMartin Polden2019-11-141-4/+15
* Add Travis configMartin Polden2019-08-131-0/+7
* Wait for maintainer to returnMartin Polden2019-08-131-0/+4
* Sane configuration defaultsMartin Polden2019-08-134-82/+109
* Set default cache expiry intervalMartin Polden2019-08-133-7/+5
* Only cache Success and NameErrorMartin Polden2019-08-132-1/+5
* Do not cache 0 TTLMartin Polden2019-08-132-6/+39
* Use correct version of backoffMartin Polden2019-08-123-4/+4
* Fix parsing of remote addressMartin Polden2019-08-112-19/+41
* Retry HTTP fetchingMartin Polden2019-08-113-17/+39
* Record remote addressMartin Polden2019-08-116-58/+86
* SimplifyMartin Polden2019-08-111-16/+21
* Periodically prune log entriesMartin Polden2019-08-108-58/+159
* Reorder fieldsMartin Polden2019-08-101-2/+2
* Fix race conditionMartin Polden2019-08-102-0/+26
* Update readmeMartin Polden2019-08-081-10/+49
* Support multiple logging modesMartin Polden2019-08-077-20/+125
* Implement request loggingMartin Polden2019-08-0711-48/+168
* Isolate loggerMartin Polden2019-07-106-21/+41
* Rewrite sql packageMartin Polden2019-07-102-57/+124
* Benchmark cacheMartin Polden2019-06-211-1/+19
* Initialize map size to maxSizeMartin Polden2019-06-211-2/+1
* Implement sql packageMartin Polden2019-06-194-10/+262
* SimplifyMartin Polden2019-06-151-5/+3
* Store pointer to cache valueMartin Polden2019-06-121-5/+5
* Reorder fieldsMartin Polden2019-06-121-4/+4
* Log listening addressMartin Polden2019-06-121-0/+1
* Set go version in go.modMartin Polden2019-06-121-0/+2
* Update go.sumMartin Polden2019-06-121-2/+0
* Use timeout from configMartin Polden2019-06-111-2/+2
* Update module checkumsMartin Polden2019-06-101-0/+1
* Bump miekg/dnsMartin Polden2019-06-102-1/+3
* Move cache eviction to goroutineMartin Polden2019-06-107-84/+186