Age | Commit message (Expand) | Author | Files | Lines |
2014-02-18 | lexer-tab.o and parser-tab.o require each other's headers | Shea Levy | 1 | -0/+4 |
2014-02-18 | Update ignores | Shea Levy | 1 | -0/+3 |
2014-02-18 | Slight simplification | Eelco Dolstra | 1 | -17/+10 |
2014-02-18 | Add a flag ‘--check’ to verify build determinism | Eelco Dolstra | 9 | -55/+97 |
2014-02-17 | Test nix-store --verify-path and --repair-path | Eelco Dolstra | 1 | -0/+18 |
2014-02-17 | Don't build on Debian 6.0 | Eelco Dolstra | 1 | -2/+2 |
2014-02-17 | Make --repair work on Darwin | Eelco Dolstra | 1 | -3/+3 |
2014-02-17 | Refactoring | Eelco Dolstra | 1 | -29/+36 |
2014-02-17 | When using a build hook, only copy missing paths | Eelco Dolstra | 1 | -9/+6 |
2014-02-17 | Move some code around | Eelco Dolstra | 1 | -92/+82 |
2014-02-17 | nix-store --gc --max-freed: Support a unit specifier | Eelco Dolstra | 3 | -6/+25 |
2014-02-17 | Heuristically detect if a build may have failed due to a full disk | Eelco Dolstra | 2 | -5/+28 |
2014-02-17 | nix-shell: Execute shellHook if it exists | Eelco Dolstra | 2 | -0/+17 |
2014-02-17 | Add a test for repairing paths | Eelco Dolstra | 5 | -8/+56 |
2014-02-14 | download-via-ssh: Use readStorePath | Eelco Dolstra | 2 | -5/+13 |
2014-02-14 | download-via-ssh: Show where we're downloading from | Eelco Dolstra | 1 | -1/+3 |
2014-02-14 | Minor style fixes | Eelco Dolstra | 4 | -6/+14 |
2014-02-14 | Merge remote-tracking branch 'shlevy/ssh-substituter' | Eelco Dolstra | 8 | -0/+271 |
2014-02-12 | Indendation fix | Shea Levy | 1 | -21/+19 |
2014-02-12 | Remove relic of old code | Shea Levy | 1 | -2/+0 |
2014-02-12 | error messages start in lowercase | Shea Levy | 2 | -3/+3 |
2014-02-12 | Remove using declarations from download-via-ssh | Shea Levy | 1 | -20/+16 |
2014-02-12 | Document current meaning of preferLocalBuild | Eelco Dolstra | 1 | -5/+8 |
2014-02-10 | Force use of Bash | Eelco Dolstra | 1 | -1/+1 |
2014-02-10 | Binary tarball: Automatically create /nix | Eelco Dolstra | 3 | -37/+117 |
2014-02-10 | nix-store --serve: Use a versioned protocol | Shea Levy | 4 | -34/+102 |
2014-02-10 | Move StoreApi::serve into opServe | Shea Levy | 3 | -39/+29 |
2014-02-10 | Pass in params by const ref | Shea Levy | 2 | -2/+2 |
2014-02-10 | Clarify comment | Shea Levy | 1 | -1/+2 |
2014-02-10 | Binary tarball: Automatically fetch the Nixpkgs channel | Eelco Dolstra | 1 | -1/+7 |
2014-02-10 | nix-shell: Use shell.nix as the default expression if it exists | Eelco Dolstra | 2 | -7/+14 |
2014-02-08 | Add download-via-ssh substituter | Shea Levy | 6 | -0/+168 |
2014-02-08 | nix-store --serve: Flush out after every loop | Shea Levy | 2 | -2/+3 |
2014-02-08 | nix-store --serve: Use dump instead of export | Shea Levy | 3 | -12/+7 |
2014-02-08 | nix-store --serve: Don't fail if asked for info about non-valid path | Shea Levy | 1 | -0/+2 |
2014-02-08 | nix-store --serve: Don't loop forever | Shea Levy | 1 | -26/+25 |
2014-02-08 | Add the nix-store --serve command | Shea Levy | 3 | -0/+55 |
2014-02-07 | nix-instantiate --eval-only --read-write-mode: Don't depend on ordering | Shea Levy | 1 | -9/+8 |
2014-02-07 | Rename --no-readonly-mode --read-write-mode | Shea Levy | 2 | -3/+3 |
2014-02-07 | nix-instantiate: Add a --no-readonly-mode flag | Shea Levy | 2 | -0/+15 |
2014-02-07 | Fix the RPM build | Eelco Dolstra | 1 | -12/+4 |
2014-02-07 | Install header files | Eelco Dolstra | 2 | -0/+3 |
2014-02-07 | Merge commit 'a210c995cdd9279ed4137ec5d2e4cc928cb36097' | Eelco Dolstra | 5 | -26/+33 |
2014-02-07 | Support DESTDIR | Eelco Dolstra | 3 | -22/+27 |
2014-02-06 | Remove dead code | Eelco Dolstra | 1 | -3/+0 |
2014-02-06 | Set a maintainer address | Eelco Dolstra | 1 | -0/+1 |
2014-02-06 | Clean up a test warning | Eelco Dolstra | 1 | -1/+1 |
2014-02-06 | Drop dependency on ‘expr’ | Eelco Dolstra | 1 | -2/+2 |
2014-02-06 | Create the target directory of libraries and programs | Eelco Dolstra | 4 | -4/+9 |
2014-02-04 | Fix version in nix.spec | Eelco Dolstra | 1 | -4/+4 |