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
/
nix-compat
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-11
r/8788
refactor(nix-compat/store_path): consistently use SP as type param
Florian Klink
3
-10
/
+13
2024-10-11
r/8787
refactor(tvix/store): use strictly typed PathInfo struct
Marijan Petričević
1
-1
/
+1
2024-09-23
r/8710
feat(tvix/nix-compat/nar/writer/sync): add file_manual_write
Yureka
1
-0
/
+68
2024-09-08
r/8666
docs(tvix/nix-compat/wire/bytes/reader): None case doesn't exist
edef
1
-2
/
+0
2024-09-07
r/8663
feat(tvix/nix-compat/nar/writer/sync): trait objects -> generics
Yureka
1
-13
/
+10
2024-09-05
r/8653
chore(3p/sources): bump channels & overlays (2024-09-01)
Vincent Ambo
2
-2
/
+7
2024-08-30
r/8619
fix(tvix): Follow-up fixing no-default-features and comments
Ilan Joselevich
1
-1
/
+1
2024-08-29
r/8610
chore(tvix): Migrate members to inherit deps from workspace
Ilan Joselevich
1
-39
/
+29
2024-08-29
r/8609
chore(tvix): Bump versions of all compatible deps via cargo upgrade
Ilan Joselevich
1
-14
/
+14
2024-08-28
r/8602
fix(tvix/nix-compat-derive): Get rid of external feature flag
Brian Olsen
2
-1
/
+2
2024-08-25
r/8587
fix(tvix/nix-compat): Feature flag code only used in async
Brian Olsen
1
-2
/
+7
2024-08-25
r/8586
feat(tvix/nix-compat-derive): Add deriver for NixDeserialize
Brian Olsen
2
-1
/
+14
2024-08-25
r/8585
feat(nix-compat): Add NixDeserialize and NixRead traits
Brian Olsen
11
-3
/
+1306
2024-08-23
r/8560
feat(nix-compat): add constants for mime types
Florian Klink
1
-0
/
+7
2024-08-21
r/8547
feat(nix-compat/nix_http): init parse_nar[info]_str
Florian Klink
3
-0
/
+110
2024-08-20
r/8545
refactor(nix-compat/store_path): make StorePath generic on S
Florian Klink
7
-240
/
+219
2024-08-20
r/8544
refactor(nix-compat/aterm): update function names a bit
Florian Klink
3
-26
/
+26
2024-08-19
r/8541
feat(tvix/nix-compat): entry locator in listing structures
Ryan Lahfa
2
-1
/
+113
2024-08-19
r/8540
feat(nix-compat/narinfo/signature): generalize name field
Florian Klink
5
-35
/
+102
2024-08-19
r/8539
feat(tvix/nix-compat): add a basic listing deserializer
Ryan Lahfa
4
-0
/
+77
2024-08-19
r/8536
refactor(nix-compat/narinfo/signature): use ed25519::SignatureBytes
Florian Klink
1
-4
/
+5
2024-08-15
r/8494
chore(tvix): Retain original passthru in Rust builds
Brian Olsen
1
-2
/
+2
2024-08-09
r/8468
test(tvix/nix-compat/nar/wire): cover TOK_PAD_PAR
edef
1
-0
/
+2
2024-08-09
r/8462
docs(tvix/nix-compat/nar/wire): fix TOK_EXE grammar
edef
1
-1
/
+1
2024-08-08
r/8461
feat(tvix): Jemalloc -> MiMalloc
Ilan Joselevich
4
-0
/
+15
2024-07-28
r/8421
fix(tvix/nix-compat): Fix panic in nixbase32 decoding
Brian Olsen
1
-0
/
+15
2024-07-27
r/8414
refactor(tvix/nix-compat): introduce CaHash::algo_str
Florian Klink
1
-7
/
+25
2024-07-21
r/8395
feat(tvix/nix-compat): add SigningKey, NARInfo::add_signature
Florian Klink
2
-0
/
+185
2024-07-21
r/8394
refactor(tvix/nix-compat): rename PubKey to VerifyingKey
Florian Klink
3
-22
/
+22
2024-07-18
r/8369
fix(tvix/nix-compat): use `buf.filled()` to track read bytes
Ryan Lahfa
1
-1
/
+1
2024-07-01
r/8337
chore(3p/sources): bump to OpenSSH vulnerability hotfix
Vincent Ambo
2
-14
/
+4
2024-07-01
r/8331
chore(tvix): bump to data-encoding 2.6.0
Florian Klink
1
-1
/
+1
2024-06-28
r/8320
feat(nix-compat/nixcpp/conf): make fields pub
Florian Klink
1
-16
/
+16
2024-06-28
r/8319
feat(nix-compat/nixcpp): init nix.conf config parsing
Florian Klink
5
-0
/
+250
2024-06-28
r/8318
feat(nix-compat/narinfo/pubkey): derive Clone, [Partial]Eq
Florian Klink
1
-1
/
+1
2024-06-05
r/8218
fix(tvix): make rstest pick up new test case files
Ilan Joselevich
1
-0
/
+5
2024-06-03
r/8211
feat(tvix): add CI targets for checking crate features powerset
Ilan Joselevich
1
-5
/
+9
2024-06-03
r/8210
fix(tvix/nix-compat): require async and async,wire for some tests
Ilan Joselevich
2
-1
/
+3
2024-05-26
r/8174
fix(tvix/nix-compat): async nar reader requires wire feature
Florian Klink
2
-2
/
+2
2024-05-08
r/8095
refactor(nix-compat/nar/reader): reuse prev_name allocation
edef
6
-48
/
+71
2024-05-08
r/8094
feat(nix-compat/wire/bytes): read bytes into an existing buffer
edef
1
-1
/
+60
2024-05-08
r/8088
refactor(nix-compat/wire/bytes): style fixes
edef
1
-13
/
+10
2024-05-08
r/8087
fix(nix-compat/store_path): use Box<str>
edef
1
-8
/
+5
2024-05-08
r/8086
feat(nix-compat/wire/bytes/reader): support buffered reading
edef
2
-4
/
+194
2024-05-08
r/8085
fix(nix-compat/wire/bytes/reader): always read trailer tag data
edef
3
-16
/
+73
2024-05-08
r/8084
fix(nix-compat/wire/bytes/reader): drop allow(dead_code)
edef
1
-1
/
+0
2024-05-08
r/8083
refactor(nix-compat/wire/bytes/reader): drop prev_filled
edef
1
-2
/
+1
2024-05-04
r/8075
feat(nix-compat/nar/reader): async support
edef
6
-1
/
+566
2024-05-04
r/8074
feat(nix-compat/wire/bytes/reader): parametrise on trailer tag
edef
3
-10
/
+31
2024-05-02
r/8068
chore(nix-compat): Document daemon protocol version
Brian Olsen
1
-0
/
+21
[next]