aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* fix block cloning copy argument validation (#560)Stefan Boberg2023-11-221-0/+30
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-211-0/+18
* zen run command (#552)Stefan Boberg2023-11-214-2/+185
* basic ZEN_ASSERT_FORMAT implementation (#556)Stefan Boberg2023-11-214-58/+127
* moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-206-747/+818
* fix named event (#553)Dan Engelbrecht2023-11-173-19/+34
* blocking queue fix (#550)Dan Engelbrecht2023-11-162-26/+11
* further posix event improvements (#549)Stefan Boberg2023-11-161-6/+23
* add zenserver state snapshot support (#543)Stefan Boberg2023-11-162-1/+98
* changed posix event implementation to use std::atomic instead of volatile (#547)Stefan Boberg2023-11-162-10/+12
* don't do blocking call to waitpid (#540)Dan Engelbrecht2023-11-151-35/+3
* Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-151-0/+3
* add doctest listener so we can output when test/subtests begin (#538)Dan Engelbrecht2023-11-151-0/+52
* fix race contdition when signaling shutdown of process and waiting for comple...Dan Engelbrecht2023-11-151-8/+48
* gc history log (#519)Dan Engelbrecht2023-11-134-18/+215
* 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