aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add context to Zen upstream resolve error message (#585)Stefan Boberg2023-12-041-1/+1
* safe threadpool shutdown (#584)Dan Engelbrecht2023-12-042-1/+8
* use 32 bit offset and size in BlockStoreLocation (#581)Dan Engelbrecht2023-12-016-75/+117
* add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-018-223/+481
* WinIoThreadPool teardown cleaned up (#580)Stefan Boberg2023-11-301-0/+5
* global thread worker pools (#577)Dan Engelbrecht2023-11-299-33/+131
* fixed file logger pattern (#579)Stefan Boberg2023-11-291-1/+1
* close thread pool + parallel CasImpl::Initialize (#576)Dan Engelbrecht2023-11-282-4/+18
* moved LuaConfig code so it can be used outside of config.cpp (#575)Stefan Boberg2023-11-283-540/+705
* tracing for gcv2 (#574)Dan Engelbrecht2023-11-286-17/+53
* Don't call spdlog::drop_all, spdlog::shutdown will do that for us in a contro...Dan Engelbrecht2023-11-271-1/+0
* fix missing locks/sync of log position when writing index snapshots (#572)Dan Engelbrecht2023-11-272-4/+9
* gcv2 tests for project store and bugfixes (#571)Dan Engelbrecht2023-11-272-84/+213
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-2717-534/+1074
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-278-7/+125
* Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-247-138/+353
* fix truncation of sentry hostnameDan Engelbrecht2023-11-241-1/+1
* Updated branding (#567)Stefan Boberg2023-11-233-5/+5
* added --powercycle option (#565)Stefan Boberg2023-11-237-120/+164
* embed html frontend content as binary compiled data (#559)Dan Engelbrecht2023-11-233-2/+7
* fix block cloning copy argument validation (#560)Stefan Boberg2023-11-224-4/+40
* reduce work when there are no blocks to compact (#558)Dan Engelbrecht2023-11-222-105/+115
* 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-2112-163/+332
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-2113-991/+1321
* zen run command (#552)Stefan Boberg2023-11-2124-675/+605
* basic ZEN_ASSERT_FORMAT implementation (#556)Stefan Boberg2023-11-215-60/+131
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-11-211-1/+1
|\
| * Added HTTP verb HEAD to objstore get-object. (#554)Per Larsson2023-11-201-1/+1
* | minor: updated transport plugin default ports to match the new defaultsStefan Boberg2023-11-201-3/+3
|/
* moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-2010-747/+822
* fix named event (#553)Dan Engelbrecht2023-11-173-19/+34
* use dynamic port assignment for tests (#545)Stefan Boberg2023-11-173-215/+216
* removed zen runtests command (#551)Stefan Boberg2023-11-161-29/+0
* blocking queue fix (#550)Dan Engelbrecht2023-11-167-54/+78
* add wipe prevention via file in data root dir (#548)Dan Engelbrecht2023-11-161-3/+18
* further posix event improvements (#549)Stefan Boberg2023-11-161-6/+23
* add zenserver state snapshot support (#543)Stefan Boberg2023-11-166-2/+146
* changed posix event implementation to use std::atomic instead of volatile (#547)Stefan Boberg2023-11-162-10/+12
* Trim any leading slash and backslash from bucket prefix. (#541)Per Larsson2023-11-151-0/+2
* remove dependency on cxxopts exception types (#542)Stefan Boberg2023-11-152-31/+34
* don't do blocking call to waitpid (#540)Dan Engelbrecht2023-11-151-35/+3
* Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-155-46/+435
* add doctest listener so we can output when test/subtests begin (#538)Dan Engelbrecht2023-11-152-0/+53
* fix race contdition when signaling shutdown of process and waiting for comple...Dan Engelbrecht2023-11-154-13/+63
* add host name to sentry (#537)Dan Engelbrecht2023-11-152-7/+51
* fix comparison operator for cache disk location (#534)Dan Engelbrecht2023-11-141-1/+12
* fix index out of bounds in CacheBucket::CompactState (#532)Dan Engelbrecht2023-11-141-25/+24
* fix potential logic error in bucket manifest readStefan Boberg2023-11-131-17/+21
* gc history log (#519)Dan Engelbrecht2023-11-139-199/+535