aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up exception handlingStefan Boberg2021-05-211-14/+4
* std::min -> zen::MinStefan Boberg2021-05-211-1/+2
* Added Oid::operator bool for "null" checkingStefan Boberg2021-05-211-1/+2
* Added HttpServerRequest::RequestContentType()Stefan Boberg2021-05-191-6/+9
* Added HashStringDjb2()Stefan Boberg2021-05-191-0/+15
* HTTP: added some basic comments to httpserver.hStefan Boberg2021-05-131-1/+20
* 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-131-2/+16
* Implemented move-in-place for large CAS payloadsStefan Boberg2021-05-132-1/+5
* Added string_view variant of WindowsException constructorStefan Boberg2021-05-131-0/+6
* CbWriter::Save now returns an immutable payload bufferStefan Boberg2021-05-131-3/+10
* Made SharedBuffer/UniqueBuffer share guts with IoBufferStefan Boberg2021-05-132-88/+58
* Implemented basic support for marshaling attachments out-of-band with the pac...Stefan Boberg2021-05-111-2/+3
* Added PathFromHandle helper functionStefan Boberg2021-05-111-0/+4
* Adding zenservice codeStefan Boberg2021-05-1137-0/+6504