aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-30Improve the SQLite wrapper APIEelco Dolstra
2016-03-30Factour out SQLite handlingEelco Dolstra
2016-03-30Turn retrying SQLite transactions into a higher-order functionEelco Dolstra
2016-03-30nix verify: Support checking against signatures in other storesEelco Dolstra
2016-03-30HttpBinaryCacheStore: Treat 403 errors as 404Eelco Dolstra
2016-03-30CurlDownloader: Fix HTTP error processingEelco Dolstra
2016-03-29Improve SIGINT handling in multi-threaded programsEelco Dolstra
2016-03-29Add "nix verify-store" commandEelco Dolstra
2016-03-29Add "nix verify-paths" commandEelco Dolstra
2016-03-29Re-enable sync_with_stdioEelco Dolstra
2016-03-24Move signature support from NarInfo to ValidPathInfoEelco Dolstra
2016-03-24TyposEelco Dolstra
2016-03-24HttpBinaryCacheStore: Make thread-safeEelco Dolstra
2016-03-23Drop support for daemon socket path >= 108 charactersEelco Dolstra
2016-03-23LocalStoreAccessor::stat: Handle ENOTDIREelco Dolstra
2016-03-22Don't overload dumpPath()Eelco Dolstra
2016-03-21Move signatures from NarInfo to ValidPathInfoEelco Dolstra
2016-03-21nix: Add --store flagEelco Dolstra
2016-03-21Add Store::dumpPath() methodEelco Dolstra
2016-03-21Drop support for upgrading from Nix <= 0.12Eelco Dolstra
2016-03-15Fix Darwin buildEelco Dolstra
2016-03-14Fix another mismatched tagEelco Dolstra
2016-03-14Fix build on clang due to -Wmismatched-tagsEelco Dolstra
2016-03-14BinaryCacheStore::isValidPath(): Use .narinfo cacheEelco Dolstra
2016-03-10Merge pull request #834 from abbradar/masterEelco Dolstra
2016-03-04Add option binary-cache-secret-key-file for signing binary cachesEelco Dolstra
2016-03-04BinaryCacheStore: Remove publicKeyFile argumentEelco Dolstra
2016-03-04Eliminate some large string copyingEelco Dolstra
2016-03-04Add warning about "nix" being experimentalEelco Dolstra
2016-03-04Merge branch 'new-cli'Eelco Dolstra
2016-03-04Propagate path context via builtins.readFileNikolay Amiantov
2016-03-03Add file missing from 201b48de60751979835037a4b4f78128ba3fb7b3Eelco Dolstra
2016-03-03build.cc: fs.h doesn't appear to be necessary anymoreNathan Zadoks
2016-03-02Provide function required by HydraEelco Dolstra
2016-03-02Force stack trace for boost format errorsEelco Dolstra
2016-03-02Add an HTTP binary cache storeEelco Dolstra
2016-03-02Eliminate local-binary-cache-store.hhEelco Dolstra
2016-03-02Make store implementations pluggableEelco Dolstra
2016-03-02Fix reading symlinksEelco Dolstra
2016-03-02Remove bad assertionEelco Dolstra
2016-03-02FdSource: track number of bytes readEelco Dolstra
2016-03-02importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-29Eliminate local-binary-cache-store.hhEelco Dolstra
2016-02-29Make store implementations pluggableEelco Dolstra
2016-02-28Fix reading symlinksEelco Dolstra
2016-02-26Remove bad assertionEelco Dolstra
2016-02-26FdSource: track number of bytes readEelco Dolstra
2016-02-26importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra
2016-02-25nix: Add commands to query contents of NARs / binary cachesEelco Dolstra