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
/
store
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
r/6975
refactor(tvix/store/fs): reduce write lock, return children
Florian Klink
1
-47
/
+56
2023-11-07
r/6974
refactor(tvix/src/fs): reduce write lock, avoid inode_tracker lookup
Florian Klink
1
-39
/
+50
2023-11-07
r/6973
refactor(tvix/store/fs): move inode for store_path lookup to helper
Florian Klink
1
-19
/
+13
2023-11-07
r/6972
fix(tvix/castore): B3Digest::{to_vec -> as_slice}
edef
1
-4
/
+4
2023-11-05
r/6958
chore(tvix): add missing clippy attributes & config
Vincent Ambo
1
-0
/
+1
2023-11-05
r/6955
chore(tvix): fix trivial clippy lints
Vincent Ambo
1
-1
/
+1
2023-11-05
r/6951
feat(tvix/store/nar): add read_nar method
Florian Klink
2
-0
/
+338
2023-11-05
r/6947
refactor(tvix/store/tests/nar_renderer): use castorepb consistently
Florian Klink
1
-10
/
+8
2023-11-05
r/6946
feat(tvix/castore): bump [Directory,File]Node size to u64
Florian Klink
5
-11
/
+11
2023-10-27
r/6893
refactor(tvix): turn nullary enum variants into unit variants
edef
2
-7
/
+7
2023-10-27
r/6888
refactor(nix-compat/store_path): make digest and name private
edef
4
-7
/
+11
2023-10-27
r/6883
refactor(tvix): condense long bytestrings
edef
1
-4
/
+1
2023-10-22
r/6870
feat(tvix/store/protos): add CA field
Florian Klink
2
-1
/
+7
2023-10-22
r/6869
refactor(tvix/store): move deriver field into narinfo submessage
Florian Klink
4
-16
/
+21
2023-10-16
r/6826
refactor(tvix/store): clippy
Florian Klink
1
-1
/
+1
2023-10-16
r/6823
refactor(tvix/store/fs): clippy
Florian Klink
2
-7
/
+14
2023-10-14
r/6810
refactor(tvix/store): Upgrade tokio-listener to get tonic support
Connor Brewster
3
-134
/
+9
2023-10-14
r/6805
feat(tvix/store/protos): add Deriver field to PathInfo
Florian Klink
4
-1
/
+48
2023-10-14
r/6804
feat(tvix/store/protos): add StorePath message
Florian Klink
1
-14
/
+16
2023-10-14
r/6803
refactor(tvix/store/fs): make fetch_directory_inode_data async
Florian Klink
1
-30
/
+32
2023-10-14
r/6802
refactor(tvix/*store): helper for channel creation from url
Florian Klink
1
-41
/
+4
2023-10-14
r/6801
refactor(tvix/*store): reorganize from_url
Florian Klink
1
-14
/
+9
2023-10-14
r/6800
refactor(tvix/*store): remove some grpc_client let bindings
Florian Klink
1
-20
/
+17
2023-10-12
r/6794
refactor(tvix/castore): factor out node checks
Florian Klink
2
-34
/
+35
2023-10-12
r/6793
refactor(tvix/store/fs): use while let statement
Florian Klink
1
-22
/
+16
2023-10-12
r/6792
refactor(tvix/store/proto): merge two match statements into one
Florian Klink
1
-29
/
+23
2023-10-12
r/6791
refactor(tvix/store): clippy lint
Florian Klink
4
-4
/
+4
2023-10-12
r/6788
fix(tvix/store/fs): fix typo
edef
1
-3
/
+3
2023-10-11
r/6786
feat(tvix/store): validate nar_sha256
Florian Klink
2
-2
/
+26
2023-10-10
r/6769
feat(tvix/store): use tvix_compat::nar::writer::async
edef
2
-67
/
+98
2023-10-08
r/6743
test(tvix/store): use tokio-retry for exp backoff
Florian Klink
1
-17
/
+15
2023-10-08
r/6741
refactor(tvix/store): simplify test_valid_unix_path_ping_pong
Florian Klink
1
-43
/
+31
2023-10-08
r/6738
docs(tvix/store/bin): drop outdated TODO
Florian Klink
1
-1
/
+0
2023-10-08
r/6726
feat(tvix/store/listener): implement connect_info()
Florian Klink
1
-3
/
+19
2023-10-05
r/6715
refactor(tvix/store/proto): use NamedNode trait
Florian Klink
1
-31
/
+28
2023-10-05
r/6707
test(tvix/store/pathinfo): add more tests for references
Florian Klink
2
-42
/
+101
2023-10-05
r/6706
feat(tvix/store): add validation for references
Florian Klink
2
-6
/
+60
2023-10-05
r/6705
refactor(tvix/store): mv *Err*::Invalid{Node,}DigestLen
Florian Klink
2
-7
/
+7
2023-10-02
r/6687
fix(tvix/store): Fix FUSE support on MacOS
Brian Olsen
4
-12
/
+32
2023-10-02
r/6686
fix(tvix/store): FuseDaemon unmount is blocking async runtime
Brian Olsen
1
-1
/
+1
2023-09-26
r/6660
chore(tvix/[ca]store): allow building without tonic-reflection
Florian Klink
2
-4
/
+4
2023-09-25
r/6653
feat(tvix/store): Support listening on UNIX domain sockets
Connor Brewster
3
-1
/
+120
2023-09-24
r/6642
feat(tvix/store/fs): Add support for virtiofs backend
Connor Brewster
3
-0
/
+294
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
46
-4976
/
+237
2023-09-22
r/6628
docs(tvix/castore): rename traverse_to -> descend_to
Florian Klink
2
-17
/
+13
2023-09-22
r/6625
docs(tvix/store/pathinfosvc): fix copypasta error
Florian Klink
1
-1
/
+0
2023-09-21
r/6623
refactor(tvix/store): Asyncify PathInfoService and DirectoryService
Connor Brewster
19
-692
/
+726
2023-09-20
r/6622
refactor(tvix/store/fs): Separate FUSE and filesystem code
Connor Brewster
8
-130
/
+136
2023-09-20
r/6621
refactor(tvix/store/fuse): Switch from fuser to fuse-backend-rs
Connor Brewster
6
-342
/
+489
2023-09-18
r/6608
chore(tvix/store/protos): drop unused fields for now
Florian Klink
2
-5
/
+0
[next]