aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-02exportReferencesGraph: Only export in JSON format when in structured modeEelco Dolstra
2017-02-01Restore default signal handling in child processesEelco Dolstra
2017-01-27Periodically purge binary-cache.sqliteEelco Dolstra
2017-01-27Implement TTL for binary cache lookupsEelco Dolstra
2017-01-27Remove unused NARExistence tableEelco Dolstra
2017-01-26exportReferencesGraph: Export more complete info in JSON formatEelco Dolstra
2017-01-26Add support for passing structured data to buildersEelco Dolstra
2017-01-26Bindings: Add a method for iterating in lexicographically sorted orderEelco Dolstra
2017-01-26Fix assertion failure when a path is lockedEelco Dolstra
2017-01-26Fix interrupt handlingEelco Dolstra
2017-01-26UserLock: Fix multi-threaded access to a global variableEelco Dolstra
2017-01-26openLockFile: Return an AutoCloseFDEelco Dolstra
2017-01-26UserLock: Make more RAII-ishEelco Dolstra
2017-01-26Moving more code out of DerivationGoal::startBuilder()Eelco Dolstra
2017-01-26On HTTP errors, also show the curl errorEelco Dolstra
2017-01-26Move exportReferencesGraph into a separate methodEelco Dolstra
2017-01-24Revert "Propagate path context via builtins.readFile"Eelco Dolstra
2017-01-24Revert "builtins.readFile: Put the references of the file, not those needed t...Eelco Dolstra
2017-01-24Hopefully fix build on older GCCEelco Dolstra
2017-01-24Fix typoEelco Dolstra
2017-01-24Enable verbose curl outputEelco Dolstra
2017-01-24build-remote: Use futimes instead of futimens on APPLEShea Levy
2017-01-24Work around a bug in clang and older versions of gccEelco Dolstra
2017-01-19Merge pull request #981 from shlevy/build-remote-c++Eelco Dolstra
2017-01-19Kill builds when we get EOF on the log FDEelco Dolstra
2017-01-19CleanupEelco Dolstra
2017-01-19Use std::unique_ptr for HookInstanceEelco Dolstra
2017-01-17Handle SIGINT etc. via a sigwait() signal handler threadEelco Dolstra
2017-01-16assign environ to a temp variable to ensure livenessJude Taylor
2017-01-16AutoCloseDir: Use std::unique_ptrEelco Dolstra
2017-01-16AutoDeleteArray -> std::unique_ptrEelco Dolstra
2017-01-16nix-build: Use showManPage() and printVersion()Eelco Dolstra
2017-01-10builtins.readFile: Put the references of the file, not those needed to realiz...Shea Levy
2017-01-10build-remote: Don't use C++ streams to read the conf fileShea Levy
2017-01-10build-remote: Use std::set for feature setsShea Levy
2017-01-09Merge pull request #1139 from Mic92/masterEelco Dolstra
2017-01-07nix-shell: Fix 'nix-shell --command' doing nothing without TTYTuomas Tynkkynen
2017-01-03nix-shell: In #! mode, pass the last argumentEelco Dolstra
2017-01-03nix-shell: Don't act interactive in shebangsTuomas Tynkkynen
2017-01-03nix-shell: Fix 'nix-shell -i'Tuomas Tynkkynen
2017-01-02Provide /var/run/nscd/socket in the sandboxEelco Dolstra
2016-12-22Call Aws::InitAPIEelco Dolstra
2016-12-22Add commentEelco Dolstra
2016-12-19Revert "Merge branch 'seccomp' of https://github.com/aszlig/nix"Eelco Dolstra
2016-12-19Revert "Give root a valid home directory"Eelco Dolstra
2016-12-15Give root a valid home directoryEelco Dolstra
2016-12-15Merge branch 'master' of github.com:NixOS/nixEelco Dolstra
2016-12-15Merge branch 'seccomp' of https://github.com/aszlig/nixEelco Dolstra
2016-12-13Merge branch 'base32-overflow' of git://github.com/vcunat/nixShea Levy
2016-12-09Probably fix a segfault in PathLocksEelco Dolstra