aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil
Commit message (Expand)AuthorAgeFilesLines
* add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-223-0/+243
* fix race condition in multipart download (#358)Dan Engelbrecht2025-04-115-43/+68
* scavenge builds (#352)Dan Engelbrecht2025-04-081-2/+2
* added --find-max-block-count option to builds upload (#337)Dan Engelbrecht2025-04-025-8/+17
* verify that we can read input files that are only hashed (#333)Dan Engelbrecht2025-04-011-2/+6
* long filename support (#330)Dan Engelbrecht2025-03-313-15/+15
* temp path options and reduced scanning of target folder (#328)Dan Engelbrecht2025-03-281-2/+16
* build cache prime (#327)Dan Engelbrecht2025-03-274-9/+74
* optional compress of block chunks (#326)Dan Engelbrecht2025-03-272-1/+42
* zen build cache service (#318)Dan Engelbrecht2025-03-267-41/+444
* jupiter builds stats upload (#315)Dan Engelbrecht2025-03-195-0/+80
* improved reporting on async error (#312)Dan Engelbrecht2025-03-181-7/+9
* fixes for log timestamps (#304)Stefan Boberg2025-03-122-3/+10
* improved block gen logic (#302)Dan Engelbrecht2025-03-125-4/+42
* Build command tweaks (#301)Stefan Boberg2025-03-113-13/+17
* pick up existing cache (#299)Dan Engelbrecht2025-03-102-18/+42
* partial block fetch (#298)Dan Engelbrecht2025-03-075-12/+36
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-0/+6
* Add trace support for zen CLI command (#296)Stefan Boberg2025-03-052-34/+76
* refactor use chunk sequence download (#291)Dan Engelbrecht2025-03-032-47/+84
* builds download incremental (#290)Dan Engelbrecht2025-03-011-5/+7
* improve error handling (#289)Dan Engelbrecht2025-02-286-15/+79
* Zs/auth bad function fix (#287)Zousar Shaker2025-02-272-7/+5
* builds upload command (#278)Dan Engelbrecht2025-02-2612-18/+2678
* 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