| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | |
| | * | added xxhash unit tests (which currently fail) | Stefan Boberg | 2024-12-13 | 2 | -0/+46 | |
| | * | Memory tracking improvements (#262) | Stefan Boberg | 2024-12-11 | 1 | -0/+3 | |
| | * | projectstore getchunks rpc with modtag (#244) | Dan Engelbrecht | 2024-12-05 | 5 | -2/+51 | |
| | * | Unity build fixes (#253) | Stefan Boberg | 2024-12-05 | 2 | -0/+3 | |
| | * | reduce memory churn (#248) | Stefan Boberg | 2024-12-02 | 4 | -6/+18 | |
| | * | added support for dynamic LLM tags (#245) | Stefan Boberg | 2024-12-02 | 9 | -31/+132 | |
| | * | split zencore/memory.h -> memoryview.h, memcmp.h (#228) | Stefan Boberg | 2024-11-25 | 18 | -51/+65 | |
| | * | Insights-compatible memory tracking (#214) | Stefan Boberg | 2024-11-25 | 45 | -100/+5946 | |
| | * | fix inconsistencies in filecas due to failing to remove payload file during G... | Dan Engelbrecht | 2024-11-22 | 1 | -2/+2 | |
| | * | fixed off-by-one in GetPidStatus (Linux) which might cause spurious errors (#... | Stefan Boberg | 2024-11-22 | 1 | -2/+2 | |
| | * | memory/string support cleanup and additions (#220) | Stefan Boberg | 2024-11-19 | 9 | -181/+188 | |
| | * | Improved oplog import/export progress indicator at commandline (#206) | Dan Engelbrecht | 2024-11-06 | 2 | -27/+48 | |
| | * | workspace share security (#192) | Dan Engelbrecht | 2024-10-23 | 3 | -1/+33 | |
| | * | fix gc date (#204) | Dan Engelbrecht | 2024-10-22 | 1 | -1/+1 | |
| | * | safer path from handle (#195) | Dan Engelbrecht | 2024-10-16 | 4 | -23/+32 | |
| | * | cache get command (#183) | Dan Engelbrecht | 2024-10-03 | 5 | -45/+45 | |
| | * | simplified CleanDirectory implementation (#182) | Stefan Boberg | 2024-10-03 | 1 | -26/+8 | |
| | * | optimize startup time (#175) | Dan Engelbrecht | 2024-09-30 | 2 | -6/+6 | |