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
/
glue
/
src
/
tvix_store_io.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-11
r/8789
refactor(tvix/glue/register_in_path_info_service): return only PathInfo
Florian Klink
1
-18
/
+13
2024-10-11
r/8787
refactor(tvix/store): use strictly typed PathInfo struct
Marijan Petričević
1
-57
/
+31
2024-10-01
r/8743
feat(tvix/glue): wire up nix refscanning
Yureka
1
-7
/
+47
2024-08-20
r/8545
refactor(nix-compat/store_path): make StorePath generic on S
Florian Klink
1
-17
/
+13
2024-08-17
r/8509
chore(tvix/glue): drop some explicit allow(clippy::mutable_key_type)
Florian Klink
1
-2
/
+0
2024-08-17
r/8507
refactor(tvix/castore): add into_nodes(), implement consuming proto conv
Florian Klink
1
-8
/
+3
2024-08-17
r/8506
refactor(tvix/castore): add PathComponent type for checked components
Florian Klink
1
-5
/
+11
2024-08-17
r/8505
refactor(tvix/castore): drop {Directory,File,Symlink}Node
Florian Klink
1
-23
/
+18
2024-08-17
r/8504
refactor(tvix/castore): remove `name` from Nodes
Florian Klink
1
-40
/
+63
2024-08-13
r/8486
refactor(tvix/castore): move *Node and Directory to crate root
Florian Klink
1
-1
/
+2
2024-08-13
r/8484
refactor(tvix/castore): use Directory struct separate from proto one
Yureka
1
-42
/
+25
2024-08-12
r/8482
feat(tvix/cli): Add derivation file dumping functionality
Ilan Joselevich
1
-1
/
+1
2024-07-22
r/8399
refactor(tvix): move service addrs into shared clap struct
Yureka
1
-2
/
+6
2024-07-20
r/8380
refactor(tvix/store): use composition in tvix_store crate
Yureka
1
-1
/
+1
2024-07-06
r/8351
refactor(tvix/eval): Builderize Evaluation
Aspen Smith
1
-4
/
+6
2024-06-26
r/8306
refactor(tvix/glue): take &CAHash, not CAHash
Florian Klink
1
-3
/
+3
2024-06-26
r/8305
feat(tvix/glue): handle regular file at builtins.path import
Florian Klink
1
-22
/
+0
2024-06-26
r/8304
feat(tvix/eval): add file_type method
Florian Klink
1
-0
/
+22
2024-06-13
r/8265
fix(tvix/glue/tvix_store_io): also populate input sources
Florian Klink
1
-2
/
+23
2024-06-13
r/8263
fix(tvix/glue/tvix_store_io): disable concurrent fetches for now
Florian Klink
1
-1
/
+3
2024-06-13
r/8260
fix(tvix/glue/tvix_store_io): distinguish waiting and building
Florian Klink
1
-1
/
+3
2024-06-13
r/8259
feat(tvix/glue): report progress on all fetches, use progress bars
Florian Klink
1
-4
/
+3
2024-06-13
r/8258
fix(tvix/glue/tvix_store_io): use same case for progress messages
Florian Klink
1
-1
/
+1
2024-06-12
r/8255
feat(tvix/glue/tvix_store_io): show progress info
Florian Klink
1
-5
/
+8
2024-06-12
r/8254
feat(tvix/glue): support builtin:fetchurl
Florian Klink
1
-5
/
+5
2024-06-05
r/8217
feat(tvix/glue): Implement builtins.storePath
Aspen Smith
1
-1
/
+1
2024-05-11
r/8103
refactor(tvix/store): drop calculate_nar from PathInfoService
Florian Klink
1
-24
/
+35
2024-05-06
r/8082
refactor(tvix): remove usage of async-recursion
Connor Brewster
1
-2
/
+0
2024-05-02
r/8066
feat(tvix/castore/directory/traverse): use castore Paths
Florian Klink
1
-0
/
+3
2024-04-23
r/7998
fix(tvix/glue/tvix_store_io): remove early return
Florian Klink
1
-157
/
+166
2024-04-23
r/7994
feat(tvix/glue/store_io): have KnownPaths track fetches too
Florian Klink
1
-3
/
+29
2024-04-23
r/7993
refactor(tvix/glue): move Fetch[er] into its own types, fetch lazily
Florian Klink
1
-138
/
+14
2024-04-20
r/7987
refactor(tvix/castore): ingest filesystem entries in parallel
Florian Klink
1
-23
/
+3
2024-04-20
r/7986
fix(tvix): fix outdated comment and error in TvixStoreIO::open
Connor Brewster
1
-3
/
+3
2024-04-20
r/7983
feat(tvix/eval): Implement builtins.fetchTarball
Aspen Smith
1
-22
/
+71
2024-04-20
r/7981
refactor(tvix/castore/import): make module, split off fs and error
Florian Klink
1
-1
/
+1
2024-04-19
r/7979
refactor(tvix/castore): generalize store ingestion streams
Connor Brewster
1
-11
/
+12
2024-04-09
r/7882
fix(tvix): Avoid buffering file into memory in builtins.hashFile
Connor Brewster
1
-24
/
+21
2024-04-01
r/7840
feat(tvix/eval): implement `builtins.path`
Ryan Lahfa
1
-0
/
+21
2024-04-01
r/7839
refactor(tvix/store): generalize `PathInfo` constructors
Ryan Lahfa
1
-10
/
+18
2024-03-28
r/7800
refactor(tvix/glue): drop ingest_entries_sync
Florian Klink
1
-12
/
+11
2024-03-28
r/7799
refactor(tvix/glue): drop register_node_in_path_info_service_sync
Florian Klink
1
-12
/
+0
2024-03-28
r/7798
feat(tvix/glue/tvix_store_io): drop store_path_to_node_sync
Florian Klink
1
-12
/
+10
2024-03-11
r/7678
feat(tvix/glue): Implement builtins.fetchurl
Aspen Smith
1
-4
/
+103
2024-02-21
r/7587
fix(tvix/eval): allow reading non-UTF8 files
Florian Klink
1
-5
/
+5
2024-02-21
r/7585
feat(tvix/nix-compat): Use `StorePath` in `Output`
Peter Kolloch
1
-11
/
+6
2024-02-21
r/7583
feat(tvix/nix-compat): input_derivations with StorePaths
Peter Kolloch
1
-7
/
+1
2024-02-20
r/7578
feat(tvix/eval): implement `builtins.filterSource`
Ryan Lahfa
1
-2
/
+77
2024-02-19
r/7557
feat(tvix/glue): Init fetcher builtins
Aspen Smith
1
-1
/
+2
2024-02-18
r/7551
feat(tvix/glue): drive builds on IO
Florian Klink
1
-12
/
+180
[next]