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
/
src
/
wire
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-13
r/8802
refactor(tvix/nix-compat): remove use of lazy_static
Vincent Ambo
2
-8
/
+6
2024-09-08
r/8666
docs(tvix/nix-compat/wire/bytes/reader): None case doesn't exist
edef
1
-2
/
+0
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/8585
feat(nix-compat): Add NixDeserialize and NixRead traits
Brian Olsen
1
-1
/
+1
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
1
-7
/
+4
2024-06-03
r/8210
fix(tvix/nix-compat): require async and async,wire for some tests
Ilan Joselevich
1
-0
/
+2
2024-05-08
r/8095
refactor(nix-compat/nar/reader): reuse prev_name allocation
edef
1
-1
/
+0
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/8086
feat(nix-compat/wire/bytes/reader): support buffered reading
edef
1
-4
/
+184
2024-05-08
r/8085
fix(nix-compat/wire/bytes/reader): always read trailer tag data
edef
2
-15
/
+72
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
1
-1
/
+1
2024-05-04
r/8074
feat(nix-compat/wire/bytes/reader): parametrise on trailer tag
edef
3
-10
/
+31
2024-04-30
r/8043
fix(tvix/nix-compat/wire): RangeInclusive<usize> for memory size bounds
edef
1
-29
/
+27
2024-04-30
r/8042
refactor(nix-compat/wire): drop primitive functions
edef
4
-86
/
+5
2024-04-30
r/8041
refactor(nix-compat/wire/bytes): branchless padding computation
edef
1
-7
/
+8
2024-04-30
r/8040
fix(tvix/nix-compat/wire/bytes): return UnexpectedEof for unexpected EOF
edef
1
-4
/
+1
2024-04-29
r/8034
refactor(nix-compat/wire/bytes/reader): move size reading to async ctor
edef
1
-137
/
+65
2024-04-29
r/8032
refactor(nix-compat/wire/bytes/reader): use fn for PhantomData
edef
1
-1
/
+1
2024-04-29
r/8031
refactor(tvix/nix-compat/wire/bytes): use RangeInclusive for limits
edef
1
-14
/
+7
2024-04-29
r/8030
refactor(nix-compat/wire/bytes): fold TrailerReader into BytesReader
edef
2
-91
/
+41
2024-04-29
r/8029
feat(nix-compat/wire/bytes/reader): expose the remaining data length
edef
2
-0
/
+31
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-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-13
r/7905
feat(tvix/nix-compat/wire/bytes): add #[inline] for ensure_* funcs
Florian Klink
2
-0
/
+2
2024-04-13
r/7897
refactor(tvix/nix-compat): move worker_protocol into nix_daemon mod
Florian Klink
2
-411
/
+0
2024-04-13
r/7896
refactor(tvix/nix-compat): reorganize wire and bytes
Florian Klink
4
-45
/
+37
2024-04-13
r/7894
feat(tvix/nix-compat): add BytesReader
Florian Klink
3
-1
/
+472
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
[next]