aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/except.cpp
Commit message (Collapse)AuthorAgeFilesLines
* long filename support (#330)Dan Engelbrecht2025-03-311-1/+1
| | | - Bugfix: Long file paths now works correctly on Windows
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-081-0/+2
| | | | | | | - Improvement: Use GC reserve when writing index/manifest for a disk cache bucket when disk is low when available - Improvement: Demote errors to warning for issues that are not critical and we handle gracefully - Improvement: Treat more out of memory errors from windows as Out Of Memory errors Fixed wrong sizeof() statement for compactcas index (luckily the two structs are of same size)
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-021-0/+58
| | | | | | - Improvement: Catch Out Of Memory and Out Of Disk exceptions and report back to reqeuster without reporting an error to Sentry - Improvement: If creating bucket fails when storing and item in the structured cache, log a warning and propagate error to requester without reporting an error to Sentry - Improvement: Make an explicit flush of the active block written to in blockstore flush - Improvement: Make sure cache and cas MakeIndexSnapshot does not throw exception on failure which would cause and abnormal termniation at exit
* use exception when allocations fail rather than asserts (#319)Dan Engelbrecht2023-05-231-0/+20
| | | | * use exception when allocations fail rather than asserts * changelog
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+93
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees