aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* Gracefully exit if Ctrl-C is pressed (#293)Dan Engelbrecht2023-05-112-5/+42
* allow early logging (#292)Dan Engelbrecht2023-05-111-5/+3
* Close down http server gracefully when exiting even while requests are still ...Dan Engelbrecht2023-05-111-0/+1
* WARN level log if we can't write snapshot/manifest/access times (#288)Dan Engelbrecht2023-05-112-6/+20
* 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-101-4/+8
* monitor if a state-maker file still exists, and if not error out and exit (#283)Dan Engelbrecht2023-05-091-0/+25
* Low disk space detector (#277)Dan Engelbrecht2023-05-097-119/+231
* Validate that entries points inside valid blocks at startup (#280)Dan Engelbrecht2023-05-091-4/+44
* 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-081-3/+10
* Report asserts to Sentry (#267)Dan Engelbrecht2023-05-021-9/+40
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-0218-794/+21
* move auth code from zenserver into zenhttp (#265)Stefan Boberg2023-05-0211-888/+6
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0267-0/+27610