Age | Commit message (Expand) | Author | Files | Lines |
2023-10-29 | r/6905 feat(users/flokli/nixos): add deploy script | Florian Klink | 1 | -1/+16 |
2023-10-29 | r/6904 refactor(users/flokli): drop some optional args and complexity | Florian Klink | 3 | -9/+7 |
2023-10-29 | r/6903 feat(users/flokli/nixos): init archeology | Florian Klink | 5 | -0/+88 |
2023-10-28 | r/6902 fix(nix-compat/narinfo): don't allocate errors early | edef | 1 | -11/+12 |
2023-10-28 | r/6901 fix(nix-compat/narinfo): unwrap in the benchmark | edef | 1 | -2/+6 |
2023-10-28 | r/6900 refactor(tvix/nix-compat/narinfo): return errors | Florian Klink | 1 | -45/+127 |
2023-10-28 | r/6899 refactor(nix-compat/nixbase32): clean up encode | edef | 1 | -16/+15 |
2023-10-27 | r/6898 fix(nix-compat/nar/writer): `use ByteSlice` closer to call site | edef | 2 | -2/+2 |
2023-10-27 | r/6897 feat(tvix/nix-compat): add narinfo parsing and serialisation | edef | 8 | -76/+492 |
2023-10-27 | r/6896 refactor(nix-compat/store_path): use nixbase32::decode_fixed | edef | 1 | -4/+2 |
2023-10-27 | r/6895 feat(nix-compat/store_path): add StorePathRef | edef | 1 | -22/+72 |
2023-10-27 | r/6894 feat(tvix/castore): carry name in ValidateNodeError::InvalidName | edef | 2 | -14/+14 |
2023-10-27 | r/6893 refactor(tvix): turn nullary enum variants into unit variants | edef | 6 | -30/+30 |
2023-10-27 | r/6892 refactor(nix-compat/store_path): speed up validate_name fast path | edef | 1 | -12/+39 |
2023-10-27 | r/6891 feat(nix-compat/store_path): validate_name takes AsRef<[u8]> | edef | 2 | -3/+4 |
2023-10-27 | r/6890 feat(nix-compat/store_path): validate_name over borrowed data | edef | 2 | -6/+10 |
2023-10-27 | r/6889 refactor(nix-compat/store_path): don't materialise fingerprint | edef | 1 | -8/+9 |
2023-10-27 | r/6888 refactor(nix-compat/store_path): make digest and name private | edef | 6 | -21/+27 |
2023-10-27 | r/6887 fix(tvix/nix-compat): validate store path name length | edef | 1 | -2/+13 |
2023-10-27 | r/6886 fix(tvix/nix-compat): don't box CAHash::Text | edef | 3 | -14/+9 |
2023-10-27 | r/6885 feat(tvix/nix-compat): add fixed-length base32 decoding | edef | 1 | -1/+34 |
2023-10-27 | r/6884 feat(tvix/nix-compat): use AsRef<[u8]> for base32 decode input | edef | 1 | -3/+5 |
2023-10-27 | r/6883 refactor(tvix): condense long bytestrings | edef | 11 | -93/+67 |
2023-10-27 | r/6882 feat(tvix/nix-compat): decode base32 with a lookup table | edef | 1 | -22/+42 |
2023-10-27 | r/6881 refactor(tvix/nix-compat): clean up base32 decoding | edef | 1 | -23/+18 |
2023-10-27 | r/6880 refactor(tvix/nix-compat): simplify encode_len | edef | 1 | -6/+5 |
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 |