| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | clean up trace options parsing (#473) | Dan Engelbrecht | 2025-08-22 | 2 | -6/+8 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | zen print fixes/improvements (#469) | Dan Engelbrecht | 2025-08-19 | 1 | -2/+2 | |
| * | | | | | | use new builds api for oplogs (#464) | Dan Engelbrecht | 2025-08-12 | 1 | -0/+11 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | graceful wait in parallelwork destructor (#438) | Dan Engelbrecht | 2025-06-16 | 1 | -2/+2 | |
| * | | | | | sentry config (#430) | Dan Engelbrecht | 2025-06-12 | 1 | -5/+11 | |
| * | | | | | revert 61b4a88f and cadaad63 | Dan Engelbrecht | 2025-06-10 | 1 | -11/+5 | |
| * | | | | | add sentry configurations options for debug/environment | Dan Engelbrecht | 2025-06-10 | 1 | -5/+11 | |
| * | | | | | `--sentry-dsn` option for zen command line and zenserver to control Sentry re... | Dan Engelbrecht | 2025-06-09 | 1 | -2/+6 | |
| * | | | | | pause, resume and abort running builds cmd (#421) | Dan Engelbrecht | 2025-06-05 | 2 | -1/+11 | |
| * | | | | | fixed size chunking for encrypted files (#410) | Dan Engelbrecht | 2025-06-03 | 2 | -0/+7 | |
| * | | | | | http client streaming upload (#413) | Dan Engelbrecht | 2025-06-02 | 1 | -0/+11 | |
| * | | | | | made fmt use of format_context more consistent (#409) | Stefan Boberg | 2025-05-26 | 2 | -4/+8 | |
| * | | | | | sparse win file write (#398) | Dan Engelbrecht | 2025-05-16 | 1 | -0/+2 | |
| * | | | | | optimize block store CompactBlocks (#384) | Dan Engelbrecht | 2025-05-07 | 1 | -3/+5 | |
| * | | | | | add sentry for zen command (#373) | Dan Engelbrecht | 2025-05-06 | 1 | -0/+50 | |
| * | | | | | add cxxopts overload for parsing file paths from command line (#362) | Dan Engelbrecht | 2025-04-22 | 2 | -5/+0 | |
| * | | | | | use oidctoken executable to generate auth (#336) | Dan Engelbrecht | 2025-04-02 | 1 | -0/+14 | |
| * | | | | | multithreaded clean (#331) | Dan Engelbrecht | 2025-03-31 | 1 | -0/+5 | |
| * | | | | | long filename support (#330) | Dan Engelbrecht | 2025-03-31 | 1 | -5/+80 | |
| * | | | | | improved post upload/download summary (#308) | Dan Engelbrecht | 2025-03-18 | 1 | -8/+10 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | fix quoted command lines arguments (#306) | Dan Engelbrecht | 2025-03-12 | 2 | -0/+5 | |
| * | | | | fixes for log timestamps (#304) | Stefan Boberg | 2025-03-12 | 1 | -0/+4 | |
| * | | | | Build command tweaks (#301) | Stefan Boberg | 2025-03-11 | 1 | -0/+23 | |
| * | | | | pick up existing cache (#299) | Dan Engelbrecht | 2025-03-10 | 2 | -2/+2 | |
| * | | | | reduced memory churn using fixed_xxx containers (#236) | Stefan Boberg | 2025-03-06 | 5 | -10/+97 | |
| * | | | | streaming compress (#295) | Dan Engelbrecht | 2025-03-05 | 1 | -0/+5 | |
| * | | | | stream decompress (#293) | Dan Engelbrecht | 2025-03-04 | 1 | -0/+10 | |
| * | | | | limit and validate responses before logging the text (#292) | Stefan Boberg | 2025-03-04 | 1 | -0/+3 | |
| * | | | | builds download incremental (#290) | Dan Engelbrecht | 2025-03-01 | 1 | -5/+5 | |
| * | | | | builds upload command (#278) | Dan Engelbrecht | 2025-02-26 | 1 | -0/+21 | |
| * | | | | improvements and infrastructure for upcoming builds api command line (#284) | Dan Engelbrecht | 2025-02-25 | 3 | -13/+17 | |
| * | | | | move WriteToTempFile to basicfile.h (#283) | Dan Engelbrecht | 2025-02-12 | 1 | -1/+9 | |
| | |_|/ |/| | | ||||||
| * | | | Add multithreading directory scanning in core/filesystem (#277) | Dan Engelbrecht | 2025-01-22 | 1 | -9/+49 | |
| | |/ |/| | ||||||
| * | | move basicfile.h/cpp -> zencore (#273) | Dan Engelbrecht | 2025-01-16 | 1 | -0/+185 | |
| |/ | ||||||
| * | fixed XXH3_128Stream so it initializes the state properly | Stefan Boberg | 2024-12-13 | 1 | -1/+30 | |
| * | projectstore getchunks rpc with modtag (#244) | Dan Engelbrecht | 2024-12-05 | 3 | -1/+8 | |
| * | Unity build fixes (#253) | Stefan Boberg | 2024-12-05 | 1 | -0/+2 | |
| * | reduce memory churn (#248) | Stefan Boberg | 2024-12-02 | 1 | -5/+8 | |
| * | added support for dynamic LLM tags (#245) | Stefan Boberg | 2024-12-02 | 2 | -9/+26 | |
| * | split zencore/memory.h -> memoryview.h, memcmp.h (#228) | Stefan Boberg | 2024-11-25 | 12 | -45/+59 | |
| * | Insights-compatible memory tracking (#214) | Stefan Boberg | 2024-11-25 | 15 | -10/+990 | |
| * | memory/string support cleanup and additions (#220) | Stefan Boberg | 2024-11-19 | 5 | -42/+112 | |
| * | Improved oplog import/export progress indicator at commandline (#206) | Dan Engelbrecht | 2024-11-06 | 1 | -4/+7 | |
| * | workspace share security (#192) | Dan Engelbrecht | 2024-10-23 | 2 | -1/+3 | |
| * | fix gc date (#204) | Dan Engelbrecht | 2024-10-22 | 1 | -1/+1 | |
| * | safer path from handle (#195) | Dan Engelbrecht | 2024-10-16 | 1 | -4/+0 | |
| * | cache get command (#183) | Dan Engelbrecht | 2024-10-03 | 2 | -0/+2 | |
| * | optimize startup time (#175) | Dan Engelbrecht | 2024-09-30 | 1 | -4/+4 | |
| * | reduce lock time for memcache trim (#171) | Dan Engelbrecht | 2024-09-27 | 1 | -5/+1 | |
| * | gc unused refactor (#165) | Dan Engelbrecht | 2024-09-23 | 3 | -5/+42 | |