aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* minor GC API cleanupStefan Boberg2023-05-1518-73/+73
* some HttpClient changes eliminating some cpr helpersStefan Boberg2023-05-152-21/+33
* added some top-level trace scopes to httpsys implStefan Boberg2023-05-151-0/+5
* SetCurrentThreadName now sets thread name in traceStefan Boberg2023-05-151-10/+14
* brought over minor IoBuffer changes from sb/scrubStefan Boberg2023-05-152-0/+3
* added IoBuffer.mmap test caseStefan Boberg2023-05-151-0/+27
* disable warning C5105 in ZEN_THIRD_PARTY_INCLUDES_STARTStefan Boberg2023-05-152-7/+8
* auto -> typed declarationsStefan Boberg2023-05-151-2/+3
* removed excessive ZEN_UNUSED declsStefan Boberg2023-05-151-2/+2
* Remove ZEN_CACHE_TRACKER etcStefan Boberg2023-05-154-437/+0
* Better defaults for zen cli (#302)Stefan Boberg2023-05-158-23/+254
* added trace::DescribeSession to TraceInitStefan Boberg2023-05-151-7/+13
* Ensure WorkerThreadPool tests always runStefan Boberg2023-05-151-0/+2
* Assign auth thread a nameStefan Boberg2023-05-151-0/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-05-1518-111/+780
|\
| * Remove ATL header usage (#306)Stefan Boberg2023-05-1513-71/+520
| * all threads should be named (#304)Stefan Boberg2023-05-155-40/+260
* | implemented string conversion for CbValidateError enumStefan Boberg2023-05-152-0/+44
|/
* wipe cache buckets block store that may contain invalid state (#300)Dan Engelbrecht2023-05-121-0/+14
* fix gc bucket index compaction (#299)Dan Engelbrecht2023-05-121-4/+5
* implemented structured cache logging (#296)Stefan Boberg2023-05-125-13/+111
* better logging/exception when reading file in IoBuffer::Materialize fails (#294)Dan Engelbrecht2023-05-121-8/+37
* fix logic for old blocks in blockstore gc (#295)Dan Engelbrecht2023-05-121-21/+24
* Gracefully exit if Ctrl-C is pressed (#293)Dan Engelbrecht2023-05-114-5/+49
* allow early logging (#292)Dan Engelbrecht2023-05-112-5/+7
* clang-format (sorry)Stefan Boberg2023-05-111-1/+1
* build fix (accidental commit on the wrong branch)Stefan Boberg2023-05-112-1/+4
* clang-formatStefan Boberg2023-05-111-1/+3
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-05-1110-34/+101
|\
| * flush file cas on exit (#291)Dan Engelbrecht2023-05-112-24/+33
| * Close down http server gracefully when exiting even while requests are still ...Dan Engelbrecht2023-05-118-10/+68
* | added scrubcontext.cppStefan Boberg2023-05-111-0/+15
|/
* ZEN_LOG_SCOPE compile fixStefan Boberg2023-05-111-1/+1
* if a block is missing during gc, log an error but still continue (#289)Dan Engelbrecht2023-05-111-4/+8
* WARN level log if we can't write snapshot/manifest/access times (#288)Dan Engelbrecht2023-05-113-7/+21
* Revert "add timeout to server spawns in tests"Dan Engelbrecht2023-05-111-22/+22
* need to set 'id' for user info in sentry (#287)Dan Engelbrecht2023-05-101-25/+35
* Only rewrite state_marker file if it does not exist so we can see the age of itDan Engelbrecht2023-05-101-3/+6
* clean up log/index reading and fix incorrect logging about bad log files (#286)Dan Engelbrecht2023-05-103-88/+106
* make sure we create gc root directory before checking disk spaceDan Engelbrecht2023-05-101-7/+7
* add timeout to server spawns in testsDan Engelbrecht2023-05-101-22/+22
* fix return code on tests (#284)Dan Engelbrecht2023-05-101-3/+1
* monitor if a state-maker file still exists, and if not error out and exit (#283)Dan Engelbrecht2023-05-091-0/+25
* add context to MapViewOfFile errors (#282)Stefan Boberg2023-05-093-3/+32
* fixed merge errorStefan Boberg2023-05-091-4/+4
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-05-0913-179/+451
|\
| * Low disk space detector (#277)Dan Engelbrecht2023-05-0910-133/+314
| * Validate that entries points inside valid blocks at startup (#280)Dan Engelbrecht2023-05-094-46/+137
* | make logging tests run as part of zencore-testStefan Boberg2023-05-093-2/+6
|/
* implemented thread-local activity trackingStefan Boberg2023-05-092-0/+194