aboutsummaryrefslogtreecommitdiff
path: root/zen
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0232-5591/+0
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-241-1/+1
* fix down command (#254)Dan Engelbrecht2023-04-242-6/+11
* oplog and cache stats (#244)Dan Engelbrecht2023-04-215-1/+362
* tweaks for enabling unity buildsStefan Boberg2023-04-191-0/+1
* mergeStefan Boberg2023-04-042-32/+37
|\
| * minor: Namnspace -> namespaceStefan Boberg2023-03-301-2/+2
| * zen: sorted commands to reduce potential for merge conflictsStefan Boberg2023-03-301-54/+37
| * minor: FormatResponse -> FormatHttpResponseStefan Boberg2023-03-304-18/+18
* | minor ZenCmdBase cleanupStefan Boberg2023-04-044-55/+35
|/
* minor: spellingStefan Boberg2023-03-301-1/+1
* Fix alignment for zen command listingStefan Boberg2023-03-271-27/+27
* eliminated spurious cxxopts.hpp includeStefan Boberg2023-03-271-4/+1
* De/fix rpc replay to handle pid (#243)Dan Engelbrecht2023-03-212-55/+158
* add `--showmethodstats` option for rpc replay to show method statistics (#233)Dan Engelbrecht2023-02-212-40/+103
* Enhanced rpc request recording (#229)Dan Engelbrecht2023-02-173-21/+344
* Move knowledge of UE env variable from zenserver to zen command line tool (#227)Dan Engelbrecht2023-02-132-0/+37
* oplog upload/download (#214)Dan Engelbrecht2023-02-093-23/+566
* remove legacy `export-project` and `import-project` (#222)Dan Engelbrecht2023-02-023-640/+0
* Add `project-create` and `oplog-create` to zen command line tool (#221)Dan Engelbrecht2023-02-024-3/+240
* Clean up project store file structure (#218)Dan Engelbrecht2023-02-017-715/+655
* removed HttpLaunchService and related codeStefan Boberg2023-01-244-232/+6
* Added version information to server executable (#215)Stefan Boberg2023-01-242-0/+35
* zen command line tool improvements (#212)Dan Engelbrecht2023-01-1329-98/+509
* Zen cmd fixes (#201)Dan Engelbrecht2022-12-0713-81/+108
* optimizations (#200)Dan Engelbrecht2022-12-072-25/+7
* add "version" command with "detailed" option (#192)Dan Engelbrecht2022-11-213-0/+103
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-185-7/+737
* move BasicFile to zenutil to remove zenstore dependency from zen command (#190)Dan Engelbrecht2022-11-171-1/+1
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-175-68/+81
* clang-format fixesStefan Boberg2022-06-101-1/+3
* extended zen print command to also handle CbPackage and CompressedBuffer form...Stefan Boberg2022-06-101-9/+91
* Merge from mainStefan Boberg2022-04-251-0/+2
|\
| * Add pre-commit config (#69)Joe Kirchoff2022-04-051-0/+2
* | Added option to use Catch2 framework for testsStefan Boberg2022-04-051-3/+2
|/
* clang-formatDan Engelbrecht2022-03-211-3/+3
* If open(O_CREAT) is used then a file mode must be givenMartin Ridgers2022-02-211-1/+1
* Explicitly set access permissions so we're not affected by process' umaskMartin Ridgers2022-02-211-1/+5
* Marked a few file descriptors to be closed on execute (POSIX)Martin Ridgers2022-02-211-1/+1
* clang-formatStefan Boberg2022-02-022-4/+5
* Fixed ZenServerEntry::*ListenPort compile errorsMartin Ridgers2022-01-271-2/+2
* Format fix.Per Larsson2022-01-223-6/+6
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
* Fixed up compile errors if mimalloc use is disabledMartin Ridgers2022-01-141-1/+5
* Linker flags for zen target on MacMartin Ridgers2022-01-111-0/+7
* Fixed fmt::format() compile errorMartin Ridgers2022-01-111-1/+1
* Added an implementation of task_group::run() on POSIXMartin Ridgers2022-01-111-2/+9
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-102-11/+5
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-152-210/+0
* Deleted file that mysteriously returned via a mergeMartin Ridgers2021-12-151-87/+0