Age | Commit message (Expand) | Author | Files | Lines |
2017-07-31 | Merge branch 'macOS' of https://github.com/davidak/nix | Eelco Dolstra | 1 | -1/+1 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -6/+6 |
2017-07-30 | replace "OS X" with "macOS" | davidak | 1 | -1/+1 |
2017-07-03 | Replace a few bool flags with enums | Eelco Dolstra | 1 | -2/+2 |
2017-05-08 | build-remote: Check remote build status | Eelco Dolstra | 1 | -1/+4 |
2017-05-02 | build-remote: Fix fallback to other machines when connecting fails | Eelco Dolstra | 1 | -0/+1 |
2017-05-02 | Add an option for specifying remote builders | Eelco Dolstra | 2 | -10/+3 |
2017-05-02 | Factor out machines.conf parsing | Eelco Dolstra | 1 | -87/+8 |
2017-05-02 | build-hook: If there are no machines defined, quit permanently | Eelco Dolstra | 1 | -0/+5 |
2017-05-02 | build-remote: Ugly hackery to get build logs to work | Eelco Dolstra | 1 | -1/+1 |
2017-05-01 | build-remote: Don't require signatures | Eelco Dolstra | 1 | -2/+2 |
2017-05-01 | Support arbitrary store URIs in nix.machines | Eelco Dolstra | 1 | -33/+44 |
2017-05-01 | Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOAD | Eelco Dolstra | 1 | -1/+3 |
2017-05-01 | build-remote: Don't copy the .drv closure | Eelco Dolstra | 1 | -2/+5 |
2017-05-01 | Pass verbosity level to build hook | Eelco Dolstra | 1 | -3/+6 |
2017-03-16 | ssh:// -> ssh-ng://, legacy-ssh:// -> ssh:// | Eelco Dolstra | 1 | -1/+1 |
2017-03-16 | copyPaths(): Use queryValidPaths() to reduce SSH latency | Eelco Dolstra | 1 | -6/+10 |
2017-03-03 | build-remote: Don't use a SSH master | Eelco Dolstra | 1 | -1/+3 |
2017-03-03 | build-remote: Fix passing SSH key | Eelco Dolstra | 1 | -1/+1 |
2017-03-03 | build-remote: Misc cleanup | Eelco Dolstra | 1 | -48/+41 |
2017-02-07 | Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix | Eelco Dolstra | 2 | -2/+1 |
2017-01-26 | openLockFile: Return an AutoCloseFD | Eelco Dolstra | 1 | -2/+2 |
2017-01-24 | Hopefully fix build on older GCC | Eelco Dolstra | 1 | -3/+5 |
2017-01-24 | Fix typo | Eelco Dolstra | 1 | -1/+1 |
2017-01-24 | build-remote: Use futimes instead of futimens on APPLE | Shea Levy | 1 | -0/+7 |
2017-01-20 | nix-copy-closure: Implement in C++. | Shea Levy | 2 | -2/+1 |
2017-01-10 | build-remote: Don't use C++ streams to read the conf file | Shea Levy | 1 | -29/+29 |
2017-01-10 | build-remote: Use std::set for feature sets | Shea Levy | 1 | -18/+14 |
2016-11-10 | build-remote: replace strtoull with stoull to take advantage of C++ error han... | Shea Levy | 1 | -2/+2 |
2016-11-10 | build-remote: Implement in C++ | Shea Levy | 2 | -0/+291 |