Age | Commit message (Expand) | Author | Files | Lines |
2023-10-25 | r/6879 fix(tazjin/emacs): always list ttys locally | Vincent Ambo | 1 | -1/+2 |
2023-10-25 | r/6878 chore(tvix): move buildkite.yml from views/tvix to tvix/ | Florian Klink | 1 | -0/+0 |
2023-10-24 | r/6877 chore(nix/buildGo): bump to go 1.19 | Florian Klink | 1 | -5/+5 |
2023-10-23 | r/6876 fix(tvix/cli/derivation): fix populate_output_configuration | Florian Klink | 1 | -302/+81 |
2023-10-23 | r/6875 refactor(tvix/cli): rename `a` to `algo_str` | Florian Klink | 1 | -2/+3 |
2023-10-23 | r/6874 test(tvix/cli/derivation): add test cases for output path calc | Florian Klink | 4 | -0/+49 |
2023-10-23 | r/6873 refactor(tvix/cli): move evaluator instantiation to helper | Florian Klink | 1 | -30/+29 |
2023-10-23 | r/6872 fix(nix-compat/src/derivation/validate): remove break | Florian Klink | 1 | -2/+31 |
2023-10-23 | r/6871 refactor(tvix/nix-compat): rename NixHashWithMode -> CAHash | Florian Klink | 10 | -209/+222 |
2023-10-22 | r/6870 feat(tvix/store/protos): add CA field | Florian Klink | 4 | -3/+67 |
2023-10-22 | r/6869 refactor(tvix/store): move deriver field into narinfo submessage | Florian Klink | 11 | -90/+92 |
2023-10-22 | r/6868 feat(nix/buildkite): fetch drvmap from *any* default branch builds | Vincent Ambo | 1 | -25/+36 |
2023-10-20 | r/6867 fix(users/Profpatsch/openlab-tools): fix cache again | Profpatsch | 1 | -100/+114 |
2023-10-20 | r/6866 feat(users/Profpatsch/openlab-tools): introduce handler abstraction | Profpatsch | 1 | -33/+97 |
2023-10-20 | r/6865 fix(users/Profpatsch/openlab-tools): return 304 iff cache is same | Profpatsch | 1 | -6/+14 |
2023-10-20 | r/6864 fix(users/Profpatsch/openlab-tools): add cache headers | Profpatsch | 5 | -33/+118 |
2023-10-20 | r/6863 fix(users/Profpatsch/openlab-tools): add source to table | Profpatsch | 1 | -9/+24 |
2023-10-20 | r/6862 fix(users/Profpatsch/openlab-tools): really deepseq cache content | Profpatsch | 1 | -5/+5 |
2023-10-20 | r/6861 fix(users/Profpatsch/openlab-tools): deepseq cache content | Profpatsch | 3 | -3/+9 |
2023-10-20 | r/6860 feat(users/Profpatsch/openlab-tools): contact info | Profpatsch | 1 | -0/+2 |
2023-10-20 | r/6859 feat(users/Profpatsch/openlab-tools): main page | Profpatsch | 3 | -10/+78 |
2023-10-19 | r/6858 feat(users/Profpatsch): init openlab-tools | Profpatsch | 4 | -0/+484 |
2023-10-18 | r/6857 test(tvix/nix-compat/nar/writer/sync): add tests | Florian Klink | 3 | -0/+138 |
2023-10-18 | r/6856 feat(tvix/nix-compat/nar/reader): add tests | Florian Klink | 5 | -0/+122 |
2023-10-18 | r/6855 fix(tvix/nix-compat/nar/wire): correct Node::Some doc comment | edef | 1 | -1/+2 |
2023-10-18 | r/6854 refactor(nix-compat/nar/writer): use clone_into | edef | 2 | -4/+2 |
2023-10-18 | r/6853 feat(tvix/nix-compat): NAR reader | edef | 8 | -4/+530 |
2023-10-18 | r/6852 docs(tvix/nix-compat/nar): document the wire format | edef | 1 | -2/+66 |
2023-10-18 | r/6851 refactor(tvix/nix-compat): use hash_with_mode's nix_hash_string | Florian Klink | 1 | -7/+1 |
2023-10-17 | r/6850 docs(tvix/castore/directorysvc): document drop without put and close | Florian Klink | 1 | -0/+4 |
2023-10-17 | r/6849 chore(tvix/nar-bridge): update to latest go mod renames | Florian Klink | 18 | -29/+29 |
2023-10-17 | r/6848 chore(tvix/store-go): rename go module | Florian Klink | 13 | -20/+20 |
2023-10-17 | r/6847 chore(tvix/castore-go): rename go module | Florian Klink | 6 | -9/+9 |
2023-10-17 | r/6846 chore(tvix): move regenerate scripts to passthru | Florian Klink | 3 | -14/+16 |
2023-10-17 | r/6845 chore(nix/bufCheck): remove git status check | Florian Klink | 1 | -13/+2 |
2023-10-17 | r/6844 chore(tvix): move store golang bindings to tvix/store-go | Florian Klink | 20 | -10/+95 |
2023-10-17 | r/6843 chore(tvix): move castore golang bindings to tvix/castore-go | Florian Klink | 17 | -9/+94 |
2023-10-17 | r/6842 fix(tvix/castore): Fix race when ingesting into castore | Connor Brewster | 1 | -0/+4 |
2023-10-16 | r/6841 refactor(tvix/nix-compat/derivation): remove some clones | Florian Klink | 1 | -3/+9 |
2023-10-16 | r/6840 feat(tvix): add go to shell | Florian Klink | 1 | -0/+1 |
2023-10-16 | r/6839 fix(tvix/cli): don't use protobuf from pkgs, but pkgs.buildPackages | Florian Klink | 1 | -1/+1 |
2023-10-16 | r/6838 fix(tvix): fix binary building on Darwin | Florian Klink | 1 | -0/+8 |
2023-10-16 | r/6837 refactor(tvix): push rarely-used darwin-specific hacks down | Florian Klink | 1 | -8/+10 |
2023-10-16 | r/6836 fix(tvix/shell): fix cargo build on MacOS | Florian Klink | 1 | -4/+6 |
2023-10-16 | r/6835 feat(nix-compat): add bench for aterm parsing | Florian Klink | 4 | -1/+43 |
2023-10-16 | r/6834 refactor(nix-compat/derivation): drop non_unicode test | Florian Klink | 1 | -81/+1 |
2023-10-16 | r/6833 refactor(nix-compat/derivation): use ATerm for output_paths test | Florian Klink | 1 | -5/+13 |
2023-10-16 | r/6832 fix(nix-compat/derivation): handle dups | Florian Klink | 2 | -23/+173 |
2023-10-16 | r/6831 feat(nix-compat/{aterm,derivation}): init parser | Florian Klink | 14 | -3/+679 |
2023-10-16 | r/6830 feat(users/flokli): add ASG Lightning talk presentation | Florian Klink | 3 | -0/+187 |