aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* prime temp file sizes and order request based on first write positionde/disk-io-optimizationsDan Engelbrecht2025-04-101-2/+2
* fall back to FindFirstFile if access prevents us from using GetFileAttributesDan 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
* 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