Age | Commit message (Expand) | Author | Files | Lines |
2022-12-29 | r/5541 refactor(tvix/eval): persistent, memory-sharing OrdMap for NixAttrs | Vincent Ambo | 10 | -172/+144 |
2022-12-29 | r/5540 refactor(tvix/eval): use im::Vector directly where possible | Vincent Ambo | 3 | -28/+31 |
2022-12-29 | r/5539 feat(users/Profpatsch/haskell-module-deps): init | Profpatsch | 2 | -0/+55 |
2022-12-29 | r/5538 fix(users/Profpatsch/alacritty): Add a 0 to scrollback buffer | Profpatsch | 1 | -1/+1 |
2022-12-29 | r/5537 refactor(users/Profpatsch/netstring): use toplevel aliases as impls | Profpatsch | 1 | -7/+2 |
2022-12-29 | r/5536 feat(tvix/derivation): serialize Nix Derivation | Jürgen Hahn | 22 | -0/+516 |
2022-12-29 | r/5535 feat(sterni/edwin/code.sterni.lv): disable commit graph for nixpkgs | sterni | 1 | -4/+6 |
2022-12-29 | r/5534 refactor(tvix/eval): use im::Vector for NixList representation | Vincent Ambo | 8 | -46/+261 |
2022-12-29 | r/5533 chore(tvix/store): address clippy warnings | Florian Klink | 2 | -18/+15 |
2022-12-29 | r/5532 chore(tvix/store): trim Cargo.toml | Florian Klink | 3 | -6/+9 |
2022-12-29 | r/5531 chore(tvix/store): move tests into separate file | Florian Klink | 3 | -289/+288 |
2022-12-29 | r/5530 docs(tvix/eval): sketch in place list/attr set update idea | sterni | 1 | -0/+24 |
2022-12-28 | r/5529 fix(ops/pipelines): explicitly set contexts for annotations | Vincent Ambo | 2 | -1/+2 |
2022-12-28 | r/5528 feat(tvix/store/protos): rename Get to Read, add Stat method | Florian Klink | 3 | -88/+434 |
2022-12-28 | r/5527 feat(tvix/store): make blobstore stream chunks | Florian Klink | 3 | -172/+171 |
2022-12-28 | r/5526 feat(tvix): add evans to shell | Florian Klink | 1 | -0/+1 |
2022-12-28 | r/5525 chore(tvix/store/protos): add PathInfoService::CalculateNAR() | Florian Klink | 3 | -39/+222 |
2022-12-28 | r/5524 chore(tvix/store/protos): drop non-sha256 NAR hashes | Florian Klink | 2 | -196/+41 |
2022-12-28 | r/5523 chore(tvix/store/protos): move (Root)Node into separate message | Florian Klink | 2 | -124/+191 |
2022-12-28 | r/5522 fix(sterni/aoc/2022): make solutions executable in bqn drv | sterni | 1 | -7/+9 |
2022-12-28 | r/5521 chore(sterni/aoc/2022): nuke Nix solutions | sterni | 3 | -56/+2 |
2022-12-28 | r/5520 feat(tvix/store): implement Directory::validate() | Florian Klink | 4 | -13/+351 |
2022-12-28 | r/5519 chore(tvix/store): use DUMMY_DIGEST, too | Florian Klink | 1 | -1/+1 |
2022-12-28 | r/5518 chore(tvix/store): use Directory::default in some more places | Florian Klink | 1 | -18/+6 |
2022-12-28 | r/5517 fix(tazjin/predlozhnik): warning about literary use of между + род. | Vincent Ambo | 1 | -3/+2 |
2022-12-28 | r/5516 chore(tazjin/polyanka): turn on automatic-gc module | Vincent Ambo | 1 | -0/+9 |
2022-12-28 | r/5515 feat(web/inbox): add landing page for inbox.tvl.su | Vincent Ambo | 3 | -10/+108 |
2022-12-28 | r/5514 feat(tools/fetch-depot-inbox): wrapper script to fetch depot maildir | Vincent Ambo | 2 | -0/+50 |
2022-12-28 | r/5513 style(ops/modules): add inbox email address to public-inbox header | Vincent Ambo | 1 | -1/+1 |
2022-12-28 | r/5512 feat(ops/modules): enable NNTP on inbox.tvl.su | Vincent Ambo | 1 | -2/+14 |
2022-12-28 | r/5511 feat(ops/modules): enable IMAP access for public-inbox | Vincent Ambo | 1 | -1/+27 |
2022-12-27 | r/5510 chore(tvix/store): use lazy_static and dummy digests | Florian Klink | 4 | -2/+16 |
2022-12-27 | r/5509 feat(tvix/store/protos): implement Directory.Validate() | Florian Klink | 2 | -0/+297 |
2022-12-27 | r/5508 feat(tvix/store/protos): implement Size() and Digest() for Directory | Florian Klink | 4 | -0/+251 |
2022-12-27 | r/5507 docs: change email address mentions to depot@tvl.su | Vincent Ambo | 4 | -8/+8 |
2022-12-27 | r/5506 feat(ops/modules): index incoming mail in public-inbox | Vincent Ambo | 1 | -0/+4 |
2022-12-27 | r/5505 feat(ops/modules): configure offlineimap for depot@tvl.su | Vincent Ambo | 1 | -1/+48 |
2022-12-27 | r/5504 feat(ops/secrets): add secret for IMAP to depot@tvl.su | Vincent Ambo | 2 | -0/+18 |
2022-12-27 | r/5503 feat(ops/modules): set up public-inbox at inbox.tvl.su | Vincent Ambo | 3 | -0/+79 |
2022-12-27 | r/5502 feat(sterni/aoc/2022): day25 array solutions | sterni | 2 | -0/+5 |
2022-12-27 | r/5501 feat(nix/bufCheck): always run from repo root | Florian Klink | 1 | -3/+3 |
2022-12-27 | r/5500 feat(nix/bufCheck): ensure .pb.go is up to date | Florian Klink | 2 | -2/+22 |
2022-12-27 | r/5499 fix(tazjin/nixos): delete firefox from machines | Vincent Ambo | 1 | -1/+0 |
2022-12-26 | r/5498 feat(3p/overlays): Build overlaid packages in CI explicitly | Vincent Ambo | 2 | -4/+1 |
2022-12-26 | r/5497 chore(nix/buildGo): drop thing.proto from example | Florian Klink | 2 | -18/+0 |
2022-12-26 | r/5496 feat(txix/store/protos): init go.mod, generate .pb.go files | Florian Klink | 9 | -0/+2390 |
2022-12-26 | r/5495 feat(tvix/store/protos): add go_package option | Florian Klink | 5 | -0/+10 |
2022-12-26 | r/5494 docs(tvix/store): add README, document services and store model | Florian Klink | 4 | -2/+391 |
2022-12-26 | r/5493 fix(third_party/nixpkgs): add support for --bytes-as-base64 in evans | Florian Klink | 2 | -0/+160 |
2022-12-26 | r/5492 feat(tvix/store): use tonic-build for protos | Florian Klink | 5 | -20/+2334 |