aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make sure GetEnvVariable can handle values that are longer than 1023 characte...Dan Engelbrecht2023-06-131-4/+18
* added missing <utility> includeStefan Boberg2023-06-071-0/+1
* oplog snapshot (#317)Stefan Boberg2023-05-251-0/+42
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-242-3/+7
* use exception when allocations fail rather than asserts (#319)Dan Engelbrecht2023-05-233-5/+34
* streaming decompression support (#142)Stefan Boberg2023-05-238-29/+1000
* MemoryView::RightChop -> constStefan Boberg2023-05-221-1/+1
* added benchmark utility command `bench` (#298)Stefan Boberg2023-05-162-0/+20
* Moved EnableVTMode function into zencore (#311)Stefan Boberg2023-05-162-12/+33
* SetCurrentThreadName now sets thread name in traceStefan Boberg2023-05-151-10/+14
* brought over minor IoBuffer changes from sb/scrubStefan Boberg2023-05-152-0/+3
* added IoBuffer.mmap test caseStefan Boberg2023-05-151-0/+27
* disable warning C5105 in ZEN_THIRD_PARTY_INCLUDES_STARTStefan Boberg2023-05-151-6/+7
* added trace::DescribeSession to TraceInitStefan Boberg2023-05-151-7/+13
* Ensure WorkerThreadPool tests always runStefan Boberg2023-05-151-0/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-05-158-81/+740
|\
| * Remove ATL header usage (#306)Stefan Boberg2023-05-156-47/+507