aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0246-8890/+0
* add customization of assert implementation (#263)Dan Engelbrecht2023-04-281-27/+36
* 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-271-1/+1
* bugfixes (#261)Dan Engelbrecht2023-04-271-1/+11
* fix sentry report callstack (#256)Dan Engelbrecht2023-04-251-9/+26
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-241-7/+47
* 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-071-14/+2
* Move knowledge of UE env variable from zenserver to zen command line tool (#227)Dan Engelbrecht2023-02-131-0/+2
* 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
* 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-121-1/+1
* added [[fallthrough]] annotations to silence static analysisStefan Boberg2022-12-121-0/+20
* optimizations (#200)Dan Engelbrecht2022-12-072-7/+19
* Cache request record/replay (#198)Dan Engelbrecht2022-12-071-3/+6
* 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-184-28/+22
* Support file reference in package message (#184)Dan Engelbrecht2022-11-071-1/+0
* 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-221-0/+1
* logging - don't do formatting of messages the will not be logged (#169)Dan Engelbrecht2022-09-211-72/+40
* enable json log file (#164)Dan Engelbrecht2022-09-121-10/+10
* added suppression of warning C4189 to work around problems in fmtStefan Boberg2022-07-211-5/+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-101-0/+1
* added IoBuffer::MutableData()Stefan Boberg2022-06-101-0/+6
* Enable FILE_SHARE_DELETE on standalone files in disk bucketsDan Engelbrecht2022-05-281-0/+1
* Add catch2 support (#101)Stefan Boberg2022-05-201-1/+31
* use string::compare in caseSensitiveCompareStringsDan Engelbrecht2022-05-121-9/+2
* Add caseSensitiveCompareStrings and manual <=> and == operator for CacheKeyDan Engelbrecht2022-05-121-0/+23
* Merge pull request #89 from EpicGames/de/namespacesv1.0.1.5Dan Engelbrecht2022-05-091-0/+11
|\
| * Added GetDirectoryContent utilityDan Engelbrecht2022-05-061-0/+11
* | Make sure blockstore owner and block store state does not get out of sync whe...Dan Engelbrecht2022-05-081-0/+3
|/
* Serialize compact binary from JSON.Per Larsson2022-04-272-1/+7
* Compute updates (#74)Joe Kirchoff2022-04-141-0/+1
* more cleanupDan Engelbrecht2022-04-121-1/+1
* cleanupDan Engelbrecht2022-04-121-0/+4
* use zen::UnsignedIntegral instead of std::unsigned_integralDan Engelbrecht2022-04-121-2/+2
* use std::unsigned_integral for ToHexNumber and ParseHexNumberDan Engelbrecht2022-04-011-7/+6
* safer and easier to read Char2NibbleDan Engelbrecht2022-04-011-15/+12
* remove WorkerThreadPool::Flush()Dan Engelbrecht2022-03-311-1/+0
* comments for ToHexNumber and ParseHexNumberDan Engelbrecht2022-03-311-0/+12