aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16<nix/fetchurl.nix>: Remove unnecessary assertionEelco Dolstra
2017-02-16Include "curl" in the User-Agent headerEelco Dolstra
2017-02-16Merge pull request #1215 from k0001/netrc-1Eelco Dolstra
2017-02-14Add support for s3:// URIsEelco Dolstra
2017-02-13Merge pull request #1224 from dezgeg/confighEelco Dolstra
2017-02-13Merge pull request #1233 from dezgeg/spliceEelco Dolstra
2017-02-13nix-daemon: Don't splice with len=SIZE_MAXTuomas Tynkkynen
2017-02-09Documentation.Renzo Carbonara
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2017-02-08configure.ac: We require C++14 nowTuomas Tynkkynen
2017-02-07nix-copy-closure: Use computeFSClosure() and LegacySSHStoreEelco Dolstra
2017-02-07Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra
2017-02-07Add a LegacySSHStore that uses nix-store --serveEelco Dolstra
2017-02-07copyStorePath(): Don't require signatures for "trusted" storesEelco Dolstra
2017-02-07Provide default implementations for a couple of Store methodsEelco Dolstra
2017-02-07Move SavingSourceAdapter to serialise.hhEelco Dolstra
2017-02-07Remove unnecessary call to topoSortPaths()Eelco Dolstra
2017-02-07SSHStore: uri -> hostEelco Dolstra
2017-02-07CleanupEelco Dolstra
2017-02-07Remove download-via-sshEelco Dolstra
2017-02-07Remove build-remote.pl.inEelco Dolstra
2017-02-02Add netrc-file supportRenzo Carbonara
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-27release.nix: Drop nix-shell referencesEelco 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-25Merge pull request #1202 from trofi/no-bsddiff_compat_includeDomen Kožar
2017-01-25Merge pull request #1199 from NixOS/osx-minimal-versionDomen Kožar
2017-01-25bail out if macOS 10.9 or lower is used during installerDomen Kožar
2017-01-24Makefile.config.in: drop unused bsddiff_compat_includeSergei Trofimovich
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