depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
r/7973
chore(nix-compat/derivation/parser): migrate from test_case to rstest
Florian Klink
1
-23
/
+37
2024-04-19
r/7972
chore(nix-compat/nixhash): migrate from test_case to rstest
Florian Klink
1
-12
/
+14
2024-04-19
r/7971
chore(nix-compat/aterm): migrate from test_case to rstest
Florian Klink
2
-22
/
+30
2024-04-19
r/7970
chore(tvix/nix-compat/store_path): migrate from test_case to rstest
Florian Klink
1
-16
/
+20
2024-04-19
r/7969
chore(nix-compat/nixbase32): migrate from test_case to rstest
Florian Klink
1
-14
/
+17
2024-04-19
r/7968
chore(nix-compat/narinfo): migrate from test_case to rstest
Florian Klink
2
-33
/
+42
2024-04-19
r/7967
chore(tvix/build): migrate from test_case to rstest
Florian Klink
5
-39
/
+41
2024-04-19
r/7966
chore(tvix/store): remove test-case dependency
Florian Klink
3
-7
/
+2
2024-04-19
r/7965
chore(tvix/store): migrate import.rs and tests/pathinfo.rs to rstest
Florian Klink
5
-87
/
+72
2024-04-19
r/7964
chore(tvix/store): migrate from test_case to rstest
Florian Klink
1
-43
/
+37
2024-04-18
r/7955
feat(tvix/nix-compat/nix_daemon/version): add ProtocolVersion
Florian Klink
4
-22
/
+156
2024-04-18
r/7954
feat(tvix/nix-compat): enable more features by default
Florian Klink
1
-0
/
+3
2024-04-16
r/7951
feat(tvix/boot): boot nixos VM
Florian Klink
1
-0
/
+34
2024-04-16
r/7950
fix(tvix/castore/blobservice/grpc): don't use NaiveSeeker for now
Florian Klink
1
-9
/
+17
2024-04-16
r/7949
fix(tvix/castore/src): record rq.handle field in read()
Florian Klink
1
-1
/
+1
2024-04-16
r/7948
fix(tvix/castore/fs): use io::copy to fill kernel-provided buffer
Florian Klink
1
-3
/
+12
2024-04-16
r/7947
feat(tvix/castore/blob/naive_seeker): add some more tracing
Florian Klink
1
-10
/
+17
2024-04-16
r/7946
feat(tvix/castore/blob/chunked_reader): add some more traces
Florian Klink
1
-2
/
+8
2024-04-16
r/7945
fix(tvix/castore/blobservice/chunk_rd): only skip *first* chunk bytes
Florian Klink
1
-3
/
+4
2024-04-16
r/7944
refactor(tvix/castore/blob/naive_seeker): rework skipping for clarity
Florian Klink
1
-42
/
+35
2024-04-16
r/7943
feat(tvix/castore/blob/chunked_reader): only reassemble on real seek
Florian Klink
1
-16
/
+16
2024-04-15
r/7938
docs(tvix/castore/blobservice): explain open_read for small blobs more
Florian Klink
1
-0
/
+1
2024-04-15
r/7937
feat(tvix/castore/blobs/object_store): chunks() method for small blobs
Florian Klink
1
-4
/
+37
2024-04-15
r/7936
fix(tvix/castore/blob/object_store): tweak log levels
Florian Klink
1
-3
/
+3
2024-04-15
r/7935
fix(tix/castore/blobservice): don't warn if chunk list is empty
Florian Klink
1
-4
/
+1
2024-04-15
r/7934
feat(tvix/castore/blob/grpc_wrapper): add blob.digest field
Florian Klink
1
-2
/
+3
2024-04-15
r/7932
refactor(tvix/castore/fs): add parenthesis for readability
Florian Klink
1
-4
/
+4
2024-04-15
r/7931
refactor(tvix/castore/fs): remove From<Node> for InodeData
Florian Klink
2
-107
/
+76
2024-04-15
r/7930
fix(tvix/castore/blobs): reply to has() for chunks
Florian Klink
1
-1
/
+8
2024-04-15
r/7929
refactor(tvix/castore): relax trait bounds on BlobService
Florian Klink
1
-2
/
+2
2024-04-15
r/7928
fix(tvix/castore/directory): fix graph traversal
Florian Klink
4
-90
/
+109
2024-04-15
r/7927
refactor(tvix/castore/import): restructure directory uploader a bit
Florian Klink
1
-17
/
+51
2024-04-15
r/7926
refactor(tvix/castore/import): put invariant checker into a .inspect()
Florian Klink
1
-18
/
+18
2024-04-15
r/7925
refactor(tvix/*/import): rename direntry_stream, entries_per_depths
Florian Klink
2
-8
/
+10
2024-04-15
r/7924
refactor(tvix/castore/import): inline process_entry
Florian Klink
1
-118
/
+65
2024-04-15
r/7923
refactor(tvix/castore/import): move process_entry to the end of the file
Florian Klink
1
-95
/
+95
2024-04-15
r/7922
fix(tvix/castore/blobservice): update bytes_read only on successful read
Florian Klink
2
-22
/
+16
2024-04-15
r/7921
refactor(tvix/castore/fs): add InodeData::as_fuse_{entry,file_attr}
Florian Klink
3
-57
/
+46
2024-04-15
r/7920
refactor(tvix/castore/fs): remove "add … handle" debug messages
Florian Klink
1
-2
/
+0
2024-04-15
r/7919
feat(tvix/castore/fs): assign read[dir*]/release[dir] ops to parent span
Florian Klink
1
-13
/
+20
2024-04-15
r/7918
fix(tvix/castore/fs): use record to add fields to current span
Florian Klink
1
-19
/
+11
2024-04-15
r/7917
feat(tvix/castore/fs): implement readdirplus
Florian Klink
1
-1
/
+126
2024-04-15
r/7916
refactor(tvix/castore/fs): use consistent span field name for handle
Florian Klink
1
-5
/
+4
2024-04-15
r/7915
feat(tvix/castore/fs): implement opendir/releasedir
Florian Klink
2
-68
/
+144
2024-04-15
r/7914
refactor(tvix/castore/fs): use std::sync::Mutex
Florian Klink
1
-21
/
+24
2024-04-15
r/7913
refactor(tvix/castore/fs): simplify some separate spawn and blocks
Florian Klink
1
-13
/
+6
2024-04-15
r/7912
feat(tvix/castore/fs): support extended attributes
Florian Klink
7
-5
/
+227
2024-04-13
r/7911
feat(tvix/nix-compat/path_info): derive Hash for ExportedPathInfo
Ilan Joselevich
1
-1
/
+1
2024-04-13
r/7910
feat(tvix/castore/import): remove copying in find_ancestor
Florian Klink
1
-8
/
+2
2024-04-13
r/7909
fix(tvix/eval): fix the `unsafeGetAttrPos` stub return value
Ryan Lahfa
1
-1
/
+1
[next]