about summary refs log tree commit diff
path: root/src/build-remote/build-remote.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-23 Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nixShea Levy1-1/+3
2018-03-20 Hack to get SSH error messages from build-remoteEelco Dolstra1-2/+6
2018-03-16 build-remote: take extra-platforms into accountLinus Heckemann1-1/+3
2018-03-13 build-remote: Don't substitute the build resultEelco Dolstra1-1/+1
2018-02-13 Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra1-0/+2
2018-02-12 Fix hang in build-remoteEelco Dolstra1-1/+1
2018-02-08 Add plugins to make Nix more extensible.Shea Levy1-0/+2
2018-01-09 nix.conf: builders-use-substitutesRenzo Carbonara1-2/+4
2017-11-25 build-remote: Fix missing log outputaszlig1-1/+1
2017-10-24 Allow shorter syntax for chroot storesEelco Dolstra1-3/+7
2017-10-24 More progress indicator improvementsEelco Dolstra1-4/+9
2017-10-24 Progress indicator: Show on what machine we're buildingEelco Dolstra1-1/+1
2017-10-24 build-remote: Work properly on a chrooted storeEelco Dolstra1-1/+1
2017-10-24 Handle log messages from build-remoteEelco Dolstra1-10/+18
2017-10-23 Pass all settings to build-remoteEelco Dolstra1-28/+31
2017-10-23 build-remote: Put current load under the store state directoryEelco Dolstra1-2/+3
2017-07-31 Merge branch 'macOS' of https://github.com/davidak/nixEelco Dolstra1-1/+1
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-6/+6
2017-07-30 replace "OS X" with "macOS"davidak1-1/+1
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-2/+2
2017-05-08 build-remote: Check remote build statusEelco Dolstra1-1/+4
2017-05-02 build-remote: Fix fallback to other machines when connecting failsEelco Dolstra1-0/+1
2017-05-02 Add an option for specifying remote buildersEelco Dolstra1-8/+3
2017-05-02 Factor out machines.conf parsingEelco Dolstra1-87/+8
2017-05-02 build-hook: If there are no machines defined, quit permanentlyEelco Dolstra1-0/+5
2017-05-02 build-remote: Ugly hackery to get build logs to workEelco Dolstra1-1/+1
2017-05-01 build-remote: Don't require signaturesEelco Dolstra1-2/+2
2017-05-01 Support arbitrary store URIs in nix.machinesEelco Dolstra1-33/+44
2017-05-01 Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOADEelco Dolstra1-1/+3
2017-05-01 build-remote: Don't copy the .drv closureEelco Dolstra1-2/+5
2017-05-01 Pass verbosity level to build hookEelco Dolstra1-3/+6
2017-03-16 ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra1-1/+1
2017-03-16 copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra1-6/+10
2017-03-03 build-remote: Don't use a SSH masterEelco Dolstra1-1/+3
2017-03-03 build-remote: Fix passing SSH keyEelco Dolstra1-1/+1
2017-03-03 build-remote: Misc cleanupEelco Dolstra1-48/+41
2017-02-07 Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra1-1/+0
2017-01-26 openLockFile: Return an AutoCloseFDEelco Dolstra1-2/+2
2017-01-24 Hopefully fix build on older GCCEelco Dolstra1-3/+5
2017-01-24 Fix typoEelco Dolstra1-1/+1
2017-01-24 build-remote: Use futimes instead of futimens on APPLEShea Levy1-0/+7
2017-01-20 nix-copy-closure: Implement in C++.Shea Levy1-1/+0
2017-01-10 build-remote: Don't use C++ streams to read the conf fileShea Levy1-29/+29
2017-01-10 build-remote: Use std::set for feature setsShea Levy1-18/+14
2016-11-10 build-remote: replace strtoull with stoull to take advantage of C++ error han...Shea Levy1-2/+2
2016-11-10 build-remote: Implement in C++Shea Levy1-0/+280