Age | Commit message (Expand) | Author |
2024-07-06 | libutil: turn HashModuloSink into a free function | eldritch horrors |
2024-07-05 | libutil: convert readFileSource to a generator | eldritch horrors |
2024-07-05 | libstore: convert dumpPath to a generator | eldritch horrors |
2024-07-02 | Merge "tree-wide: unify progress bar inactive and paused states" into main | alois31 |
2024-07-01 | tree-wide: unify progress bar inactive and paused states | Alois Wohlschlager |
2024-06-29 | Reject fully-qualified URLs in 'from' argument of `nix registry add` | Delan Azabani |
2024-06-23 | libutil: return Pid from startProcess, not pid_t | eldritch horrors |
2024-06-20 | remove InstallableValueCommand class | Qyriad |
2024-06-20 | de-inheritance CmdSearch for InstallableValueCommand | Qyriad |
2024-06-20 | de-inheritance CmdEdit for InstallableValueCommand | Qyriad |
2024-06-20 | de-inheritance CmdRun for InstallableValueCommand | Qyriad |
2024-06-20 | de-inheritance CmdBundle for InstallableValueCommand | Qyriad |
2024-06-20 | de-inheritance CmdEval for InstallableValueCommand | Qyriad |
2024-06-19 | filetransfer: return a Source from download() | eldritch horrors |
2024-06-19 | libutil: return a source from readFile | eldritch horrors |
2024-06-18 | filetransfer: {up,down}load -> transfer | eldritch horrors |
2024-06-18 | diff-closures: fix a use after free | Jade Lovelace |
2024-06-17 | libexpr: add expr memory management | eldritch horrors |
2024-06-17 | libexpr: pass Exprs as references, not pointers | eldritch horrors |
2024-06-12 | doc: rewrite the multi-user documentation to actually talk about security | Jade Lovelace |
2024-06-06 | build: expose option to enable or disable precompiled std headers | Qyriad |
2024-06-03 | Show message about `--update-input` being replaced by `nix flake update` | Nikodem Rabuliński |
2024-06-03 | Accept multiple arguments to `nix flake update` | Nikodem Rabuliński |
2024-06-01 | Revert "nix3: always use the same verbosity default (info)" | Qyriad |
2024-06-01 | Merge "build: fix static linking with a hack" into main | Qyriad |
2024-06-01 | chore: rebrand Nix to Lix when it makes sense | Raito Bezarius |
2024-05-31 | build: fix static linking with a hack | Qyriad |
2024-05-30 | build-time: remove 20% more by PCH'ing C++ stdlib | Jade Lovelace |
2024-05-29 | Remove 100s of CPU time (10%) from build times (1465s -> 1302s) | Jade Lovelace |
2024-05-29 | util.hh: Delete remaining file and clean up headers | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out namespaces.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out unix-domain-socket.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out current-process.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out processes.{hh,cc} | Tom Hubrecht |
2024-05-25 | Merge "nix3-upgrade-nix: fix when there are differing pnames" into main | Qyriad |
2024-05-25 | nix3-upgrade-nix: fix when there are differing pnames | Qyriad |
2024-05-24 | nix3: always use the same verbosity default (info) | Qyriad |
2024-05-18 | nix cat/dump-path/key: stop progress bar before writeFull | Puck Meerburg |
2024-05-08 | nix3-eval: don't elide top-level errors | Qyriad |
2024-05-07 | remove the autoconf+Make buildsystem | Qyriad |
2024-05-05 | Fix the pages in the manual for Lix | Jade Lovelace |
2024-05-05 | point nix3-upgrade-nix to releases.lix.systems/manifest.nix | Qyriad |
2024-05-03 | Merge "Rename `nix show-config` to `nix config show`" into main | Maximilian Bosch |
2024-05-03 | Rename `nix show-config` to `nix config show` | Théophane Hufschmitt |
2024-05-03 | Merge changes Id1a67156,I03f4c7c1,I146736bb,I3b1453cb into main | Qyriad |
2024-05-02 | nix3-profile: make element names stable | Qyriad |
2024-05-02 | nix3-profile: remove indices | Qyriad |
2024-05-02 | nix3-profile: allow using human-readable names to select packages | Qyriad |
2024-04-29 | docs: clarify how ^ works for -E/-f installables | Qyriad |
2024-04-29 | docs: give translation examples from nix-build -E/-A to installables | Qyriad |