aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
Commit message (Expand)AuthorAgeFilesLines
...
| * moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-202-80/+94
| * fix named event (#553)Dan Engelbrecht2023-11-171-11/+13
| * blocking queue fix (#550)Dan Engelbrecht2023-11-161-12/+10
| * add zenserver state snapshot support (#543)Stefan Boberg2023-11-161-1/+1
| * changed posix event implementation to use std::atomic instead of volatile (#547)Stefan Boberg2023-11-161-1/+3
| * Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-151-0/+3
* | removed unnecessary SHA1 referencesStefan Boberg2023-12-112-2/+0
|/
* gc history log (#519)Dan Engelbrecht2023-11-132-0/+9
* fmt compilation fix for fmt v10+new vs build (#529)Stefan Boberg2023-11-131-8/+15
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-0713-574/+40
* spdlog implementation hiding (#498)Stefan Boberg2023-11-065-142/+270
* gc v2 tests (#512)Dan Engelbrecht2023-11-061-1/+8
* keep a "null" iobuffer core to reduce redundant memory allocations (#507)Dan Engelbrecht2023-11-061-1/+5
* only measure a variable integer once where we can (#500)Dan Engelbrecht2023-10-251-5/+17
* eliminate redundant logging code (#499)Stefan Boberg2023-10-251-1/+10
* 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-091-1/+1
* reject known bad bucket names in structured cache (#452)v0.2.27-pre0Stefan Boberg2023-10-061-0/+13
* fixed issue where IoBufferBuilder::ReadFromFileMaybe loses content type (#450)Stefan Boberg2023-10-051-1/+1
* added --quiet option to suppress default logging to stdout (#446)Stefan Boberg2023-10-041-0/+1
* 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-021-0/+3
* adding more stats (#429)Dan Engelbrecht2023-09-281-3/+61
* add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-221-1/+4
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-201-11/+11
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-0/+8
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-131-0/+84
* 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-121-0/+4
* Extend http client (#387)Dan Engelbrecht2023-09-081-0/+1
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-061-6/+6
* fix trace close (#365)Dan Engelbrecht2023-08-211-0/+1
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-112-1/+42
* Make sure we always write "data" attachment hash for snapshotted oplog entrie...Dan Engelbrecht2023-08-111-5/+9
* * Added Guid::FromStringStefan Boberg2023-06-3013-21/+138
* MakeCloneFromMemory should handle zero sized buffers gracefullyStefan Boberg2023-06-161-2/+9
* added GetProcessIdStefan Boberg2023-06-161-0/+1
* oplog snapshot (#317)Stefan Boberg2023-05-251-0/+42
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-241-2/+2
* use exception when allocations fail rather than asserts (#319)Dan Engelbrecht2023-05-231-1/+4
* streaming decompression support (#142)Stefan Boberg2023-05-235-4/+185
* MemoryView::RightChop -> constStefan Boberg2023-05-221-1/+1
* added benchmark utility command `bench` (#298)Stefan Boberg2023-05-161-0/+1
* Moved EnableVTMode function into zencore (#311)Stefan Boberg2023-05-161-12/+6
* brought over minor IoBuffer changes from sb/scrubStefan Boberg2023-05-151-0/+2