aboutsummaryrefslogtreecommitdiff
path: root/zenserver/projectstore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | project: fixed logging of new oplog entries (again) to be easier to scanStefan Boberg2021-11-011-1/+1
* | | | | projectstore: added validation of oplog data during initializationStefan Boberg2021-11-011-2/+60
* | | | | gc: Implemented initial root gathering for projects/oplogsStefan Boberg2021-10-281-4/+52
| |_|_|/ |/| | |
* | | | Compressed oplog attachmentsPer Larsson2021-10-211-90/+127
| |_|/ |/| |
* | | project store: DELETE {project} request now produces a correct HTTP responseStefan Boberg2021-10-181-0/+2
| |/ |/|
* | projectstore: Removing support for requesting attachments by hash using offse...Stefan Boberg2021-10-131-55/+5
|/
* iobuffer: Changed MakeFromTemporaryFile so it accepts a path instead of a cha...Stefan Boberg2021-10-081-1/+1
* http: Moved logic for body suppression to a more central locationStefan Boberg2021-10-031-5/+0
* Added some code to persist bad package data for inspectionStefan Boberg2021-10-011-1/+6
* timer: cleaned up Stopwatch, removed GetCpuTimerValueStefan Boberg2021-09-291-2/+2
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-6/+4
* Added more scrub stubs in higher level servicesStefan Boberg2021-09-201-0/+17
* Changed `std::exception` into `std::runtime_error` since `std::exception` doe...Stefan Boberg2021-09-151-2/+2
* Changed logging implementationStefan Boberg2021-09-151-52/+52
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-1/+1
* Changed so more loggers go via the zen::loggers interfaceStefan Boberg2021-09-151-6/+4
* oplog: added handling of new attachment typesStefan Boberg2021-09-141-3/+28
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-121-43/+43
* clang-formatStefan Boberg2021-09-091-3/+3
* Fixed a number of unreferenced variable warningsStefan Boberg2021-09-091-5/+1
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-2/+2
* Introduced support for compressed buffer attachmentsStefan Boberg2021-09-021-1/+1
* Added logic to fix project store tests (we use absolute file paths in the tes...Stefan Boberg2021-08-201-1/+6
* CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ...Stefan Boberg2021-08-201-4/+26
* Added {project}/oplog/{log}/{hash} endpoint (implemented by Matt Peters)Stefan Boberg2021-08-121-1/+102
* Support iterative cooks (#3)Per Larsson2021-06-231-10/+144
* Fixed issue with ProjectStore::OplogStorage::Exists()Stefan Boberg2021-06-091-7/+7
* Added initial implementation of chunk batch APICarl-Magnus Nordin2021-06-021-9/+56
* Added support for salt in oplog append operations, which can be used to avoid...Stefan Boberg2021-06-021-3/+28
* clang-format fixesStefan Boberg2021-05-271-8/+8
* Added locks to protect against races in parallel oplog updatesStefan Boberg2021-05-271-0/+21
* Compile out all rocksdb code for a smaller binaryStefan Boberg2021-05-251-6/+16
* Eliminated exploratory LMDB/RocksDB code from default pathStefan Boberg2021-05-241-16/+3
* clang-formatStefan Boberg2021-05-221-1/+1
* Renamed CasBlobFile -> BasicFileStefan Boberg2021-05-211-3/+3
* Moved CasBlobFile into basicfile.hStefan Boberg2021-05-211-0/+1
* Added support for package additional files. Added io hash chunk id to… (#2)Per Larsson2021-05-211-90/+42
* Added oplog prep step to avoid redundant chunk transfersStefan Boberg2021-05-171-0/+74
* Implemented move-in-place for large CAS payloadsStefan Boberg2021-05-131-3/+3
* Made SharedBuffer/UniqueBuffer share guts with IoBufferStefan Boberg2021-05-131-2/+1
* Added minor TODOStefan Boberg2021-05-121-0/+1
* Implemented basic support for marshaling attachments out-of-band with the pac...Stefan Boberg2021-05-111-1/+14
* Adding zenservice codeStefan Boberg2021-05-111-0/+1547