| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | v0.2.13-pre3v0.2.13-pre3 | Dan Engelbrecht | 2023-06-13 | 1 | -1/+1 | |
| | | ||||||
| * | Make sure GetEnvVariable can handle values that are longer than 1023 ↵ | Dan Engelbrecht | 2023-06-13 | 2 | -4/+19 | |
| | | | | | characters (#332) | |||||
| * | v0.2.13-pre2v0.2.13-pre2 | Dan Engelbrecht | 2023-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | add oplog snapshot command (#331) | Dan Engelbrecht | 2023-06-12 | 4 | -0/+94 | |
| | | | | | * add zen oplog-snapshot command line tool * changelog | |||||
| * | fix jupiter access token for oplog upload (#330) | Dan Engelbrecht | 2023-06-12 | 2 | -1/+2 | |
| | | | | | * make sure to prefix auth token correctly when provided with a raw token * changelog | |||||
| * | drive-by const | Stefan Boberg | 2023-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | narrowed scope of clang-format action | Stefan Boberg | 2023-06-09 | 2 | -19/+1 | |
| | | | | | also removed some unnecessary entries from .gitignore | |||||
| * | changed ZEN_ERROR to ZEN_WARN to reduce Sentry noise | Stefan Boberg | 2023-06-08 | 1 | -3/+8 | |
| | | | | | addresses ZEN-SERVER-W5. This should not be logged as an error since the failure is propagated to the client and the failure is typically due to invalid input | |||||
| * | Removed unnecessary windows.h include | Stefan Boberg | 2023-06-08 | 1 | -4/+0 | |
| | | ||||||
| * | added missing <utility> include | Stefan Boberg | 2023-06-07 | 1 | -0/+1 | |
| | | ||||||
| * | added thread names to timer, upstream monitor | Stefan Boberg | 2023-06-07 | 4 | -2/+20 | |
| | | | | | also altered http-asio thread naming scheme | |||||
| * | 0.2.13-pre1v0.2.13-pre1 | Dan Engelbrecht | 2023-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | Increase retry logic (#325) | Dan Engelbrecht | 2023-06-05 | 2 | -13/+20 | |
| | | | | | * Increase timeout and number of retries in CacheBucket::PutStandaloneCacheValue when moving temporary file into place * changelog | |||||
| * | Increased timeout to 25 min for Windows validation | Stefan Boberg | 2023-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | Enable front-end serving in release mode | Stefan Boberg | 2023-05-31 | 3 | -26/+41 | |
| | | | | | Front-end can now be served from a development directory in release mode as well as debug if there's no zipfs attached | |||||
| * | Added Sentry debug information note to CHANGELOG.md | Stefan Boberg | 2023-05-31 | 1 | -0/+1 | |
| | | ||||||
| * | bump version to test sentry uploadv0.2.13-pre0 | Stefan Boberg | 2023-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | add exe to release sentry-cli upload-dif step | Stefan Boberg | 2023-05-31 | 1 | -3/+3 | |
| | | ||||||
| * | fix for Linux/sentry build issue | Stefan Boberg | 2023-05-26 | 1 | -3/+0 | |
| | | ||||||
| * | bumped xmake and vcpkg versions | Stefan Boberg | 2023-05-26 | 3 | -12/+13 | |
| | | | | | | xmake is now 2.7.9 (was 2.6.4) vcpkg is now 2023.04.15 (was 2022.08.15) | |||||
| * | bump timeout for create-release to 25 min (linux/mac) | Dan Engelbrecht | 2023-05-26 | 1 | -2/+2 | |
| | | ||||||
| * | bump timeout for create-release to 25 min | Dan Engelbrecht | 2023-05-26 | 1 | -1/+1 | |
| | | ||||||
| * | Updated CHANGELOG.md | Stefan Boberg | 2023-05-26 | 1 | -1/+4 | |
| | | ||||||
| * | oplog snapshot (#317) | Stefan Boberg | 2023-05-25 | 3 | -17/+219 | |
| | | | | | | Added "snapshot" oplog RPC this may be used to bring referenced files into the local store instead of referencing them by filename, thus making the project/oplog transportable | |||||
| * | minor: refcount bump elimination | Stefan Boberg | 2023-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | named oplog upload worker pool threads | Stefan Boberg | 2023-05-25 | 1 | -1/+12 | |
| | | ||||||
| * | minor: comment fix | Stefan Boberg | 2023-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | BasicFile::ReadAll should handle zero-sized files gracefully | Stefan Boberg | 2023-05-25 | 1 | -3/+10 | |
| | | ||||||
| * | added defaults to remote project store option definitions | Stefan Boberg | 2023-05-25 | 3 | -5/+6 | |
| | | ||||||
| * | fix for random uint32 -> uint32_t | Stefan Boberg | 2023-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | fix for issue with missing options in help | Stefan Boberg | 2023-05-25 | 1 | -0/+2 | |
| | | | | | | positional options were not included in the `--help` output previously, now they are! | |||||
| * | updated runner setup doc | Stefan Boberg | 2023-05-25 | 1 | -1/+3 | |
| | | ||||||
| * | block destructors from throwing exceptions (#321) | Dan Engelbrecht | 2023-05-24 | 4 | -8/+13 | |
| | | | | | | | * ~FileMapping() is not allowed to throw exceptions * ~ScopedActivityBase() should not call ZEN_ASSERT (which causes SIGABORT on error) * ProjectStore::Project::WriteAccessTimes() which is called from ProjectStore::~Project() must not throw exceptions * changelog | |||||
| * | cache log sessionid (#297) | Stefan Boberg | 2023-05-23 | 8 | -169/+275 | |
| | | | | | | | | | | | | * implemented structured cache logging to be used as audit trail to help analyse potential cache pollution/corruption * added common header to all known log targets * made Oid::operator bool explicit to avoid logging/text format mishaps * HttpClient::operator bool -> explicit * changed cache logs to not rotate on start in order to retain more history * added CacheRequestContext * properly initialize request context * log session id and request id on zencacehstore get/put * changelog | |||||
| * | use exception when allocations fail rather than asserts (#319) | Dan Engelbrecht | 2023-05-23 | 4 | -5/+37 | |
| | | | | | * use exception when allocations fail rather than asserts * changelog | |||||
| * | streaming decompression support (#142) | Stefan Boberg | 2023-05-23 | 8 | -29/+1000 | |
| | | | | Added CompressedBufferReader support from UE. This provides some streaming decompression support which can be employed to reduce memory and other resource usage. | |||||
| * | MemoryView::RightChop -> const | Stefan Boberg | 2023-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | removed some old test code which is no longer useful | Stefan Boberg | 2023-05-22 | 1 | -66/+1 | |
| | | ||||||
| * | minor: fixed typos in log output (PUTCACEHRECORD -> PUTCACHERECORD) | Stefan Boberg | 2023-05-22 | 1 | -2/+2 | |
| | | ||||||
| * | v0.2.12v0.2.12 | Dan Engelbrecht | 2023-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | v0.2.12-pre0v0.2.12-pre0 | Dan Engelbrecht | 2023-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | changelog | Dan Engelbrecht | 2023-05-22 | 1 | -0/+3 | |
| | | ||||||
| * | Update Github_runner_setup.md | Stefan Boberg | 2023-05-22 | 1 | -2/+2 | |
| | | ||||||
| * | Update Github_runner_setup.md | Stefan Boberg | 2023-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | Update Github_runner_setup.md | Stefan Boberg | 2023-05-22 | 1 | -0/+1 | |
| | | ||||||
| * | sorted the commands exposed from zen CLI | Stefan Boberg | 2023-05-19 | 1 | -8/+8 | |
| | | ||||||
| * | updated logic for 7z/zip | Stefan Boberg | 2023-05-19 | 1 | -6/+6 | |
| | | | | | | previously, an attempt was made to locate any installed binary but the located path was not actually used in practice | |||||
| * | updated CHANGELOG.md to reflect oplog bugfix | Stefan Boberg | 2023-05-19 | 1 | -0/+1 | |
| | | ||||||
| * | fixed bug where an oplog delete would not actually delete the oplog | Stefan Boberg | 2023-05-19 | 1 | -2/+9 | |
| | | | | | this would manifest itself if an oplog delete was attempted right after zenserver startup, when the oplog has not yet been instantiated. This fix checks for on-disk state as well as in-memory | |||||
| * | fix for commented-out code which was never meant to be checked in | Stefan Boberg | 2023-05-17 | 1 | -6/+6 | |
| | | ||||||