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