aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
Commit message (Expand)AuthorAgeFilesLines
* WIPde/improved-projectstore-batch-requestsDan Engelbrecht2024-11-111-2/+3
* Improved oplog import/export progress indicator at commandline (#206)Dan Engelbrecht2024-11-061-4/+7
* workspace share security (#192)Dan Engelbrecht2024-10-232-1/+3
* fix gc date (#204)Dan Engelbrecht2024-10-221-1/+1
* safer path from handle (#195)Dan Engelbrecht2024-10-161-4/+0
* cache get command (#183)Dan Engelbrecht2024-10-032-0/+2
* optimize startup time (#175)Dan Engelbrecht2024-09-301-4/+4
* reduce lock time for memcache trim (#171)Dan Engelbrecht2024-09-271-5/+1
* gc unused refactor (#165)Dan Engelbrecht2024-09-233-5/+42
* made fmt formatter format function const (#162)Stefan Boberg2024-09-201-4/+4
* gc performance improvements (#160)Dan Engelbrecht2024-09-171-1/+14
* zenserver process launch/termination improvements (#138)Dan Engelbrecht2024-08-272-2/+3
* improve logging on main failure (#111)Dan Engelbrecht2024-08-141-2/+2
* fix compilation issue with recent VS toolchains (#103)Stefan Boberg2024-08-071-2/+2
* Make sure we monitor for new project, oplogs, namespaces and buckets during G...Dan Engelbrecht2024-06-131-0/+10
* cache optimizations (#88)Dan Engelbrecht2024-05-302-2/+15
* workspace shares (#84)Dan Engelbrecht2024-05-291-0/+2
* Correctly calculate memory view size from Mid/MidInline function if size is n...Dan Engelbrecht2024-05-081-2/+8
* assert improvements (#72)Dan Engelbrecht2024-05-032-25/+11
* added logic to change default HTTP server implementation when running on Wine...Stefan Boberg2024-05-021-0/+2
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-021-11/+10
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-265-5/+10
* capture zenserver output on error (#51)Dan Engelbrecht2024-04-181-0/+1
* improved lock file handling (#50)Dan Engelbrecht2024-04-181-1/+2
* zen startup hardening (#49)Dan Engelbrecht2024-04-171-1/+4
* Validate input buffer size when trying to parse package message (#47)Dan Engelbrecht2024-04-131-1/+12
* remote project store stats (#44)Dan Engelbrecht2024-04-101-0/+17
* improved assert (#37)Dan Engelbrecht2024-04-043-10/+80
* add yaml serialization support (#3)Stefan Boberg2024-03-261-2/+30
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-211-1/+1
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-211-0/+1
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-201-0/+32
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-4/+6
* Add WriteMeasuredVarUInt to avoid measuring ints twice before writing (#665)Dan Engelbrecht2024-03-061-9/+37
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-271-0/+9
* hashing fixes (#657)Dan Engelbrecht2024-02-261-0/+12
* Save compressed large attachments to temporary files on disk (#650)Dan Engelbrecht2024-02-121-6/+2
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-051-2/+2
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-311-1/+1
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-221-0/+1
* remove use of <random> in stats (#628)Stefan Boberg2024-01-101-1/+2
* ensure we can build without trace (#619)Stefan Boberg2023-12-191-0/+1
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-191-1/+6
* implement cache recording segment split by age (#611)Stefan Boberg2023-12-141-5/+31
* Make sure IoBuffer is a valid null-buffer after move operation (#610)Dan Engelbrecht2023-12-141-4/+13
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-12-1112-104/+230
|\
| * added details to trace initialization (#588)Stefan Boberg2023-12-111-2/+2
| * improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-0/+13
| * multi-line logging improvements (#597)Stefan Boberg2023-12-111-0/+8
| * logging configuration via command line options (#589)Stefan Boberg2023-12-061-0/+4