aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* add cmake build config to be able to use cliondi/add_cmake_devDmytro Ivanov2024-10-021-0/+1
* optimize startup time (#175)Dan Engelbrecht2024-09-302-6/+6
* reduce lock time for memcache trim (#171)Dan Engelbrecht2024-09-271-5/+1
* gc unused refactor (#165)Dan Engelbrecht2024-09-234-6/+47
* made fmt formatter format function const (#162)Stefan Boberg2024-09-201-4/+4
* A clang-format passMartin Ridgers2024-09-171-1/+1
* Explicitly tell dbghelp.dll to look for PDBs alongside Zen's binariesMartin Ridgers2024-09-171-1/+3
* gc performance improvements (#160)Dan Engelbrecht2024-09-172-14/+28
* zenserver process launch/termination improvements (#138)Dan Engelbrecht2024-08-274-41/+114
* handle "path not found" as well as "file not found" in directory travers on w...Dan Engelbrecht2024-08-201-1/+1
* improve logging on main failure (#111)Dan Engelbrecht2024-08-143-7/+11
* fix compilation issue with recent VS toolchains (#103)Stefan Boberg2024-08-071-2/+2
* improve iobuffer read error logs (#100)Dan Engelbrecht2024-08-061-23/+47
* 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-303-4/+17
* workspace shares (#84)Dan Engelbrecht2024-05-293-3/+39
* iobuffer memstomp fix (#85)Dan Engelbrecht2024-05-212-3/+14
* safer partial requests (#82)Dan Engelbrecht2024-05-171-34/+46
* 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-034-33/+78
* added logic to change default HTTP server implementation when running on Wine...Stefan Boberg2024-05-022-0/+15
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-022-62/+44
* miscellaneous minor bugfixes (#66)v5.5.0Stefan Boberg2024-04-261-4/+3
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-269-55/+126
* zenserverprocess hardening (#61)Dan Engelbrecht2024-04-251-0/+3
* import oplog improvements (#54)Dan Engelbrecht2024-04-201-1/+17
* capture zenserver output on error (#51)Dan Engelbrecht2024-04-182-3/+9
* improved lock file handling (#50)Dan Engelbrecht2024-04-183-35/+95
* zen startup hardening (#49)Dan Engelbrecht2024-04-172-17/+245
* 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-049-31/+427
* compressed header reading opt (#33)Dan Engelbrecht2024-04-031-52/+86
* Faster reading of compressed buffer headers by not materializing entire sourc...Dan Engelbrecht2024-03-281-22/+52
* add yaml serialization support (#3)Stefan Boberg2024-03-266-783/+1191
* add a limit to the number of times we attempt to finalize (#22)Dan Engelbrecht2024-03-251-1/+0
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-213-11/+26
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-212-11/+31
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-202-0/+224
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-145-22/+39
* fix potential partially written files (#2)Dan Engelbrecht2024-03-131-1/+9
* Add WriteMeasuredVarUInt to avoid measuring ints twice before writing (#665)Dan Engelbrecht2024-03-062-26/+53
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-271-0/+9
* hashing fixes (#657)Dan Engelbrecht2024-02-265-7/+94
* 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-052-28/+11
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-311-1/+1
* exception on basicfile read error (#642)Dan Engelbrecht2024-01-291-2/+2
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-231-2/+3
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-222-6/+9