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-04-26
r/8017
chore(nix-compat/nar/wire): space Tag::Buf docs properly
edef
1
-0
/
+1
2024-04-26
r/8016
feat(nix-compat/wire/bytes/reader): split out reading the trailer block
edef
1
-56
/
+134
2024-04-26
r/8015
refactor(nix-compat/wire/bytes/reader): drop random whitespace
edef
1
-2
/
+2
2024-04-26
r/8014
refactor(nix-compat/wire/bytes/reader): drop Pin::get_mut
edef
2
-4
/
+4
2024-04-25
r/8013
refactor(nix-compat/wire): move BytesPacketPosition into writer
edef
2
-20
/
+17
2024-04-25
r/8012
fix(nix-compat/bytes): make BytesReader less hazardous
edef
2
-178
/
+317
2024-04-25
r/8011
feat(nix-compat/wire/bytes): allow specifying a pre-read size
edef
1
-0
/
+41
2024-04-25
r/8010
refactor(nix-compat/wire/bytes): drop pin_project, clean up
edef
1
-63
/
+57
2024-04-25
r/8009
refactor(nix-compat/wire/bytes): don't parametrise on RangeBounds
edef
1
-12
/
+20
2024-04-25
r/8007
test(tvix/nix-compat): add debug assertions for nar reader
tcmal
2
-84
/
+426
2024-04-24
r/8004
docs(tvix/nix-compat/wire/bytes/reader): fix typo
Florian Klink
1
-1
/
+1
2024-04-24
r/8003
docs(tvix/nix-compat): add missing reference to BytesReader
Florian Klink
1
-2
/
+2
2024-04-19
r/7975
chore(nix-compat): remove unused test-case and test-generator
Florian Klink
1
-7
/
+0
2024-04-19
r/7974
chore(nix-compat/drv): migrate from test_{case,resources} to rstest
Florian Klink
1
-76
/
+88
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-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-13
r/7911
feat(tvix/nix-compat/path_info): derive Hash for ExportedPathInfo
Ilan Joselevich
1
-1
/
+1
2024-04-13
r/7905
feat(tvix/nix-compat/wire/bytes): add #[inline] for ensure_* funcs
Florian Klink
2
-0
/
+2
2024-04-13
r/7898
refactor(tvix/nix-compat): move nar writer to tokio
Florian Klink
3
-58
/
+52
2024-04-13
r/7897
refactor(tvix/nix-compat): move worker_protocol into nix_daemon mod
Florian Klink
4
-30
/
+32
2024-04-13
r/7896
refactor(tvix/nix-compat): reorganize wire and bytes
Florian Klink
7
-47
/
+44
2024-04-13
r/7895
docs(tvix/eval): remove link to cargo manifest reference
Florian Klink
1
-2
/
+0
2024-04-13
r/7894
feat(tvix/nix-compat): add BytesReader
Florian Klink
4
-4
/
+476
2024-04-13
r/7893
feat(tvix/nix-compat): introduce ExportedPathInfo struct
Florian Klink
2
-0
/
+122
2024-04-13
r/7891
feat(tvix/nix-compat): impl Deserialize, Serialize for Signature
Florian Klink
1
-1
/
+47
2024-04-13
r/7890
feat(tvix/nix-compat): implement Serialize, Deserialize for NixHash
Florian Klink
2
-8
/
+49
2024-04-13
r/7889
feat(nix-compat/store_path): impl [Partial]Ord for StorePathRef
Florian Klink
1
-16
/
+15
2024-04-09
r/7883
fix(tvix/nix-compat): fix writing padding partially
Florian Klink
1
-1
/
+28
2024-04-08
r/7879
refactor(tvix/nix-compat/wire): rename padding_len to total_padding_len
Florian Klink
1
-3
/
+3
2024-04-08
r/7878
refactor(tvix/nix-compat/wire): mv Bytes{WriterState,PacketPosition}
Florian Klink
1
-24
/
+25
2024-04-08
r/7877
fix(tvix/nix-compat/wire): fix BytesWriter test payloads
Florian Klink
1
-4
/
+4
2024-04-08
r/7876
refactor(tvix/nix-compat): move handshake function to nix-compat
Picnoir
1
-6
/
+100
2024-04-08
r/7875
refactor(tvix/nix-compat/wire): express magics as u64
Florian Klink
1
-8
/
+5
2024-04-08
r/7874
refactor(tvix/nix-compat/wire): move magic bytes to worker_protocol
Florian Klink
2
-7
/
+7
2024-04-08
r/7873
feat(tvix/nix-compat/wire): have write_bytes accept AsRef<[u8]> payloads
Florian Klink
1
-4
/
+20
2024-04-08
r/7872
refactor(tvix/nix-compat/wire): simplify write_bytes a bit
Florian Klink
2
-10
/
+14
2024-04-08
r/7871
docs(tvix/nix-compat/wire): update docstrings
Florian Klink
1
-19
/
+21
2024-04-07
r/7870
refactor(tvix/nix-compat): drop read_bytes_unchecked
Florian Klink
1
-15
/
+19
2024-04-07
r/7869
fix(nix-compat/store_path): fix Deserialize with borrow
Florian Klink
1
-3
/
+37
2024-04-07
r/7867
feat(tvix/nix-compat): read client setting from wire
Picnoir
2
-3
/
+225
2024-04-06
r/7857
feat(tvix/nix-compat/wire): introduce BytesWriter
Florian Klink
3
-1
/
+524
2024-04-04
r/7852
refactor(tvix/nix-compat): make padding_len pub(crate)
Florian Klink
1
-1
/
+1
2024-04-03
r/7846
refactor(tvix/nix-compat): drop read_u32
Picnoir
1
-33
/
+1
2024-04-03
r/7845
feat(users/picnoir/tvix-daemon): parse up to the operation
Picnoir
1
-0
/
+2
[next]