aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/upstreamcache.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Ratios should not be percentages (this should be done in presentation)Stefan Boberg2021-10-111-2/+2
* Support for asynchronous HTTP response processing (#19)Stefan Boberg2021-10-061-1/+1
* clang-formatStefan Boberg2021-10-051-1/+1
* Merged from upstreamStefan Boberg2021-10-051-66/+2
* Added support for choosing best ZEN upstream endpoint based on latency.Per Larsson2021-10-021-7/+93
* Added cache HIT/MISS stat counters.Per Larsson2021-10-011-12/+2
* Improved error handling for upstream endpoints.Per Larsson2021-10-011-29/+57
* Added upstream cache perf metrics.Per Larsson2021-10-011-0/+30
* Try upload missing payloads and finalize Jupiter cache ref.Per Larsson2021-10-011-15/+99
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-6/+4
* Simpler upstream stats. Enabled with --upstream-stats.Per Larsson2021-09-231-92/+111
* Use /check/health instead of /test/hello.Per Larsson2021-09-231-2/+2
* Made upstream endpoints more resilient to failures by checking health/reconne...Per Larsson2021-09-221-52/+154
* clang-formatStefan Boberg2021-09-201-15/+15
* Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-15/+15
* Try authenticate with Jupiter instance when initializing upstream cache.Per Larsson2021-09-201-2/+3
* Probe upstream Zen server when initializing upstream cache.Per Larsson2021-09-201-2/+14
* Added upstream cache policy command line option (read|write,readonly,writeonl...Per Larsson2021-09-171-9/+15
* Compact binary package caching support (#9)Per Larsson2021-09-161-26/+122
* Changed logging implementationStefan Boberg2021-09-151-17/+21
* Fixed a number of unreferenced variable warningsStefan Boberg2021-09-091-0/+2
* Minor fixup and formatting.Per Larsson2021-09-071-2/+2
* Updated upstream stats calculation.Per Larsson2021-09-071-52/+31
* Return stats from Zen/Jupiter HTTP client.Per Larsson2021-09-071-19/+164
* Support for switching between storing derived data using the legacy DDC endpo...Per Larsson2021-09-061-8/+22
* Zen upstream support (#7)Per Larsson2021-09-031-136/+280
* Asynchronous upstream caching to JupiterPer Larsson2021-08-311-0/+347