aboutsummaryrefslogtreecommitdiff
path: root/src/zen
Commit message (Expand)AuthorAgeFilesLines
* precommitzousar2024-04-041-1/+6
* Add optional gcpath param to import-oplog cmdzousar2024-04-042-2/+10
* Categorize the clean argument on oplog-import as a general argzousar2024-04-042-3/+3
* improved assert (#37)Dan Engelbrecht2024-04-045-12/+12
* add a limit to the number of times we attempt to finalize (#22)Dan Engelbrecht2024-03-251-2/+4
* read jupiter token from file (#10)Dan Engelbrecht2024-03-182-0/+53
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-4/+14
* fix zenserver state macos (#669)Dan Engelbrecht2024-03-101-2/+19
* Added --copy-log, --copy-cache-log and copy-http-log option to zen logs comma...Dan Engelbrecht2024-02-125-20/+81
* Actually thow exception if we can't parse the jobid when starting async job (...Dan Engelbrecht2024-01-312-2/+8
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-252-2/+13
* add --ignore-missing-attachments to oplog-import command (#637)Dan Engelbrecht2024-01-222-4/+15
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-221-13/+23
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-202-2/+2
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-191-1/+1
* fixed v2 rpc recording issue with >4GB data per segment (#612)Stefan Boberg2023-12-151-114/+120
* Adding an info command to display a top-level summary of disk space etc (#602)Stefan Boberg2023-12-123-0/+78
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-112-4/+12
* tracing for gcv2 (#574)Dan Engelbrecht2023-11-281-16/+4
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-271-17/+15
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-273-0/+70
* Updated branding (#567)Stefan Boberg2023-11-231-2/+2
* added --powercycle option (#565)Stefan Boberg2023-11-233-120/+151
* fix block cloning copy argument validation (#560)Stefan Boberg2023-11-222-4/+9
* lined up rpc command descriptions with namesStefan Boberg2023-11-221-3/+3
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-212-0/+19
* zen run command (#552)Stefan Boberg2023-11-2119-668/+414
* moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-203-0/+3
* removed zen runtests command (#551)Stefan Boberg2023-11-161-29/+0
* add zenserver state snapshot support (#543)Stefan Boberg2023-11-161-0/+27
* remove dependency on cxxopts exception types (#542)Stefan Boberg2023-11-151-21/+21
* gc history log (#519)Dan Engelbrecht2023-11-131-17/+20
* package dependency clean-ups (#531)Stefan Boberg2023-11-131-1/+1
* removed zstd references (#521)Stefan Boberg2023-11-081-2/+1
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-071-1/+1
* spdlog implementation hiding (#498)Stefan Boberg2023-11-063-8/+9
* zen copy-state command to copy a zenserver data directory without the bulk da...Dan Engelbrecht2023-11-063-0/+206
* individual gc stats (#506)Dan Engelbrecht2023-10-302-0/+6
* New GC implementation (#459)Dan Engelbrecht2023-10-302-0/+18
* added missing includes (#504)Stefan Boberg2023-10-274-0/+5
* chunking moved to zenstore (#490)Stefan Boberg2023-10-232-1241/+0
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-202-54/+94
* Add --skip-delete option to gc command (#484)Dan Engelbrecht2023-10-202-0/+11
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-183-0/+68
* Change default port to 8558zousar2023-10-111-2/+2
* experimental pluggable transport support (#436)Stefan Boberg2023-10-101-1/+1
* lightweight gc (#431)Dan Engelbrecht2023-10-022-0/+6
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-09-2632-119/+343
|\
| * Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-223-0/+123
| * Collect all zen admin-related commands into admin.h/.cpp (#418)Dan Engelbrecht2023-09-2233-140/+117