aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* package dependency clean-ups (#531)Stefan Boberg2023-11-138-63/+16
* fmt compilation fix for fmt v10+new vs build (#529)Stefan Boberg2023-11-131-8/+15
* If a directory is deleted while we try to traverse it, skip it and continue (...Dan Engelbrecht2023-11-101-0/+11
* fix bad access to unlocked state (#527)Dan Engelbrecht2023-11-103-17/+27
* reduce memory footprint for bucket indexes (#526)Stefan Boberg2023-11-101-14/+14
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-097-30/+67
* removed duplicate and unused constantsStefan Boberg2023-11-091-8/+0
* reduce number of files generated on shared instances (#524)Stefan Boberg2023-11-092-1/+8
* don't try to close NewBlockFile if it hasn't been created (#523)Dan Engelbrecht2023-11-081-1/+1
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-086-80/+131
* implemented openssl-free encryption for Windows (#520)Stefan Boberg2023-11-082-13/+192
* changed logic around sponsor process monitoring (#522)Stefan Boberg2023-11-081-1/+1
* removed zstd references (#521)Stefan Boberg2023-11-081-2/+1
* Don't put cache entries into the memory cache on Put, only on Get (#518)Dan Engelbrecht2023-11-072-21/+24
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-0734-343/+374
* spdlog implementation hiding (#498)Stefan Boberg2023-11-0644-512/+820
* gc v2 tests (#512)Dan Engelbrecht2023-11-0612-171/+389
* statsd for cas (#511)Dan Engelbrecht2023-11-068-27/+73
* fixed issue where file log sink would get the wrong pattern assigned (#513)Stefan Boberg2023-11-061-12/+12
* reduce cachebucket mem (#509)Dan Engelbrecht2023-11-062-293/+448
* zen copy-state command to copy a zenserver data directory without the bulk da...Dan Engelbrecht2023-11-063-0/+206
* multithread cache bucket (#508)Dan Engelbrecht2023-11-063-277/+323
* keep a "null" iobuffer core to reduce redundant memory allocations (#507)Dan Engelbrecht2023-11-062-1/+7