aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
Commit message (Expand)AuthorAgeFilesLines
...
* | HTTP package handling updated (not final)Stefan Boberg2021-09-061-4/+7
|/
* Moved out AssertException constructor/destructor into cppStefan Boberg2021-09-031-1/+2
* Disallow copying of ChunkingLinearAllocatorStefan Boberg2021-09-031-0/+3
* Added missing typename keywordStefan Boberg2021-09-031-2/+2
* moved [[nodiscard]] into correct positionStefan Boberg2021-09-031-1/+1
* fix for extern template class declarations, also made integer constant in tes...Stefan Boberg2021-09-031-2/+2
* Fix clang path for ZEN_ARRAY_COUNTStefan Boberg2021-09-031-1/+1
* Fixed infinite recursion issue in CbObject::FindIgnoreCaseStefan Boberg2021-09-031-1/+1
* Removed const from return value to make clang happyStefan Boberg2021-09-031-1/+1
* Added LoadCompactBinaryObject variations accepting CompressedBuffer payloadsStefan Boberg2021-09-021-11/+5
* Made IoHash::Zero const, made IoHash alignment explicitStefan Boberg2021-09-021-2/+2
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-3/+3
* Introduced support for compressed buffer attachmentsStefan Boberg2021-09-023-25/+46
* Added HashMemory() function accepting CompositeBuffer argumentStefan Boberg2021-09-021-0/+3
* CompactBinary: Restricted compact binary attachments to objects to simplify p...Stefan Boberg2021-09-012-8/+10
* 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-011-21/+26
* CompactBinary: Added explicit operator bool for array and object typesStefan Boberg2021-09-012-1/+7
* 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-311-0/+15
|\
| * Asynchronous upstream caching to JupiterPer Larsson2021-08-311-0/+15
* | 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-281-0/+1
|\
| * Added GetLastErrorAsString() to retrieve error string for last Windows API er...Stefan Boberg2021-08-261-0/+1
* | WriteResponse stub for CbPackage responses (awaiting decision on format with ...Stefan Boberg2021-08-281-0/+1
* | Made scope guard [[nodiscard]]Stefan Boberg2021-08-281-1/+1
* | Added WriteFile() overload which accepts a single IoBufferStefan Boberg2021-08-281-1/+2
|/
* Clang-format fixesStefan Boberg2021-08-242-2/+1
* Copyright header added to logging.hStefan Boberg2021-08-241-0/+2
* Remove trace.cpp/h and all traces of usageStefan Boberg2021-08-241-91/+0
* 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 HttpServerRequest::ReadPayloadPackage()Stefan Boberg2021-08-231-1/+3
* Restructured http server code in preparation for cross platform implementationStefan Boberg2021-08-201-0/+2
* clang-formatStefan Boberg2021-08-202-7/+4
* CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ...Stefan Boberg2021-08-202-6/+17
* Renamed CompactBinaryAttachment to ObjectAttachment to mimic UE (see CL16510518)Stefan Boberg2021-08-203-11/+11
* Updated ObjectId commentStefan Boberg2021-08-201-1/+7
* Added ToNetworkOrder() functionsStefan Boberg2021-08-181-0/+36
* trivial: Comment update stating intentStefan Boberg2021-08-121-0/+4
* clang-format fixesStefan Boberg2021-08-091-1/+0
* Fixed Event move assignmentStefan Boberg2021-08-091-2/+2
* Added ThrowLastError which accepts a std::source_locationStefan Boberg2021-08-091-0/+3
* Added IsProcessRunning()/GetCurrentProcessId() helpersStefan Boberg2021-08-091-0/+1
* Added support for defining test/non-test server environmentsStefan Boberg2021-08-061-1/+1
* zen::Process -> zen::ProcessHandleStefan Boberg2021-08-061-5/+5
* Added GetRunningExecutablePath()Stefan Boberg2021-08-061-0/+2
* Added basic NamedMutex implementationStefan Boberg2021-08-051-0/+15
* Added Oodle to CompressedBuffer (#5)Devin Doucette2021-07-221-17/+47