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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-22
r/6634
chore(ops): move yandex-cloud image module out of corp
Vincent Ambo
2
-1
/
+1
2023-09-22
r/6633
refactor(tvix/nar-bridge): update to new separated protos
Florian Klink
16
-158
/
+170
2023-09-22
r/6632
chore(tvix): re-enable {ca,}store-protos-go
Florian Klink
3
-30
/
+22
2023-09-22
r/6631
chore(ops/modules/www/code.tvl.fyi): add missing go get redirect
Florian Klink
1
-0
/
+6
2023-09-22
r/6630
chore(tvix/castore): remove dependency on anyhow
Florian Klink
4
-9
/
+1
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
89
-1832
/
+2311
2023-09-22
r/6628
docs(tvix/castore): rename traverse_to -> descend_to
Florian Klink
3
-18
/
+14
2023-09-22
r/6627
chore(tvix): remove some unused crate dependencies
Florian Klink
5
-481
/
+26
2023-09-22
r/6626
feat(tvix/shell): add cargo-machete
Florian Klink
1
-0
/
+1
2023-09-22
r/6625
docs(tvix/store/pathinfosvc): fix copypasta error
Florian Klink
1
-1
/
+0
2023-09-22
r/6624
docs(tvix/eval): fix some broken docstr references
Florian Klink
5
-10
/
+11
2023-09-21
r/6623
refactor(tvix/store): Asyncify PathInfoService and DirectoryService
Connor Brewster
24
-727
/
+776
2023-09-20
r/6622
refactor(tvix/store/fs): Separate FUSE and filesystem code
Connor Brewster
10
-133
/
+141
2023-09-20
r/6621
refactor(tvix/store/fuse): Switch from fuser to fuse-backend-rs
Connor Brewster
11
-584
/
+934
2023-09-19
r/6620
chore(3p/sources): bump channels and overlays (2023-09-17)
Vincent Ambo
3
-17
/
+17
2023-09-19
r/6619
chore(3p/overlays): remove unnecessary nixpkgs workarounds
Vincent Ambo
1
-10
/
+1
2023-09-19
r/6618
chore(users/wpcarro): drop 'exa' from NixOS systems
Vincent Ambo
2
-8
/
+0
2023-09-19
r/6617
docs(nixery): occurrences typo
guangwu
1
-1
/
+1
2023-09-18
r/6616
feat(tvix/nar-bridge): graceful shutdown
Florian Klink
2
-16
/
+30
2023-09-18
r/6615
refactor(tvix/nar-bridge): rename contentReader to blobReader
Florian Klink
1
-5
/
+5
2023-09-18
r/6614
refactor(tvix/nar-bridge): don't buffer blob in memory
Florian Klink
1
-16
/
+25
2023-09-18
r/6613
refactor(tvix/nar-bridge): simplify CLI interface
Florian Klink
8
-138
/
+56
2023-09-18
r/6612
fix(tvix/nar-bridge): don't log error on simple 404s
Florian Klink
2
-2
/
+2
2023-09-18
r/6611
feat(tvix/nar-bridge): buffer request body a bit more
Florian Klink
1
-1
/
+2
2023-09-18
r/6610
fix(tvix/nar-bridge): chunk blobs
Florian Klink
2
-25
/
+48
2023-09-18
r/6609
chore(tvix/nar-bridge): bump tvix/store/protos
Florian Klink
3
-4
/
+4
2023-09-18
r/6608
chore(tvix/store/protos): drop unused fields for now
Florian Klink
5
-218
/
+51
2023-09-18
r/6607
fix(tvix/store/fuse): fix executable bit
Florian Klink
2
-1
/
+38
2023-09-18
r/6606
refactor(tvix/store/blobsvc): make BlobStore async
Florian Klink
25
-995
/
+1693
2023-09-17
r/6605
feat(users/Profpatsch/whatcd-resolver): add executable
Profpatsch
3
-1
/
+37
2023-09-17
r/6604
refactor(users/Profpatsch/whatcd-resolver): rename main function
Profpatsch
1
-12
/
+12
2023-09-17
r/6603
refactor(tvix/nar-bridge): Clean up directory popping loop
Connor Brewster
1
-9
/
+4
2023-09-17
r/6602
fix(tvix/nar-bridge): Fix directory stack tracking
Connor Brewster
3
-5
/
+39
2023-09-17
r/6601
feat(tvix/nar-bridge): increase timeouts
Florian Klink
1
-3
/
+3
2023-09-17
r/6600
feat(tvix/nar-bridge): init
Florian Klink
27
-0
/
+2663
2023-09-17
r/6599
chore(tvix): upgrade workspace.resolver to "2"
Florian Klink
1
-0
/
+1
2023-09-17
r/6598
feat(tvix/store): improve error message formatting
Florian Klink
1
-1
/
+2
2023-09-17
r/6597
chore(tvix/store): allow non_snake_case
Florian Klink
1
-1
/
+1
2023-09-15
r/6596
feat(tvix/store): add simple integration test
Florian Klink
1
-3
/
+29
2023-09-15
r/6595
feat(tvix/store/import): print store path to stdout
Florian Klink
1
-2
/
+13
2023-09-15
r/6594
fix(tvix/store): log to stderr, not stdout
Florian Klink
1
-4
/
+5
2023-09-15
r/6593
feat(users/Profpatsch/whatcd-resolver): misc improvements
Profpatsch
1
-18
/
+30
2023-09-15
r/6592
feat(users/Profpatsch/whatcd-resolver): query all pages in search
Profpatsch
1
-54
/
+78
2023-09-15
r/6591
chore(3p/sources): bump channels & overlays (2023-09-15)
Vincent Ambo
2
-27
/
+34
2023-09-15
r/6590
chore(users/tazjin): drop 'exa' from my systems
Vincent Ambo
2
-2
/
+0
2023-09-15
r/6589
fix(tvix/eval): update identifier quoting to match cppnix 2.17
Adam Joseph
13
-6
/
+38
2023-09-12
r/6588
feat(ops/users): add totikom to users
Eugene Lomov
1
-0
/
+5
2023-09-12
r/6587
chore(tazjin/emacs): remove unused or duplicated packages
Vincent Ambo
3
-17
/
+5
2023-09-12
r/6586
fix(tazjin/emacs): manually hook up tree-sitter grammars
Vincent Ambo
1
-17
/
+19
2023-09-12
r/6585
feat(tazjin/emacs): enable a bunch of tree-sitter modes
Vincent Ambo
1
-0
/
+17
[next]