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