| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Merge branch 'main' into zs/get-all-chunk-infoszs/get-all-chunk-infos | zousar | 2023-12-07 | 33 | -211/+523 | |
| | | |\ \ | | |/ / | |/| | | ||||||
| | * | | | Update CHANGELOG.md | Stefan Boberg | 2023-12-07 | 1 | -0/+1 | |
| | * | | | fixed bug in CasContainerStrategy::ReadIndexFile (#595) | Stefan Boberg | 2023-12-07 | 1 | -1/+3 | |
| | * | | | logging configuration via command line options (#589) | Stefan Boberg | 2023-12-06 | 7 | -7/+115 | |
| | * | | | Use correct iterator index when looking up memcached payload in GatherReferen... | Dan Engelbrecht | 2023-12-05 | 2 | -5/+5 | |
| | | * | | Change naming to ChunkInfos instead of Chunks | zousar | 2023-12-06 | 5 | -13/+14 | |
| | | * | | Ran precommit | zousar | 2023-12-05 | 2 | -7/+3 | |
| | | * | | Get hash when retrieving chunks | zousar | 2023-12-05 | 2 | -7/+32 | |
| | | * | | Add endpoint for all chunk infos | zousar | 2023-12-01 | 3 | -8/+45 | |
| * | | | | hide Windows stuff | Stefan Boberg | 2023-12-08 | 1 | -0/+4 | |
| * | | | | stub | Stefan Boberg | 2023-12-07 | 1 | -0/+3 | |
| * | | | | cleaned up some naming | Stefan Boberg | 2023-12-07 | 1 | -3/+3 | |
| * | | | | implemented FlushDataOnly for MacOS | Stefan Boberg | 2023-12-07 | 1 | -1/+29 | |
| * | | | | ClangFormat | Stefan Boberg | 2023-12-07 | 1 | -1/+1 | |
| * | | | | added BasicFile::FlushDataOnly | Stefan Boberg | 2023-12-07 | 2 | -0/+39 | |
| * | | | | minor edits | Stefan Boberg | 2023-12-07 | 1 | -1/+5 | |
| * | | | | linux/mac build fix | Stefan Boberg | 2023-12-06 | 1 | -2/+5 | |
| * | | | | Mac build fix | Stefan Boberg | 2023-12-06 | 1 | -1/+1 | |
| * | | | | ClangFormat | Stefan Boberg | 2023-12-06 | 1 | -18/+18 | |
| * | | | | fixed up zentrack for multi target builds | Stefan Boberg | 2023-12-06 | 4 | -5/+11 | |
| * | | | | fixed bad reference to detours package | Stefan Boberg | 2023-12-06 | 1 | -1/+1 | |
| * | | | | implemented using zen run with tracking of launched subprocess | Stefan Boberg | 2023-12-06 | 6 | -24/+88 | |
| * | | | | move core/process into util/process | Stefan Boberg | 2023-12-06 | 10 | -9/+9 | |
| * | | | | added zentrack module | Stefan Boberg | 2023-12-06 | 4 | -0/+168 | |
| * | | | | Merge remote-tracking branch 'origin/main' into 273-integrated-memory-tracking | Stefan Boberg | 2023-12-05 | 3 | -5/+17 | |
| |\| | | | ||||||
| | * | | | http plugin dependency fixes (#590) | Stefan Boberg | 2023-12-05 | 3 | -5/+17 | |
| * | | | | add detours dependency | Stefan Boberg | 2023-12-05 | 1 | -0/+5 | |
| |/ / / | ||||||
| * | | | HTTP plugin request debug logging (#587) | Stefan Boberg | 2023-12-05 | 17 | -146/+257 | |
| * | | | 0.2.36-pre3v0.2.36-pre3 | Dan Engelbrecht | 2023-12-04 | 1 | -1/+1 | |
| * | | | 0.2.36-pre2 | Dan Engelbrecht | 2023-12-04 | 1 | -1/+1 | |
| * | | | reserve vectors in gcv2 upfront / load factor for robin_map (#582) | Dan Engelbrecht | 2023-12-04 | 8 | -42/+90 | |
| * | | | memory usage estimation for memcached entries (#586) | Dan Engelbrecht | 2023-12-04 | 2 | -5/+25 | |
| * | | | Add context to Zen upstream resolve error message (#585) | Stefan Boberg | 2023-12-04 | 2 | -1/+2 | |
| * | | | safe threadpool shutdown (#584) | Dan Engelbrecht | 2023-12-04 | 3 | -1/+10 | |
| |/ / | ||||||
| * | | use 32 bit offset and size in BlockStoreLocation (#581) | Dan Engelbrecht | 2023-12-01 | 7 | -75/+118 | |
| * | | add separate PreCache step for GcReferenceChecker (#578) | Dan Engelbrecht | 2023-12-01 | 9 | -223/+485 | |
| * | | WinIoThreadPool teardown cleaned up (#580) | Stefan Boberg | 2023-11-30 | 1 | -0/+5 | |
| * | | global thread worker pools (#577) | Dan Engelbrecht | 2023-11-29 | 10 | -33/+132 | |
| * | | fixed file logger pattern (#579) | Stefan Boberg | 2023-11-29 | 2 | -1/+2 | |
| * | | Update README.md | Stefan Boberg | 2023-11-29 | 1 | -1/+1 | |
| * | | Update README.md | Stefan Boberg | 2023-11-29 | 1 | -5/+0 | |
| * | | close thread pool + parallel CasImpl::Initialize (#576) | Dan Engelbrecht | 2023-11-28 | 2 | -4/+18 | |
| * | | moved LuaConfig code so it can be used outside of config.cpp (#575) | Stefan Boberg | 2023-11-28 | 3 | -540/+705 | |
| * | | tracing for gcv2 (#574) | Dan Engelbrecht | 2023-11-28 | 7 | -17/+56 | |
| * | | Don't call spdlog::drop_all, spdlog::shutdown will do that for us in a contro... | Dan Engelbrecht | 2023-11-27 | 1 | -1/+0 | |
| * | | fix missing locks/sync of log position when writing index snapshots (#572) | Dan Engelbrecht | 2023-11-27 | 3 | -4/+10 | |
| * | | gcv2 tests for project store and bugfixes (#571) | Dan Engelbrecht | 2023-11-27 | 2 | -84/+213 | |
| * | | optimized index snapshot reading/writing (#561) | Stefan Boberg | 2023-11-27 | 18 | -534/+1076 | |
| * | | gc stop command (#569)v0.2.36-pre2 | Dan Engelbrecht | 2023-11-27 | 9 | -7/+128 | |
| * | | Add GC Cancel/Stop (#568) | Dan Engelbrecht | 2023-11-24 | 8 | -138/+355 | |