aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch 'main' into zs/get-all-chunk-infoszs/get-all-chunk-infoszousar2023-12-0733-211/+523
| | |\ \ | | |/ / | |/| |
| * | | Update CHANGELOG.mdStefan Boberg2023-12-071-0/+1
| * | | fixed bug in CasContainerStrategy::ReadIndexFile (#595)Stefan Boberg2023-12-071-1/+3
| * | | logging configuration via command line options (#589)Stefan Boberg2023-12-067-7/+115
| * | | Use correct iterator index when looking up memcached payload in GatherReferen...Dan Engelbrecht2023-12-052-5/+5
| | * | Change naming to ChunkInfos instead of Chunkszousar2023-12-065-13/+14
| | * | Ran precommitzousar2023-12-052-7/+3
| | * | Get hash when retrieving chunkszousar2023-12-052-7/+32
| | * | Add endpoint for all chunk infoszousar2023-12-013-8/+45
* | | | hide Windows stuffStefan Boberg2023-12-081-0/+4
* | | | stubStefan Boberg2023-12-071-0/+3
* | | | cleaned up some namingStefan Boberg2023-12-071-3/+3
* | | | implemented FlushDataOnly for MacOSStefan Boberg2023-12-071-1/+29
* | | | ClangFormatStefan Boberg2023-12-071-1/+1
* | | | added BasicFile::FlushDataOnlyStefan Boberg2023-12-072-0/+39
* | | | minor editsStefan Boberg2023-12-071-1/+5
* | | | linux/mac build fixStefan Boberg2023-12-061-2/+5
* | | | Mac build fixStefan Boberg2023-12-061-1/+1
* | | | ClangFormatStefan Boberg2023-12-061-18/+18
* | | | fixed up zentrack for multi target buildsStefan Boberg2023-12-064-5/+11
* | | | fixed bad reference to detours packageStefan Boberg2023-12-061-1/+1
* | | | implemented using zen run with tracking of launched subprocessStefan Boberg2023-12-066-24/+88
* | | | move core/process into util/processStefan Boberg2023-12-0610-9/+9
* | | | added zentrack moduleStefan Boberg2023-12-064-0/+168
* | | | Merge remote-tracking branch 'origin/main' into 273-integrated-memory-trackingStefan Boberg2023-12-053-5/+17
|\| | |
| * | | http plugin dependency fixes (#590)Stefan Boberg2023-12-053-5/+17
* | | | add detours dependencyStefan Boberg2023-12-051-0/+5
|/ / /
* | | HTTP plugin request debug logging (#587)Stefan Boberg2023-12-0517-146/+257
* | | 0.2.36-pre3v0.2.36-pre3Dan Engelbrecht2023-12-041-1/+1
* | | 0.2.36-pre2Dan Engelbrecht2023-12-041-1/+1
* | | reserve vectors in gcv2 upfront / load factor for robin_map (#582)Dan Engelbrecht2023-12-048-42/+90
* | | memory usage estimation for memcached entries (#586)Dan Engelbrecht2023-12-042-5/+25
* | | Add context to Zen upstream resolve error message (#585)Stefan Boberg2023-12-042-1/+2
* | | safe threadpool shutdown (#584)Dan Engelbrecht2023-12-043-1/+10
|/ /
* | use 32 bit offset and size in BlockStoreLocation (#581)Dan Engelbrecht2023-12-017-75/+118
* | add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-019-223/+485
* | WinIoThreadPool teardown cleaned up (#580)Stefan Boberg2023-11-301-0/+5
* | global thread worker pools (#577)Dan Engelbrecht2023-11-2910-33/+132
* | fixed file logger pattern (#579)Stefan Boberg2023-11-292-1/+2
* | Update README.mdStefan Boberg2023-11-291-1/+1
* | Update README.mdStefan Boberg2023-11-291-5/+0
* | close thread pool + parallel CasImpl::Initialize (#576)Dan Engelbrecht2023-11-282-4/+18
* | moved LuaConfig code so it can be used outside of config.cpp (#575)Stefan Boberg2023-11-283-540/+705
* | tracing for gcv2 (#574)Dan Engelbrecht2023-11-287-17/+56
* | Don't call spdlog::drop_all, spdlog::shutdown will do that for us in a contro...Dan Engelbrecht2023-11-271-1/+0
* | fix missing locks/sync of log position when writing index snapshots (#572)Dan Engelbrecht2023-11-273-4/+10
* | gcv2 tests for project store and bugfixes (#571)Dan Engelbrecht2023-11-272-84/+213
* | optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-2718-534/+1076
* | gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-279-7/+128
* | Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-248-138/+355