aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* made fmt formatter format function const (#162)Stefan Boberg2024-09-201-4/+4
* gc performance improvements (#160)Dan Engelbrecht2024-09-171-1/+14
* zenserver process launch/termination improvements (#138)Dan Engelbrecht2024-08-272-2/+3
* improve logging on main failure (#111)Dan Engelbrecht2024-08-141-2/+2
* fix compilation issue with recent VS toolchains (#103)Stefan Boberg2024-08-071-2/+2
* Make sure we monitor for new project, oplogs, namespaces and buckets during G...Dan Engelbrecht2024-06-131-0/+10
* cache optimizations (#88)Dan Engelbrecht2024-05-302-2/+15
* workspace shares (#84)Dan Engelbrecht2024-05-291-0/+2
* Correctly calculate memory view size from Mid/MidInline function if size is n...Dan Engelbrecht2024-05-081-2/+8
* assert improvements (#72)Dan Engelbrecht2024-05-032-25/+11
* added logic to change default HTTP server implementation when running on Wine...Stefan Boberg2024-05-021-0/+2
* fix zero size attachment replies (#69)Dan Engelbrecht2024-05-021-11/+10