aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/iobuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* avoid new in static IoBuffer (#472)Dan Engelbrecht2025-08-211-1/+19
* http client streaming upload (#413)Dan Engelbrecht2025-06-021-35/+7
* increase limit for mmap path to 8kb (#270)Dan Engelbrecht2024-12-191-1/+1
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-2/+2
* split zencore/memory.h -> memoryview.h, memcmp.h (#228)Stefan Boberg2024-11-251-1/+1
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-251-28/+23
* memory/string support cleanup and additions (#220)Stefan Boberg2024-11-191-22/+0
* safer path from handle (#195)Dan Engelbrecht2024-10-161-2/+12
* improve iobuffer read error logs (#100)Dan Engelbrecht2024-08-061-23/+47
* workspace shares (#84)Dan Engelbrecht2024-05-291-3/+9
* iobuffer memstomp fix (#85)Dan Engelbrecht2024-05-211-0/+4
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-261-25/+0
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-3/+4
* hashing fixes (#657)Dan Engelbrecht2024-02-261-2/+19
* exception on basicfile read error (#642)Dan Engelbrecht2024-01-291-2/+2
* fix leak in IoBuffer for manifested small chunk (#618)Stefan Boberg2023-12-191-2/+2
* keep a "null" iobuffer core to reduce redundant memory allocations (#507)Dan Engelbrecht2023-11-061-0/+2
* added missing includes (#504)Stefan Boberg2023-10-271-0/+2
* ZenCacheMemoryLayer should always store values using memory buffers (#451)Stefan Boberg2023-10-051-2/+5
* fixed issue where IoBufferBuilder::ReadFromFileMaybe loses content type (#450)Stefan Boberg2023-10-051-1/+3
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-021-13/+13
* add more trace scopes (#362)Dan Engelbrecht2023-09-151-0/+14
* Make sure error logging or destructors don't throw exception when trying to g...Dan Engelbrecht2023-09-121-7/+10
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-061-13/+16
* use better hash function for better distribution in IoBuffer g_MappingLocks (...Dan Engelbrecht2023-08-211-1/+10
* use exception when allocations fail rather than asserts (#319)Dan Engelbrecht2023-05-231-4/+10
* brought over minor IoBuffer changes from sb/scrubStefan Boberg2023-05-151-0/+1
* added IoBuffer.mmap test caseStefan Boberg2023-05-151-0/+27
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-3/+3
* better logging/exception when reading file in IoBuffer::Materialize fails (#294)Dan Engelbrecht2023-05-121-8/+37
* add context to MapViewOfFile errors (#282)Stefan Boberg2023-05-091-3/+6
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+653