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
/
nar-bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
r/8610
chore(tvix): Migrate members to inherit deps from workspace
Ilan Joselevich
1
-25
/
+25
2024-08-29
r/8609
chore(tvix): Bump versions of all compatible deps via cargo upgrade
Ilan Joselevich
1
-15
/
+15
2024-08-23
r/8561
feat(tvix/nar-bridge): send content-type headers
Florian Klink
3
-9
/
+18
2024-08-21
r/8547
feat(nix-compat/nix_http): init parse_nar[info]_str
Florian Klink
2
-103
/
+13
2024-08-17
r/8506
refactor(tvix/castore): add PathComponent type for checked components
Florian Klink
1
-1
/
+1
2024-08-17
r/8504
refactor(tvix/castore): remove `name` from Nodes
Florian Klink
3
-22
/
+27
2024-08-15
r/8494
chore(tvix): Retain original passthru in Rust builds
Brian Olsen
1
-1
/
+1
2024-08-13
r/8486
refactor(tvix/castore): move *Node and Directory to crate root
Florian Klink
2
-7
/
+6
2024-08-13
r/8484
refactor(tvix/castore): use Directory struct separate from proto one
Yureka
2
-25
/
+18
2024-08-08
r/8461
feat(tvix): Jemalloc -> MiMalloc
Ilan Joselevich
2
-0
/
+5
2024-07-22
r/8399
refactor(tvix): move service addrs into shared clap struct
Yureka
1
-14
/
+4
2024-07-21
r/8387
fix(tvix/nar-bridge): remove leftover debug statement
Florian Klink
1
-3
/
+1
2024-07-21
r/8386
feat(tvix/nar-bridge): change default port
Florian Klink
1
-1
/
+1
2024-07-21
r/8385
chore(tvix): upgrade to tonic 0.12 / hyper 1.0
Yureka
1
-4
/
+4
2024-07-21
r/8384
feat(tvix/tracing): http propagation for axum
Simon Hauser
2
-2
/
+18
2024-07-21
r/8382
fix(tvix/nar-bridge): fix root node decoding and validation
Florian Klink
1
-2
/
+7
2024-07-20
r/8380
refactor(tvix/store): use composition in tvix_store crate
Yureka
1
-1
/
+1
2024-07-20
r/8379
feat(tvix/nar-bridge): implement PUT $outhash.narinfo
Florian Klink
2
-3
/
+79
2024-07-20
r/8378
feat(tvix/nar-bridge): add 404 handler for GET/HEAD `/nar/…`
Florian Klink
1
-0
/
+9
2024-07-20
r/8377
feat(tvix/nar-bridge): support uploading NAR files
Florian Klink
3
-2
/
+132
2024-07-20
r/8376
feat(tvix/nar-bridge): init
Florian Klink
6
-0
/
+393
2024-05-15
r/8147
chore(tvix/nar-bridge): move to nar-bridge-go
Florian Klink
28
-2346
/
+0
2024-05-01
r/8054
feat(tvix/nar-bridge): support HTTP HEAD for narinfo
Edwin Mackenzie-Owen
1
-28
/
+33
2024-03-18
r/7721
feat(tvix/nar-bridge): support listening on unix sockets
Florian Klink
1
-2
/
+16
2024-01-23
r/7443
feat(tvix/store/nar-info): Support async blob upload
Connor Brewster
5
-11
/
+85
2024-01-23
r/7442
feat(tvix/store/nar-bridge): Setup OpenTelemetry
Connor Brewster
6
-34
/
+200
2023-12-09
r/7126
fix(tvix/nar-bridge): fix FOD hash
Adam Joseph
1
-1
/
+1
2023-11-28
r/7087
fix(tvix/nar-bridge): drop pathinfoservice
Florian Klink
2
-355
/
+0
2023-11-06
r/6962
chore(tvix/nar-bridge): bump castore-go
Florian Klink
4
-23
/
+23
2023-10-17
r/6849
chore(tvix/nar-bridge): update to latest go mod renames
Florian Klink
18
-29
/
+29
2023-10-12
r/6787
refactor(tvix/nar-bridge): panic on inval PathInfo.NarInfo.NarSha256
Florian Klink
4
-9
/
+6
2023-10-11
r/6784
docs(tvix/nar-bridge): remove redundant comments
Florian Klink
1
-2
/
+0
2023-10-11
r/6783
refactor(tvix/nar-bridge): use mh.SHA2_256
Florian Klink
2
-2
/
+5
2023-10-11
r/6781
feat(tvix/nar-bridge): stop parsing nixbase32 manually, validate
Florian Klink
2
-10
/
+24
2023-10-11
r/6780
refactor(tvix/nar-bridge): have Export return root node
Florian Klink
10
-297
/
+211
2023-10-11
r/6779
refactor(tvix/nar-bridge): pass root node to storev1pb.Export
Florian Klink
5
-6
/
+6
2023-10-10
r/6773
chore(tvix/nar-bridge): move to Export from storev1pb
Florian Klink
8
-335
/
+49
2023-10-10
r/6772
feat(tvix/store/protos): add Export
Florian Klink
3
-271
/
+98
2023-10-10
r/6771
refactor(tvix/nar-bridge): use castorev1pb.RenamedNode
Florian Klink
4
-100
/
+35
2023-10-10
r/6770
chore(tvix/nar-bridge): bump google.golang.org/protobuf
Florian Klink
3
-4
/
+4
2023-10-09
r/6759
refactor(tvix/nar-bridge): use storepath for store paths
Florian Klink
1
-19
/
+13
2023-10-09
r/6758
feat(tvix/nar-bridge): add ToNixNarInfo()
Florian Klink
2
-35
/
+52
2023-10-09
r/6757
test(tvix/store/protos): add go tests for Validate()
Florian Klink
1
-3
/
+0
2023-10-09
r/6755
chore(tvix/nar-bridge): bump go-nix
Florian Klink
3
-4
/
+4
2023-10-07
r/6719
feat(tvix/nar-bridge): do pathInfo.Validate() as additional check
Florian Klink
4
-9
/
+20
2023-10-05
r/6716
fix(tvix/nar-bridge): properly check error during HTTP shutdown
Florian Klink
1
-1
/
+1
2023-10-05
r/6714
docs(tvix/nar-bridge): fix comment
Florian Klink
1
-1
/
+1
2023-10-05
r/6713
chore(tvix/nar-bridge): bump go-nix dependency
Florian Klink
6
-9
/
+11
2023-10-05
r/6709
refactor(tvix/nar-bridge): do root directory dgst check in uploader
Florian Klink
2
-20
/
+19
2023-10-05
r/6708
feat(tvix/nar-bridge): add nar-bridge-pathinfo command
Florian Klink
6
-1
/
+423
[next]