aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed SharedBuffer::IsOwned() semantics to match UE5Stefan Boberg2021-09-011-1/+1
* SharedBuffer: MakeOwned now returns a buffer instead of operating in-placeStefan Boberg2021-09-013-41/+48
* CompactBinary: Added explicit operator bool for array and object typesStefan Boberg2021-09-015-14/+29
* Reordered flags to get better codegen for IsNull()Stefan Boberg2021-08-311-2/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-08-312-2/+16
|\
| * Format fix.Per Larsson2021-08-311-2/+1
| * Asynchronous upstream caching to JupiterPer Larsson2021-08-311-0/+15
* | Added some argument validationStefan Boberg2021-08-311-3/+17
* | Make it possible to distinguish an empty buffer from a null bufferStefan Boberg2021-08-311-4/+10
|/
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-08-282-0/+7
|\
| * Added GetLastErrorAsString() to retrieve error string for last Windows API er...Stefan Boberg2021-08-262-0/+7
* | WriteResponse stub for CbPackage responses (awaiting decision on format with ...Stefan Boberg2021-08-282-0/+10
* | Made scope guard [[nodiscard]]Stefan Boberg2021-08-281-1/+1
* | Added WriteFile() overload which accepts a single IoBufferStefan Boberg2021-08-282-5/+20
|/
* Clang-format fixesStefan Boberg2021-08-242-2/+1
* Fixed Http CbPackage readingStefan Boberg2021-08-241-6/+4
* Copyright header added to logging.hStefan Boberg2021-08-241-0/+2
* Remove trace.cpp/h and all traces of usageStefan Boberg2021-08-247-150/+6
* Added zencore/logging.hStefan Boberg2021-08-241-0/+7
* Added post/prewindows.h headers to deal with fallout from windows.h #define s...Stefan Boberg2021-08-243-1/+8
* #undef GetObject to avoid problems in CompactBinaryPackageStefan Boberg2021-08-241-0/+2
* Added file names to IoBuffer exception contextStefan Boberg2021-08-241-3/+7
* Added some context to MapViewOfFile exception emitStefan Boberg2021-08-241-2/+6
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-08-231-2/+1
|\
| * Fixed logic in IoBufferExtendedCore::Materialize() - would previously map the...Stefan Boberg2021-08-231-2/+1
* | Added HttpServerRequest::ReadPayloadPackage()Stefan Boberg2021-08-232-1/+21
|/
* Restructured http server code in preparation for cross platform implementationStefan Boberg2021-08-202-47/+68
* clang-formatStefan Boberg2021-08-204-12/+9
* CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ...Stefan Boberg2021-08-204-41/+94
* Renamed CompactBinaryAttachment to ObjectAttachment to mimic UE (see CL16510518)Stefan Boberg2021-08-207-39/+39
* Updated ObjectId commentStefan Boberg2021-08-201-1/+7
* Cleaned up ObjectId generation and made it portableStefan Boberg2021-08-181-86/+16
* Added ToNetworkOrder() functionsStefan Boberg2021-08-181-0/+36
* trivial: Comment update stating intentStefan Boberg2021-08-121-0/+4
* Added ProcessHandle::Reset and added some diagnostics for ProcessHandle::Init...Stefan Boberg2021-08-091-6/+21
* clang-format fixesStefan Boberg2021-08-092-3/+3
* Fixed Event move assignmentStefan Boberg2021-08-091-2/+2
* Added SYNCHRONIZE to ProcessHandle::InitializeStefan Boberg2021-08-091-1/+1
* Added ThrowLastError which accepts a std::source_locationStefan Boberg2021-08-092-0/+11
* Added IsProcessRunning()/GetCurrentProcessId() helpersStefan Boberg2021-08-092-0/+22
* Added support for defining test/non-test server environmentsStefan Boberg2021-08-062-2/+2
* zen::Process -> zen::ProcessHandleStefan Boberg2021-08-062-13/+13
* Added GetRunningExecutablePath()Stefan Boberg2021-08-062-0/+11
* Added basic NamedMutex implementationStefan Boberg2021-08-052-0/+60
* Added Oodle to CompressedBuffer (#5)Devin Doucette2021-07-222-100/+268
* Fixed FileSystemTraversal::TraverseFileSystem error reporting issueStefan Boberg2021-06-181-1/+4
* Made LoadCompactBinaryObject handle IoBuffer lifetime correctlyStefan Boberg2021-06-181-2/+8
* clang-format fixesStefan Boberg2021-05-271-1/+0
* constinit -> const for now so that the code builds with the non-preview compilerStefan Boberg2021-05-251-6/+6
* Added support for early release of scoped RWLock helpersStefan Boberg2021-05-241-6/+24