Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-17 | r/6017 chore(tvix/store/chunkservice): clippy lint | Florian Klink | 3 | -5/+5 |
2023-03-16 | r/6015 refactor(tvix/store/chunksvc): use [u8; 32] instead of Vec<u8> | Florian Klink | 4 | -20/+20 |
2023-03-13 | r/5958 refactor(tvix/store): add read_all_and_chunk method | Florian Klink | 2 | -2/+42 |
2023-03-11 | r/5952 refactor(tvix/store): factor out hash update into function | Florian Klink | 2 | -6/+23 |
2023-03-11 | r/5951 docs(tvix/store): make upload_chunk docs a docstring | Florian Klink | 1 | -1/+1 |
2023-03-10 | r/5948 refactor(tvix/store): move upload_chunk out of blobwriter | Florian Klink | 2 | -0/+33 |
2023-03-10 | r/5944 refactor(tvix/store): clippy | Florian Klink | 1 | -1/+1 |
2023-03-10 | r/5942 refactor(tvix/store): impl Default for MemoryChunkService | Florian Klink | 1 | -9/+1 |
2023-03-10 | r/5934 feat(tvix/store): add new_temporary for all Sled services | Florian Klink | 1 | -0/+7 |
2023-03-06 | r/5893 feat(tvix/store): add chunkservice | Florian Klink | 3 | -0/+147 |