aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* 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
| * all threads should be named (#304)Stefan Boberg2023-05-152-34/+233
* | implemented string conversion for CbValidateError enumStefan Boberg2023-05-152-0/+44
|/
* implemented structured cache logging (#296)Stefan Boberg2023-05-121-2/+2
* better logging/exception when reading file in IoBuffer::Materialize fails (#294)Dan Engelbrecht2023-05-121-8/+37
* Gracefully exit if Ctrl-C is pressed (#293)Dan Engelbrecht2023-05-112-0/+7
* allow early logging (#292)Dan Engelbrecht2023-05-111-0/+4
* ZEN_LOG_SCOPE compile fixStefan Boberg2023-05-111-1/+1
* fix return code on tests (#284)Dan Engelbrecht2023-05-101-3/+1
* add context to MapViewOfFile errors (#282)Stefan Boberg2023-05-093-3/+32
* fixed merge errorStefan Boberg2023-05-091-4/+4
* make logging tests run as part of zencore-testStefan Boberg2023-05-093-2/+6
* implemented thread-local activity trackingStefan Boberg2023-05-092-0/+194