tvl-depot/tvix/nix-compat/src
Vova Kryachko 654cc3e43a chore(tvix/nix-daemon): Implement framed protocol
When sending nars over the wire to the nix-daemon, nix protocol versions
>= 1.23 use this framing protocol.

This change implements an AsyncRead for this protocol, to be used in
AddToStoreNar and any other operations when necessary.

Change-Id: I5f7972fe1c9ea145780bf449321bd3efeb833d18
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12814
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2024-11-20 17:36:26 +00:00
..
aterm refactor(nix-compat/aterm): update function names a bit 2024-08-20 15:14:27 +00:00
bin feat(tvix): Jemalloc -> MiMalloc 2024-08-08 08:06:23 +00:00
derivation refactor(nix-compat/store_path): use AsRef<str> 2024-11-12 11:55:48 +00:00
nar feat(nix-daemon): Implement client handler. 2024-11-12 02:15:04 +00:00
narinfo feat(tvix-store): Improve tvix-store copy. 2024-11-12 16:43:21 +00:00
nix_daemon chore(tvix/nix-daemon): Implement framed protocol 2024-11-20 17:36:26 +00:00
nix_http feat(nix-compat): add constants for mime types 2024-08-23 15:02:14 +00:00
nixcpp refactor(tvix/nix-compat): rename PubKey to VerifyingKey 2024-07-21 21:41:54 +00:00
nixhash chore(3p/sources): bump channels & overlays (2024-09-01) 2024-09-05 20:56:31 +00:00
store_path refactor(nix-compat/store_path): use AsRef<str> 2024-11-12 11:55:48 +00:00
wire feat(nix-daemon): Implement client handler. 2024-11-12 02:15:04 +00:00
lib.rs feat(nix-daemon): Implement client handler. 2024-11-12 02:15:04 +00:00
nixbase32.rs fix(tvix/nix-compat): Fix panic in nixbase32 decoding 2024-07-28 20:55:51 +00:00
path_info.rs feat(tvix-store): Improve tvix-store copy. 2024-11-12 16:43:21 +00:00