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-05-19
r/6167
docs(ops/yandex-cloud-rs): add developer-facing README
Vincent Ambo
2
-0
/
+53
2023-05-18
r/6166
fix(tvix/store): fix timing sensitivity in gRPC directorysvc test
Florian Klink
1
-24
/
+45
2023-05-18
r/6165
refactor(tvix/store): bump CalculateNARResponse.nar_size to u64
Florian Klink
5
-9
/
+9
2023-05-18
r/6164
fix(tvix/store/proto/grpc_blobsvc): clippy
Florian Klink
1
-1
/
+1
2023-05-18
r/6163
refactor(tvix/store/blobsvc/sled): clippy
Florian Klink
1
-5
/
+5
2023-05-18
r/6162
refactor(tvix/store/directorysvc/traverse): clippy, use NamedNode
Florian Klink
1
-17
/
+6
2023-05-18
r/6161
refactor(tvix/nix-compat): clippy
Florian Klink
2
-10
/
+8
2023-05-18
r/6160
chore(tvix/cli): remove unnecessary RefCell
Vincent Ambo
1
-7
/
+5
2023-05-18
r/6159
refactor(tvix/cli): split CLI-specific IO logic into TvixIO type
Vincent Ambo
3
-11
/
+84
2023-05-18
r/6158
test(3p/lisp/mime4cl): test decoding RFC2047 examples
sterni
3
-2
/
+22
2023-05-18
r/6157
refactor(3p/lisp/mime4cl): remove unused DECODE-STREAM
sterni
1
-11
/
+0
2023-05-18
r/6156
refactor(3p/lisp/mime4cl): port remaining base64 decoding to qbase64
sterni
4
-75
/
+39
2023-05-18
r/6155
refactor(3p/lisp/mime4cl): remove be and be*
sterni
6
-117
/
+94
2023-05-18
r/6154
refactor(sterni/mblog): move REDIRECT-STREAM into mime4cl
sterni
4
-18
/
+23
2023-05-18
r/6153
refactor(3p/lisp/mime4cl): use qbase64 for decoding FILE-PORTIONs
sterni
3
-3
/
+3
2023-05-18
r/6152
refactor(mime4cl): replace *-input-adapter-stream with flexi-streams
sterni
3
-125
/
+59
2023-05-18
r/6151
refactor(3p/lisp/mime4cl): use flexi-streams and binary input
sterni
2
-129
/
+115
2023-05-18
r/6150
feat(tvix/store/directorysvc): add traverse_to
Florian Klink
2
-0
/
+238
2023-05-17
r/6149
refactor(tvix/store): rename import::{import_path -> ingest_path}
Florian Klink
3
-12
/
+13
2023-05-17
r/6148
fix(tvix/store/src/proto/mod.rs): fix error string
Florian Klink
1
-1
/
+1
2023-05-16
r/6147
refactor(3p/lisp/mime4cl/test): create one test case per sample file
sterni
2
-22
/
+24
2023-05-16
r/6146
refactor(tvix/store/pathinfosvc): drop ByWhat, use digest directly
Florian Klink
5
-72
/
+46
2023-05-16
r/6145
feat(tvix/nix-compat): add StorePath::from_absolute_path_full
Florian Klink
1
-2
/
+75
2023-05-16
r/6144
docs(tvix/nix-compat): update docstrings
Florian Klink
2
-11
/
+18
2023-05-16
r/6143
feat(ops/terraform/deploy-nixos): make target_user_ssh_key optional
Florian Klink
2
-9
/
+14
2023-05-15
r/6142
feat(grfn/system): Install dropbox on all systems
Griffin Smith
1
-0
/
+4
2023-05-15
r/6141
feat(grfn/system): Install cloud-utils on roswell
Griffin Smith
1
-0
/
+4
2023-05-14
r/6140
feat(tvix/eval/io): allow &mut self in EvalIO
Florian Klink
5
-29
/
+34
2023-05-14
r/6139
refactor(tvix/nix-compat): update expect_err strings
Florian Klink
1
-4
/
+4
2023-05-14
r/6138
feat(tvix/store): add GRPCBlobService
Florian Klink
2
-0
/
+198
2023-05-14
r/6137
feat(3p/lisp): add qbase64
sterni
2
-0
/
+70
2023-05-12
r/6136
chore(3p/sources): bump channels and overlays
Vincent Ambo
1
-15
/
+15
2023-05-12
r/6135
fix(tvix/eval): builtins.trace prints to stderr
Vincent Ambo
1
-1
/
+1
2023-05-11
r/6134
chore(tvix/*): bump to smol_str 0.2.0
Florian Klink
5
-70
/
+12
2023-05-11
r/6133
refactor(tvix/store): remove ChunkService
Florian Klink
26
-1300
/
+563
2023-05-11
r/6132
chore: address renames of boot & tmp related options
sterni
4
-4
/
+4
2023-05-10
r/6131
chore(tvix): bump cargo dependencies
Florian Klink
3
-543
/
+875
2023-05-10
r/6130
fix(tvix/store/nar/renderer): handle digest error
Florian Klink
1
-3
/
+7
2023-05-10
r/6129
feat(tvix/nix-compat/nar/writer): check for more data in reader
Florian Klink
1
-1
/
+14
2023-05-09
r/6128
fix(3p/lisp/mime4cl): use OTHERWISE in CASE not T
sterni
1
-1
/
+1
2023-05-09
r/6127
fix(3p/lisp/mime4cl/tests): fix sample discovery in nix build
sterni
1
-1
/
+1
2023-05-09
r/6126
refactor(3p/lisp/mime4cl): drop unused split-multipart-parts
sterni
1
-28
/
+0
2023-05-09
r/6125
refactor(3p/lisp/mime4cl): rename :stream to :underlying-stream
sterni
2
-11
/
+12
2023-05-05
r/6124
feat(grfn/home): Install AWS ssm session manager plugin
Griffin Smith
1
-0
/
+1
2023-05-05
r/6123
fix(grfn/system): Use the qt-ui wireshark package
Griffin Smith
1
-1
/
+4
2023-05-01
r/6122
refactor(3p/lisp/mime4cl): unify test mechanism for sample msgs
sterni
3
-17
/
+4
2023-05-01
r/6121
feat(sterni/emacs): allow refiling to all agenda files
sterni
1
-1
/
+2
2023-04-29
r/6120
fix(sterni/machines/edwin): use https for saneterm git upstream
sterni
1
-1
/
+1
2023-04-29
r/6119
fix(3p/lisp/mime4cl): correctly define find-mime-text-part
sterni
1
-1
/
+1
2023-04-29
r/6118
fix(nixery): allow references to packages starting with numbers
Vincent Ambo
1
-2
/
+15
[next]