aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* add ip and username to sentry reports if allowed in settings (#276)Dan Engelbrecht2023-05-083-0/+37
* project store gc lifetime (#257)Dan Engelbrecht2023-05-082-84/+343
* replace use of cxxopts::OptionParseException in our codeStefan Boberg2023-05-089-11/+47
* 247 complete httpclient implementation (#269)Stefan Boberg2023-05-055-44/+310
* Treat reading outside of block store file as a not found error. We may encoun...Dan Engelbrecht2023-05-021-0/+4
* Report asserts to Sentry (#267)Dan Engelbrecht2023-05-021-9/+40
* cleaned up how Oodle is incorporatedStefan Boberg2023-05-022-4/+3
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-0218-27/+25
* move auth code from zenserver into zenhttp (#265)Stefan Boberg2023-05-0211-13/+11
* moved source directories into `/src` (#264)Stefan Boberg2023-05-02249-0/+81583