aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0283-25031/+0
* add customization of assert implementation (#263)Dan Engelbrecht2023-04-282-27/+86
* Write log error and flush log before reporting error to Sentry/error loggerDan Engelbrecht2023-04-271-1/+1
* made Ref<> constructor explicit (#262)Stefan Boberg2023-04-272-3/+3
* bugfixes (#261)Dan Engelbrecht2023-04-271-1/+11
* log error before throwing exception so we can see the callstackDan Engelbrecht2023-04-261-1/+8
* make sure we pick up the error code before it is cleared when throwing errorDan Engelbrecht2023-04-261-1/+2
* fix sentry report callstack (#256)Dan Engelbrecht2023-04-253-9/+42
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-242-7/+99
* added missing #pragma onceStefan Boberg2023-04-191-0/+2
* clang-format fixStefan Boberg2023-04-181-1/+1
* fix gcc warning about potentially unitialized variableStefan Boberg2023-04-181-1/+1
* De/fix rpc replay to handle pid (#243)Dan Engelbrecht2023-03-211-1/+11
* removed catch2 (#241)Stefan Boberg2023-03-072-15/+2
* Move knowledge of UE env variable from zenserver to zen command line tool (#227)Dan Engelbrecht2023-02-132-0/+25
* oplog upload/download (#214)Dan Engelbrecht2023-02-091-0/+9
* Removed stale comment now that use of !! has been replacedMartin Ridgers2023-02-031-1/+0
* Added a size_t override for Apple Clang where types as size_t != uint64_tMartin Ridgers2023-02-031-0/+11
* Removed size_t override that is no longer required with newer libc++Martin Ridgers2023-02-021-9/+0
* Removed unused add_link() callMartin Ridgers2023-02-021-1/+0
* Call gettid syscall directly as gettid() is not available in earlier glibcMartin Ridgers2023-02-021-1/+2
* Fix Clang warning about bitwise ops on boolean valuesMartin Ridgers2023-02-021-1/+1
* Changed so CompressedBuffer::DecodeRawHash returns IoHash just like on the UE...Stefan Boberg2022-12-122-3/+3
* added [[fallthrough]] annotations to silence static analysisStefan Boberg2022-12-121-0/+20
* Path from handle perf improvement (#206)Dan Engelbrecht2022-12-081-2/+10
* optimizations (#200)Dan Engelbrecht2022-12-078-93/+234
* Cache request record/replay (#198)Dan Engelbrecht2022-12-072-6/+29
* Make sure we always store record/op before attachments (#195)Dan Engelbrecht2022-12-011-2/+33
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-189-113/+275
* Support file reference in package message (#184)Dan Engelbrecht2022-11-072-28/+9
* Handle zero size file mapping (#177)Dan Engelbrecht2022-09-301-1/+10
* De/reduce buffer creation in parsepackedmessage (#175)Dan Engelbrecht2022-09-301-0/+1
* De/more upstream details (#168)v0.1.6-pre9v0.1.6-pre10Dan Engelbrecht2022-09-222-0/+8
* logging - don't do formatting of messages the will not be logged (#169)Dan Engelbrecht2022-09-211-72/+40
* Use BLAKE3 port from vcpkg (#141)Stefan Boberg2022-09-202-22/+12
* LoadCompactBinary gracefully handles read failures and sizes larger than the ...Dan Engelbrecht2022-09-192-24/+70
* enable json log file (#164)Dan Engelbrecht2022-09-121-10/+10
* Use "\\?\" prefixed paths and fix hardcoded path delimiters (#149)Dan Engelbrecht2022-08-261-1/+6
* added suppression of warning C4189 to work around problems in fmtStefan Boberg2022-07-211-5/+6
* add macos builds (#133)Dan Engelbrecht2022-06-241-0/+1
* merged from mainStefan Boberg2022-06-162-0/+6
* added _WIN32_WINNT define to be consistent with xmake fileStefan Boberg2022-06-131-0/+3
* namespace/bucket validation now uses AsciiSet for more efficient validation (...Stefan Boberg2022-06-101-1/+1
* core: added ReadStdInStefan Boberg2022-06-102-0/+21
* added IoBuffer::MutableData()Stefan Boberg2022-06-101-0/+6
* fix argument order in IoBufferBuilder::MakeFromFileWithSharedDeleteDan Engelbrecht2022-05-301-1/+1
* create local utility function for IoBufferBuilder::MakeFromFile*Dan Engelbrecht2022-05-301-48/+25
* Enable FILE_SHARE_DELETE on standalone files in disk bucketsDan Engelbrecht2022-05-282-0/+46
* Add catch2 support (#101)Stefan Boberg2022-05-207-40/+71
* use string::compare in caseSensitiveCompareStringsDan Engelbrecht2022-05-121-9/+2