aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil
Commit message (Expand)AuthorAgeFilesLines
...
* improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-254-69/+40
* moving and small refactor of chunk blocks to prepare for builds api (#282)Dan Engelbrecht2025-02-127-0/+1206
* improved builds api interface in jupiter (#281)Dan Engelbrecht2025-02-122-23/+340
* jupiter code cleanup (#276)Dan Engelbrecht2025-01-226-916/+743
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-1611-2285/+922
* more memory tagging and fixes (#263)Stefan Boberg2024-12-164-2/+23
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-023-0/+35
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-251-0/+1
* some fixes to timestamp caching in logging (#219)Stefan Boberg2024-11-182-7/+13
* fixed some issues with ZenServerInstance::SpawnServer (#218)Stefan Boberg2024-11-142-17/+27
* sponsor process attach hardening (#208)Dan Engelbrecht2024-11-041-6/+9
* safer path from handle (#195)Dan Engelbrecht2024-10-163-9/+19
* made fmt formatter format function const (#162)Stefan Boberg2024-09-201-1/+1
* clean cache slog files on startup (#143)Dan Engelbrecht2024-09-041-0/+7
* meta info store (#75)Dan Engelbrecht2024-08-304-12/+161
* zenserver process launch/termination improvements (#138)Dan Engelbrecht2024-08-272-70/+143
* separate worker pools into burst/background to avoid background jobs blocking...Dan Engelbrecht2024-08-222-73/+57
* safer calls to IsProcessRunning (#131)Dan Engelbrecht2024-08-221-11/+43
* adds more information in log when oplog rename/delete fails (#117)Dan Engelbrecht2024-08-151-0/+4
* Skip open process handle caching if we don't have a session id (#94)Dan Engelbrecht2024-06-131-0/+4
* Use a smaller thread pool for network operations when doing oplog import to r...Dan Engelbrecht2024-05-301-1/+1
* cache optimizations (#88)Dan Engelbrecht2024-05-301-35/+27
* workspace shares (#84)Dan Engelbrecht2024-05-293-0/+180
* added logic to change default HTTP server implementation when running on Wine...Stefan Boberg2024-05-021-3/+8
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-021-0/+12
* use write and move in place for safer writing of files (#70)Dan Engelbrecht2024-05-022-0/+22
* fix get project files loop (#68)Dan Engelbrecht2024-04-301-17/+30
* miscellaneous minor bugfixes (#66)v5.5.0Stefan Boberg2024-04-261-5/+10
* zenserverprocess hardening (#61)Dan Engelbrecht2024-04-252-21/+40
* import oplog improvements (#54)Dan Engelbrecht2024-04-202-4/+6
* capture zenserver output on error (#51)Dan Engelbrecht2024-04-182-23/+86
* improved lock file handling (#50)Dan Engelbrecht2024-04-182-12/+122
* zen startup hardening (#49)Dan Engelbrecht2024-04-172-10/+77
* Validate input buffer size when trying to parse package message (#47)Dan Engelbrecht2024-04-131-21/+25
* improved assert (#37)Dan Engelbrecht2024-04-043-14/+14
* hardening parsepackagemessage (#38)Dan Engelbrecht2024-04-041-31/+70
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-282-4/+30
* consistent paths encoding (#24)Dan Engelbrecht2024-03-251-1/+1
* re-enable partial cache chunks (#21)v5.4.2-pre9v5.4.2-pre12v5.4.2-pre11v5.4.2-pre10Dan Engelbrecht2024-03-222-7/+10
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-211-10/+7
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-213-5/+8
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-211-1/+8
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-142-3/+12
* clean up test linking (#4)Dan Engelbrecht2024-03-145-84/+260
* fix zenserver state macos (#669)Dan Engelbrecht2024-03-101-1/+5
* respond with BadRequest result instead of throwing exception on bad request i...Dan Engelbrecht2024-02-051-8/+8
* added robin-map dependency to zenutilStefan Boberg2024-02-011-1/+1
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-312-70/+174
* exception on basicfile read error (#642)Dan Engelbrecht2024-01-291-8/+28
* make sure to advance read buffer pointer in BasicFileWriter::Write (#633)Dan Engelbrecht2024-01-221-1/+3