| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | clean up trace options parsing (#473) | Dan Engelbrecht | 2025-08-22 | 5 | -66/+97 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | avoid new in static IoBuffer (#472) | Dan Engelbrecht | 2025-08-21 | 1 | -1/+19 | |
| * | | | | | | zen print fixes/improvements (#469) | Dan Engelbrecht | 2025-08-19 | 4 | -11/+132 | |
| * | | | | | | use new builds api for oplogs (#464) | Dan Engelbrecht | 2025-08-12 | 2 | -1/+32 | |
| * | | | | | | de/stringbuilder safety (#456) | Dan Engelbrecht | 2025-08-05 | 3 | -14/+30 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | graceful wait in parallelwork destructor (#438) | Dan Engelbrecht | 2025-06-16 | 1 | -2/+2 | |
| * | | | | | sentry config (#430) | Dan Engelbrecht | 2025-06-12 | 2 | -13/+23 | |
| * | | | | | revert 61b4a88f and cadaad63 | Dan Engelbrecht | 2025-06-10 | 2 | -23/+13 | |
| * | | | | | add sentry configurations options for debug/environment | Dan Engelbrecht | 2025-06-10 | 2 | -13/+23 | |
| * | | | | | `--sentry-dsn` option for zen command line and zenserver to control Sentry re... | Dan Engelbrecht | 2025-06-09 | 2 | -3/+12 | |
| * | | | | | pause, resume and abort running builds cmd (#421) | Dan Engelbrecht | 2025-06-05 | 4 | -18/+288 | |
| * | | | | | fixed size chunking for encrypted files (#410) | Dan Engelbrecht | 2025-06-03 | 6 | -26/+86 | |
| * | | | | | http client streaming upload (#413) | Dan Engelbrecht | 2025-06-02 | 4 | -173/+155 | |
| * | | | | | streaming none compressor (#414) | Dan Engelbrecht | 2025-06-02 | 1 | -3/+36 | |
| * | | | | | made fmt use of format_context more consistent (#409) | Stefan Boberg | 2025-05-26 | 2 | -4/+8 | |
| * | | | | | parallel work handle dispatch exception (#400) | Dan Engelbrecht | 2025-05-16 | 1 | -0/+5 | |
| * | | | | | validate custom fields (#399) | Stefan Boberg | 2025-05-16 | 1 | -1/+44 | |
| * | | | | | sparse win file write (#398) | Dan Engelbrecht | 2025-05-16 | 2 | -0/+30 | |
| * | | | | | optimize block store CompactBlocks (#384) | Dan Engelbrecht | 2025-05-07 | 2 | -3/+34 | |
| * | | | | | add sentry for zen command (#373) | Dan Engelbrecht | 2025-05-06 | 3 | -0/+398 | |
| * | | | | | add cxxopts overload for parsing file paths from command line (#362) | Dan Engelbrecht | 2025-04-22 | 4 | -163/+0 | |
| * | | | | | use FindClose (#357) | Dan Engelbrecht | 2025-04-11 | 1 | -1/+1 | |
| * | | | | | filesystem retry fixes (#354) | Dan Engelbrecht | 2025-04-10 | 1 | -34/+67 | |
| * | | | | | use oidctoken executable to generate auth (#336) | Dan Engelbrecht | 2025-04-02 | 1 | -0/+14 | |
| * | | | | | Merge branch 'main' into fd-fix-binary-json | Florent Devillechabrol | 2025-04-02 | 6 | -148/+900 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | multithreaded clean (#331) | Dan Engelbrecht | 2025-03-31 | 2 | -4/+56 | |
| | * | | | | | long filename support (#330) | Dan Engelbrecht | 2025-03-31 | 6 | -145/+842 | |
| | * | | | | | optional compress of block chunks (#326) | Dan Engelbrecht | 2025-03-27 | 1 | -3/+6 | |
| * | | | | | | Fixed missing trailing quote when converting binary data from compact binary ... | Florent Devillechabrol | 2025-03-24 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | collapse local writes (#310) | Dan Engelbrecht | 2025-03-18 | 1 | -0/+6 | |
| * | | | | | improved post upload/download summary (#308) | Dan Engelbrecht | 2025-03-18 | 2 | -58/+90 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | fix quoted command lines arguments (#306) | Dan Engelbrecht | 2025-03-12 | 4 | -0/+160 | |
| * | | | | fixes for log timestamps (#304) | Stefan Boberg | 2025-03-12 | 3 | -0/+16 | |
| * | | | | fix mac/linux builds command (#303) | Dan Engelbrecht | 2025-03-12 | 1 | -15/+20 | |
| * | | | | Build command tweaks (#301) | Stefan Boberg | 2025-03-11 | 1 | -0/+23 | |
| * | | | | pick up existing cache (#299) | Dan Engelbrecht | 2025-03-10 | 5 | -32/+62 | |
| * | | | | reduced memory churn using fixed_xxx containers (#236) | Stefan Boberg | 2025-03-06 | 9 | -23/+120 | |
| * | | | | streaming compress (#295) | Dan Engelbrecht | 2025-03-05 | 2 | -2/+174 | |
| * | | | | stream decompress (#293) | Dan Engelbrecht | 2025-03-04 | 2 | -0/+196 | |
| * | | | | limit and validate responses before logging the text (#292) | Stefan Boberg | 2025-03-04 | 2 | -0/+17 | |
| * | | | | builds download incremental (#290) | Dan Engelbrecht | 2025-03-01 | 2 | -7/+10 | |
| * | | | | builds upload command (#278) | Dan Engelbrecht | 2025-02-26 | 2 | -0/+161 | |
| * | | | | improvements and infrastructure for upcoming builds api command line (#284) | Dan Engelbrecht | 2025-02-25 | 8 | -121/+290 | |
| * | | | | move WriteToTempFile to basicfile.h (#283) | Dan Engelbrecht | 2025-02-12 | 2 | -3/+71 | |
| | |_|/ |/| | | ||||||
| * | | | Add multithreading directory scanning in core/filesystem (#277) | Dan Engelbrecht | 2025-01-22 | 3 | -29/+195 | |
| | |/ |/| | ||||||
| * | | move basicfile.h/cpp -> zencore (#273) | Dan Engelbrecht | 2025-01-16 | 3 | -0/+1220 | |
| |/ | ||||||
| * | increase limit for mmap path to 8kb (#270) | Dan Engelbrecht | 2024-12-19 | 1 | -1/+1 | |
| * | Miscellaneous minor LLM fixes (#268)v5.5.17-pre0 | Stefan Boberg | 2024-12-17 | 2 | -3/+5 | |
| * | added test verification of XXH3_128Stream vs XXH3_128::HashMemory | Stefan Boberg | 2024-12-13 | 1 | -0/+2 | |
| * | fixed XXH3_128Stream so it initializes the state properly | Stefan Boberg | 2024-12-13 | 2 | -3/+40 | |