aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into 273-integrated-memory-tracking273-integrated-memory-trackingStefan Boberg2023-12-1915-45/+146
|\
| * ensure we can build without trace (#619)Stefan Boberg2023-12-192-0/+5
| * various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-194-9/+24
| * fix leak in IoBuffer for manifested small chunk (#618)Stefan Boberg2023-12-191-2/+2
| * implement cache recording segment split by age (#611)Stefan Boberg2023-12-142-5/+83
| * Make sure IoBuffer is a valid null-buffer after move operation (#610)Dan Engelbrecht2023-12-141-4/+13
| * use mimalloc where available (#601)Stefan Boberg2023-12-121-15/+11
| * header only compressed buffers are valid (#604)Dan Engelbrecht2023-12-121-2/+2
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-12-1122-866/+1574
| |\
| | * Make sure that PathFromHandle don't hide true error when throwing exceptions ...Dan Engelbrecht2023-12-111-6/+6
| * | removed unnecessary SHA1 referencesStefan Boberg2023-12-112-2/+0
* | | Merge remote-tracking branch 'origin/main' into 273-integrated-memory-trackingStefan Boberg2023-12-113-7/+26
|\ \ \ | | |/ | |/|
| * | added details to trace initialization (#588)Stefan Boberg2023-12-112-7/+13
| * | improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-111-0/+13
* | | Merge remote-tracking branch 'origin/main' into 273-integrated-memory-trackingStefan Boberg2023-12-112-0/+13
|\| |
| * | multi-line logging improvements (#597)Stefan Boberg2023-12-111-0/+8
| * | SuppressConsoleLog now removes any existing console logger (#599)Stefan Boberg2023-12-111-0/+5
* | | Merge remote-tracking branch 'origin/main' into 273-integrated-memory-trackingStefan Boberg2023-12-112-0/+81
|\| |
| * | logging configuration via command line options (#589)Stefan Boberg2023-12-062-0/+81
* | | Mac build fixStefan Boberg2023-12-061-1/+1
* | | move core/process into util/processStefan Boberg2023-12-064-866/+0
|/ /
* | HTTP plugin request debug logging (#587)Stefan Boberg2023-12-052-0/+15
* | global thread worker pools (#577)Dan Engelbrecht2023-11-292-0/+4
* | close thread pool + parallel CasImpl::Initialize (#576)Dan Engelbrecht2023-11-281-0/+1
* | Don't call spdlog::drop_all, spdlog::shutdown will do that for us in a contro...Dan Engelbrecht2023-11-271-1/+0
* | optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-273-2/+28
* | 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