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
2024-07-01
r/8335
feat(tvix/store): use tokio-listener for tvix-store daemon command
Florian Klink
1
-16
/
+15
2024-06-26
r/8306
refactor(tvix/glue): take &CAHash, not CAHash
Florian Klink
1
-2
/
+2
2024-06-20
r/8300
refactor(tvix/*store): remove some trait bounds
Florian Klink
1
-8
/
+2
2024-06-20
r/8299
feat(tvix/tracing): gRPC trace context propagation
Simon Hauser
5
-19
/
+57
2024-06-20
r/8297
feat(tvix/tracing): optional progressbar
Simon Hauser
1
-1
/
+1
2024-06-20
r/8295
feat(tvix/store/utils): detect gRPC NAR calculation service
Florian Klink
1
-5
/
+26
2024-06-17
r/8289
feat(tvix/tvix-store): improve progress bars
Florian Klink
1
-13
/
+1
2024-06-17
r/8288
feat(tvix/store): display progress for NAR calculation
Florian Klink
2
-2
/
+14
2024-06-17
r/8287
docs(tvix/store/import): update import_path_as_nar_ca docstr
Florian Klink
1
-4
/
+5
2024-06-16
r/8286
refactor(tvix/store): drop FUSE multithread workaround for Darwin
Florian Klink
1
-8
/
+1
2024-06-16
r/8285
fix(tvix/store/bin): fix shutdown behaviour for FUSE
Florian Klink
1
-11
/
+17
2024-06-14
r/8271
feat(tvix/tracing): correctly close otlp on exit
Simon Hauser
1
-19
/
+36
2024-06-11
r/8248
refactor(tvix/store/nar/import): add ingest_nar_and_hash
Florian Klink
3
-23
/
+46
2024-06-10
r/8242
feat(tvix/tracing): introduce common tvix-tracing crate
Simon Hauser
2
-100
/
+12
2024-06-06
r/8220
feat(tvix/store/bin): add progress bar infrastructure
Florian Klink
1
-16
/
+64
2024-05-20
r/8159
feat(tvix/store): concurrently upload small blobs during nar ingestion
Connor Brewster
1
-12
/
+22
2024-05-20
r/8157
refactor(tvix/store/pathinfo): test with PathInfoService directly
Florian Klink
4
-71
/
+58
2024-05-13
r/8144
feat(tvix/store/pathinfo): add a Cache combinator
Florian Klink
2
-0
/
+113
2024-05-12
r/8117
feat(tvix/store/pathinfo/*): add more instrumentation
Florian Klink
6
-11
/
+20
2024-05-11
r/8112
refactor(tvix/store/pathinfo/memory): tokio RwLock, improve list()
Florian Klink
1
-14
/
+14
2024-05-11
r/8106
feat(tvix/store): add LruPathInfoService
Florian Klink
2
-0
/
+127
2024-05-11
r/8105
refactor(tvix/store/pathinfo/sled): drop {blob,directory}_service
Florian Klink
2
-31
/
+10
2024-05-11
r/8104
refactor(tvix/store/pathinfo/memory): drop {blob,directory}_service
Florian Klink
3
-26
/
+6
2024-05-11
r/8103
refactor(tvix/store): drop calculate_nar from PathInfoService
Florian Klink
13
-111
/
+155
2024-05-11
r/8102
fix(tvix/store/pathinfo/sled): use spawn_blocking
Florian Klink
1
-22
/
+45
2024-05-11
r/8099
refactor(tvix/store/pathinfo/grpc): simplify pingpong
Florian Klink
2
-76
/
+7
2024-05-08
r/8095
refactor(nix-compat/nar/reader): reuse prev_name allocation
edef
1
-1
/
+1
2024-05-08
r/8086
feat(nix-compat/wire/bytes/reader): support buffered reading
edef
1
-2
/
+1
2024-05-06
r/8082
refactor(tvix): remove usage of async-recursion
Connor Brewster
2
-12
/
+17
2024-05-06
r/8081
fix(tvix/store/pathinfo/nix_http): update error message
Florian Klink
1
-1
/
+1
2024-05-06
r/8080
feat(tvix/store): use async nar reader for ingest_nar
Florian Klink
3
-336
/
+176
2024-05-04
r/8073
refactor(tvix/*store): use DS: DirectoryService
Florian Klink
2
-22
/
+16
2024-05-03
r/8071
refactor(tvix/store/pathinfo/sled): cleanup, add instrumentation
Florian Klink
1
-57
/
+42
2024-05-03
r/8070
test(tvix/[ca]store): enable bigtable only with "integration" feature
Florian Klink
2
-3
/
+3
2024-04-30
r/8049
feat(tvix/store): use local object_store for tvix-store daemon blobs
Florian Klink
1
-1
/
+5
2024-04-30
r/8048
refactor(tvix/castore/import): restructure error types
Florian Klink
1
-1
/
+3
2024-04-26
r/8018
feat(tvix/store/bin): disable --json option, set log to compact
Florian Klink
1
-30
/
+10
2024-04-25
r/8008
fix(tvix): typo
edef
1
-1
/
+1
2024-04-20
r/7988
feat(tvix/store/bin): upload paths concurrently in `copy`
Florian Klink
1
-15
/
+53
2024-04-20
r/7981
refactor(tvix/castore/import): make module, split off fs and error
Florian Klink
2
-4
/
+4
2024-04-19
r/7979
refactor(tvix/castore): generalize store ingestion streams
Connor Brewster
2
-4
/
+7
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-15
r/7912
feat(tvix/castore/fs): support extended attributes
Florian Klink
2
-0
/
+14
2024-04-13
r/7906
feat(tvix/*store/bigtable): limit retries connecting to cbtemulator
Florian Klink
1
-1
/
+3
2024-04-13
r/7900
feat(tvix/store/bin): add "copy" command
Florian Klink
1
-0
/
+93
2024-04-13
r/7898
refactor(tvix/nix-compat): move nar writer to tokio
Florian Klink
1
-5
/
+3
2024-04-13
r/7892
docs(tvix/nix-compat): rename as_narinfo() to to_narinfo()
Florian Klink
2
-5
/
+13
2024-04-12
r/7887
feat(tvix/store/pathinfo/grpc): instrument functions
Florian Klink
1
-0
/
+6
2024-04-09
r/7884
feat(tvix/store): add bigtable pathinfoservice backend
Florian Klink
4
-1
/
+451
[prev]
[next]