aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
...
* package dependency clean-ups (#531)Stefan Boberg2023-11-131-6/+10
* fmt compilation fix for fmt v10+new vs build (#529)Stefan Boberg2023-11-131-8/+15
* If a directory is deleted while we try to traverse it, skip it and continue (...Dan Engelbrecht2023-11-101-0/+11
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-081-0/+2
* implemented openssl-free encryption for Windows (#520)Stefan Boberg2023-11-082-13/+192
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-0716-576/+44
* spdlog implementation hiding (#498)Stefan Boberg2023-11-067-169/+488
* gc v2 tests (#512)Dan Engelbrecht2023-11-063-8/+49
* keep a "null" iobuffer core to reduce redundant memory allocations (#507)Dan Engelbrecht2023-11-062-1/+7
* New GC implementation (#459)Dan Engelbrecht2023-10-301-3/+17
* added missing includes (#504)Stefan Boberg2023-10-271-0/+2
* only measure a variable integer once where we can (#500)Dan Engelbrecht2023-10-252-7/+19
* eliminate redundant logging code (#499)Stefan Boberg2023-10-252-1/+14
* statsd metrics reporting (#496)Stefan Boberg2023-10-251-0/+1
* typedef for std streaming to StringBuilderStefan Boberg2023-10-201-0/+2
* explicit ChunkingLinearAllocatorStefan Boberg2023-10-201-1/+1
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-201-1/+1
* added explicit implementation of IoHash equals operator (#464)Stefan Boberg2023-10-111-0/+2
* minor fixes to zencore (#457)Stefan Boberg2023-10-094-8/+3
* reject known bad bucket names in structured cache (#452)v0.2.27-pre0Stefan Boberg2023-10-061-0/+13
* 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-052-2/+4
* added --quiet option to suppress default logging to stdout (#446)Stefan Boberg2023-10-042-2/+13
* refactor comapactcas index (#443)Dan Engelbrecht2023-10-041-0/+1
* Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)Dan Engelbrecht2023-10-023-13/+74
* adding more stats (#429)Dan Engelbrecht2023-09-282-3/+133
* add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-222-26/+53
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-202-67/+110
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-202-8/+75
* add more trace scopes (#362)Dan Engelbrecht2023-09-151-0/+14
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-133-0/+572
* Hash utility functions (#385)Stefan Boberg2023-09-133-0/+51
* ZenCacheStore is now reference counted (#398)Stefan Boberg2023-09-131-0/+1
* Make sure error logging or destructors don't throw exception when trying to g...Dan Engelbrecht2023-09-123-20/+58
* Extend http client (#387)Dan Engelbrecht2023-09-082-0/+64
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-063-20/+23
* lua config file improvements (#379)Dan Engelbrecht2023-08-311-0/+4
* make sure trace::ThreadRegister is inside ZEN_WITH_TRACEDan Engelbrecht2023-08-221-1/+2
* use better hash function for better distribution in IoBuffer g_MappingLocks (...Dan Engelbrecht2023-08-211-1/+10
* fix trace close (#365)Dan Engelbrecht2023-08-212-0/+7
* Run clang tidy on modified filezousar2023-08-181-4/+4
* Reduce log level for RLIMIT messagezousar2023-08-181-1/+1
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-113-1/+43
* Make sure we always write "data" attachment hash for snapshotted oplog entrie...Dan Engelbrecht2023-08-111-5/+9
* make sure we validate pointers returned from zen::Memory::Alloc (#341)Dan Engelbrecht2023-08-012-10/+30
* * Added Guid::FromStringStefan Boberg2023-06-3022-38/+490
* Fix IsProcessRunning on Windows (#335)zousar2023-06-271-1/+12
* MakeCloneFromMemory should handle zero sized buffers gracefullyStefan Boberg2023-06-161-2/+9
* xmake dependency fixesStefan Boberg2023-06-161-21/+2
* added GetProcessIdStefan Boberg2023-06-162-0/+11