aboutsummaryrefslogtreecommitdiff
path: root/zen
Commit message (Expand)AuthorAgeFilesLines
...
| * Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-1719-37/+88
| * Moved zenserverprocess into zenutil/zenserverprocess.hStefan Boberg2021-09-176-4/+38
| * Exposed session id in ZenServerStateStefan Boberg2021-09-161-1/+19
| * Added stubs for scrub CLI commandStefan Boberg2021-09-164-0/+46
| * Improved top/ps behaviourStefan Boberg2021-09-161-3/+7
* | Use std::fd::path's character type for FileSysTraveral::Visitor APIMartin Ridgers2021-09-161-1/+1
|/
* Added explicit logging initialization to main() of standalone executables, to...Stefan Boberg2021-09-151-0/+2
* Changed `std::exception` into `std::runtime_error` since `std::exception` doe...Stefan Boberg2021-09-152-8/+8
* Changed logging implementationStefan Boberg2021-09-1510-84/+84
* xmake: added zenhttp dependency to make zen CLI tool buldStefan Boberg2021-09-151-1/+1
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-1512-15/+12
* Changed explicit http status checking into IsHttpSuccessCode() callStefan Boberg2021-09-132-1/+5
* Further xmake file cleanupStefan Boberg2021-09-071-0/+1
* Restructured xmake filesStefan Boberg2021-09-061-1/+2
* xmake build files (experimental)Stefan Boberg2021-09-041-0/+16
* Cleaned up project configurationStefan Boberg2021-09-031-2/+0
* Removed #pragma once from cpp files (copy pasta fail)Stefan Boberg2021-09-039-18/+0
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-6/+6
* added 'zen drop' command to drop cache buckets onlineStefan Boberg2021-08-175-0/+94
* Basic implementation of 'down' commandStefan Boberg2021-08-091-0/+43
* Basic implementation of zen top/ps (currently identical but won't be) functio...Stefan Boberg2021-08-093-0/+51
* Added some new management commandsStefan Boberg2021-08-076-11/+155
* Repurposing test utility code to enable server control via zenStefan Boberg2021-08-062-3/+15
* Switch off verbose linker outputStefan Boberg2021-08-051-1/+1
* Added stub code for 'top' command (no implementation yet - awaiting some vcpk...Stefan Boberg2021-06-185-0/+52
* Removed pointer-based InsertChunk from CAS store interface.Stefan Boberg2021-05-251-6/+9
* Use vcpkg --overlay-ports to handle asioJoe Kirchoff2021-05-191-0/+2
* Added paths as context to I/O error exception messagesStefan Boberg2021-05-112-26/+34
* Adding zenservice codeStefan Boberg2021-05-1118-0/+2882