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
4 days
r/8909
docs(tvix): document more components
Florian Klink
1
-0
/
+6
4 days
r/8908
feat(nix-daemon): Implement QueryPathInfo and IsValidPath.
Vova Kryachko
4
-12
/
+182
4 days
r/8907
feat(nix-daemon): Implement client handler.
Vova Kryachko
25
-253
/
+1822
4 days
r/8906
fix(tvix): use tracing::field::Empty for all indicatif.pb_show
Florian Klink
4
-4
/
+4
4 days
r/8905
feat(tvix/nar-bridge): make root_nodes_cache_capacity configurable
Florian Klink
2
-11
/
+14
4 days
r/8904
feat(tvix/nar-bridge): avoid unnecessary NAR uploads
Florian Klink
2
-8
/
+32
4 days
r/8903
refactor(tvix/castore/blob): use near/far for CombinedBlobService
Florian Klink
2
-37
/
+37
4 days
r/8902
refactor(tvix/store): move Cache to cache mod
Florian Klink
2
-4
/
+2
4 days
r/8901
docs(tvix/[ca]store): improve docstrings, remove wildcard imports
Florian Klink
4
-14
/
+31
4 days
r/8900
refactor(tvix/[ca]store): rename store composition feature flags
Florian Klink
8
-22
/
+20
4 days
r/8899
refactor(tvix/store/composition): rename 'default' to 'root'
Florian Klink
9
-26
/
+26
5 days
r/8898
refactor(nix-compat): Move serialization machinery into wire.
Vova Kryachko
28
-49
/
+45
6 days
r/8897
fix(users/flokli/2024-10-25-nixcon-tvix): fix date
Florian Klink
1
-1
/
+1
7 days
r/8896
feat(tvix): add instance_name to instrumentation of *Services
Bob van der Linden
23
-137
/
+270
8 days
r/8895
feat(tvix/tracing): Allow configuring additional layers
Vova Kryachko
1
-49
/
+61
10 days
r/8894
fix(users/flokli/kb/dilemma): fix one more RALT
Florian Klink
1
-1
/
+1
11 days
r/8893
feat(tvix/nix-compat): Add nix serialization support
Brian Olsen
20
-15
/
+2339
12 days
r/8892
fix(tvix/nix-compat-derive): Better errors for default
Brian Olsen
2
-7
/
+13
12 days
r/8891
feat(tvix/eval): use with_capacity instead of a growing vec
Bob van der Linden
1
-1
/
+1
12 days
r/8890
refactor(tvix/eval): remove Value::Json and related functionality
Bob van der Linden
8
-109
/
+27
12 days
r/8889
test(tvix/eval): test throw in __toString with toJSON
Bob van der Linden
2
-1
/
+4
12 days
r/8888
test(tvix/glue): check context of __toString after toJSON
Bob van der Linden
2
-1
/
+2
12 days
r/8887
chore(tvix/nix-compat-derive): Remove references to nixrs
Brian Olsen
3
-5
/
+8
12 days
r/8886
fix(tvix/build): Fix tests and clippy warnings on MacOS
Brian Olsen
1
-3
/
+8
12 days
r/8885
fix(tvix/nix-compat-derive-tests) More enum tests
Brian Olsen
1
-6
/
+65
12 days
r/8884
chore(tvix/docs): Small changes to Nix Daemon protocol description
Brian Olsen
5
-14
/
+15
13 days
r/8883
docs(tvix/TODO): add Value::Json TODO
Florian Klink
1
-0
/
+9
13 days
r/8882
feat(tvix/glue): use InvalidHash for builtins.path
Bob van der Linden
1
-10
/
+1
13 days
r/8881
feat(tvix/eval): introduce ErrorKind::InvalidHash
Bob van der Linden
2
-2
/
+6
14 days
r/8880
fix(tvix/nix_compat): Fix nix-daemon handshake
Vova Kryachko
2
-11
/
+66
2024-11-01
r/8879
fix(tvix/tracing): Enable tracing in tvix-build.
Vova Kryachko
3
-2
/
+5
2024-10-30
r/8878
feat(tvix/nix-daemon): Initial skeleton for nix-daemon
Vova Kryachko
6
-0
/
+213
2024-10-30
r/8877
refactor(tvix/tracing): drop log_level method
Florian Klink
1
-24
/
+4
2024-10-30
r/8876
refactor(tvix/build): drop log level cli arg
Florian Klink
1
-11
/
+2
2024-10-30
r/8875
refactor(tvix/store): drop log level cli arg
Florian Klink
1
-8
/
+1
2024-10-28
r/8874
chore(tvix/shell): add cargo-flamegraph
sterni
1
-0
/
+1
2024-10-28
r/8873
chore(3p/overlays): pin niri to latest master
Vincent Ambo
1
-0
/
+21
2024-10-27
r/8872
feat(tazjin/nixos): enable automatic-gc on all physical machines
Vincent Ambo
2
-9
/
+9
2024-10-27
r/8871
chore(3p/sources): bump channels & overlays (2024-10-27)
Vincent Ambo
1
-12
/
+12
2024-10-27
r/8870
fix(ops/whitby): fix keycloak header configuration
Vincent Ambo
1
-1
/
+1
2024-10-27
r/8869
fix(tvix/eval): fix unused variable warnings being inverted
Yureka
1
-1
/
+1
2024-10-27
r/8868
fix(tvix/build): fix build on MacOS
Florian Klink
1
-0
/
+1
2024-10-27
r/8867
fix(tvix/castore/fs): fix build for MacOS
Florian Klink
1
-2
/
+3
2024-10-27
r/8866
fix(tvix/shell): fix shell on MacOS
Florian Klink
2
-3
/
+4
2024-10-27
r/8865
feat(users/flokli/kb/corneish_zen): init
Florian Klink
4
-0
/
+146
2024-10-27
r/8864
fix(tazjin/emacs): fix completion related problems
Vincent Ambo
2
-8
/
+15
2024-10-27
r/8863
feat(tvix/tracing): filter indicatif.pb_show fields in all cases
Florian Klink
1
-1
/
+7
2024-10-27
r/8862
docs(tvix/TODO): add OCI preflight checks
Florian Klink
1
-0
/
+5
2024-10-27
r/8861
docs(tvix/build): we use stricter castore types
Florian Klink
1
-2
/
+0
2024-10-27
r/8860
chore(3p/sources): bump channels & overlays (2024-10-23)
Vincent Ambo
16
-533
/
+143
[next]