aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* 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
* added xxhash unit tests (which currently fail)Stefan Boberg2024-12-132-0/+46
* Memory tracking improvements (#262)Stefan Boberg2024-12-111-0/+3
* projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-055-2/+51
* Unity build fixes (#253)Stefan Boberg2024-12-052-0/+3
* reduce memory churn (#248)Stefan Boberg2024-12-024-6/+18
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-029-31/+132
* split zencore/memory.h -> memoryview.h, memcmp.h (#228)Stefan Boberg2024-11-2518-51/+65
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-2545-100/+5946
* fix inconsistencies in filecas due to failing to remove payload file during G...Dan Engelbrecht2024-11-221-2/+2
* fixed off-by-one in GetPidStatus (Linux) which might cause spurious errors (#...Stefan Boberg2024-11-221-2/+2
* memory/string support cleanup and additions (#220)Stefan Boberg2024-11-199-181/+188
* Improved oplog import/export progress indicator at commandline (#206)Dan Engelbrecht2024-11-062-27/+48
* workspace share security (#192)Dan Engelbrecht2024-10-233-1/+33
* fix gc date (#204)Dan Engelbrecht2024-10-221-1/+1
* safer path from handle (#195)Dan Engelbrecht2024-10-164-23/+32
* cache get command (#183)Dan Engelbrecht2024-10-035-45/+45
* simplified CleanDirectory implementation (#182)Stefan Boberg2024-10-031-26/+8
* optimize startup time (#175)Dan Engelbrecht2024-09-302-6/+6
* reduce lock time for memcache trim (#171)Dan Engelbrecht2024-09-271-5/+1
* gc unused refactor (#165)Dan Engelbrecht2024-09-234-6/+47
* made fmt formatter format function const (#162)Stefan Boberg2024-09-201-4/+4
* A clang-format passMartin Ridgers2024-09-171-1/+1
* Explicitly tell dbghelp.dll to look for PDBs alongside Zen's binariesMartin Ridgers2024-09-171-1/+3
* gc performance improvements (#160)Dan Engelbrecht2024-09-172-14/+28
* zenserver process launch/termination improvements (#138)Dan Engelbrecht2024-08-274-41/+114
* handle "path not found" as well as "file not found" in directory travers on w...Dan Engelbrecht2024-08-201-1/+1
* improve logging on main failure (#111)Dan Engelbrecht2024-08-143-7/+11
* fix compilation issue with recent VS toolchains (#103)Stefan Boberg2024-08-071-2/+2
* improve iobuffer read error logs (#100)Dan Engelbrecht2024-08-061-23/+47