aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP structured cache endpoints - tactical check-in not fully functional yetStefan Boberg2021-05-205-4/+67
* Added tentative Jupiter structured data endpointsStefan Boberg2021-05-202-0/+28
* Added HttpServerRequest::RequestContentType()Stefan Boberg2021-05-192-9/+54
* Added HashStringDjb2()Stefan Boberg2021-05-191-0/+15
* Merge branch 'main' of https://github.com/EpicGames/zen into mainStefan Boberg2021-05-173-98/+3
|\
| * Removed some experimental dependenciesStefan Boberg2021-05-163-98/+3
* | Added oplog prep step to avoid redundant chunk transfersStefan Boberg2021-05-171-0/+74
|/
* HTTP: added some basic comments to httpserver.hStefan Boberg2021-05-131-1/+20
* Removed a const which upsets VS 16.9.5 for whatever reasonStefan Boberg2021-05-131-2/+2
* Moved [[nodiscard]] into the right position to make it actually stickStefan Boberg2021-05-131-2/+2
* Added logic to guard against accidental file move in file CAS fast pathStefan Boberg2021-05-133-5/+25
* Implemented move-in-place for large CAS payloadsStefan Boberg2021-05-136-5/+155
* Added string_view variant of WindowsException constructorStefan Boberg2021-05-131-0/+6
* SharedBuffer::MakeView now validates range against outerStefan Boberg2021-05-131-4/+9
* CbWriter::Save now returns an immutable payload bufferStefan Boberg2021-05-132-5/+14
* Made SharedBuffer/UniqueBuffer share guts with IoBufferStefan Boberg2021-05-138-125/+101
* clang-formatStefan Boberg2021-05-131-2/+6
* Removed vestigial prototype remainsStefan Boberg2021-05-132-14/+0
* Added minor TODOStefan Boberg2021-05-121-0/+1
* Added chunking to HttpSysServerRequest::ReadPayload to deal with large payloa...Stefan Boberg2021-05-121-1/+5
* Implemented basic support for marshaling attachments out-of-band with the pac...Stefan Boberg2021-05-114-6/+29
* Added paths as context to I/O error exception messagesStefan Boberg2021-05-114-33/+50
* Added PathFromHandle helper functionStefan Boberg2021-05-112-0/+22
* Adding zenservice codeStefan Boberg2021-05-11300-0/+81388