about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2016-03-30 Improve the SQLite wrapper APIEelco Dolstra5-224/+157
2016-03-30 Factour out SQLite handlingEelco Dolstra4-204/+224
2016-03-30 Turn retrying SQLite transactions into a higher-order functionEelco Dolstra1-33/+42
2016-03-30 nix verify: Support checking against signatures in other storesEelco Dolstra1-2/+33
2016-03-30 HttpBinaryCacheStore: Treat 403 errors as 404Eelco Dolstra1-1/+3
2016-03-30 CurlDownloader: Fix HTTP error processingEelco Dolstra1-1/+0
2016-03-29 Improve SIGINT handling in multi-threaded programsEelco Dolstra4-14/+12
2016-03-29 Add "nix verify-store" commandEelco Dolstra1-13/+53
2016-03-29 Add "nix verify-paths" commandEelco Dolstra11-2/+432
2016-03-29 Re-enable sync_with_stdioEelco Dolstra1-3/+0
2016-03-29 Merge pull request #864 from copumpkin/remove-hackEelco Dolstra1-3/+2
2016-03-28 Kill the temporary darwin-specific channelDan Peebles1-3/+2
2016-03-24 Use shorter daemon socket path in testsEelco Dolstra3-5/+5
2016-03-24 Move signature support from NarInfo to ValidPathInfoEelco Dolstra4-39/+43
2016-03-24 TyposEelco Dolstra1-2/+2
2016-03-24 HttpBinaryCacheStore: Make thread-safeEelco Dolstra1-2/+6
2016-03-23 Drop support for daemon socket path >= 108 charactersEelco Dolstra1-15/+3
2016-03-23 LocalStoreAccessor::stat: Handle ENOTDIREelco Dolstra1-1/+1
2016-03-22 Remove references to old-school signingEelco Dolstra2-42/+0
2016-03-22 Don't overload dumpPath()Eelco Dolstra7-11/+13
2016-03-21 Move signatures from NarInfo to ValidPathInfoEelco Dolstra4-11/+21
2016-03-21 nix: Add --store flagEelco Dolstra2-4/+10
2016-03-21 Add Store::dumpPath() methodEelco Dolstra7-7/+29
2016-03-21 Drop support for upgrading from Nix <= 0.12Eelco Dolstra1-84/+7
2016-03-17 Merge pull request #852 from domenkozar/docker/1.11.2Eelco Dolstra1-13/+10
2016-03-16 Dockerfile: 1.9 -> 1.11.2, add more usersDomen Kožar1-13/+10
2016-03-15 Fix RPM buildEelco Dolstra1-1/+1
2016-03-15 Fix Darwin buildEelco Dolstra6-4/+8
2016-03-14 Fix another mismatched tagEelco Dolstra1-1/+1
2016-03-14 Fix build on clang due to -Wmismatched-tagsEelco Dolstra1-1/+2
2016-03-14 Fix bad DocBookEelco Dolstra1-2/+3
2016-03-14 BinaryCacheStore::isValidPath(): Use .narinfo cacheEelco Dolstra1-0/+9
2016-03-10 Merge pull request #834 from abbradar/masterEelco Dolstra1-1/+1
2016-03-10 Merge pull request #822 from cstrahan/nix-store-serveEelco Dolstra1-0/+58
2016-03-04 Add option binary-cache-secret-key-file for signing binary cachesEelco Dolstra3-2/+14
2016-03-04 BinaryCacheStore: Remove publicKeyFile argumentEelco Dolstra7-25/+39
2016-03-04 Eliminate some large string copyingEelco Dolstra5-23/+25
2016-03-04 Add warning about "nix" being experimentalEelco Dolstra1-0/+1
2016-03-04 Merge branch 'new-cli'Eelco Dolstra26-161/+1285
2016-03-04 DohEelco Dolstra1-1/+1
2016-03-04 Propagate path context via builtins.readFileNikolay Amiantov1-1/+1
2016-03-03 Add file missing from 201b48de60751979835037a4b4f78128ba3fb7b3Eelco Dolstra2-1/+77
2016-03-03 Merge pull request #827 from nathan7/muslEelco Dolstra2-2/+1
2016-03-03 build.cc: fs.h doesn't appear to be necessary anymoreNathan Zadoks1-1/+0
2016-03-03 configure.ac: strip -musl in the same way as -gnuNathan Zadoks1-1/+1
2016-03-02 Provide function required by HydraEelco Dolstra2-3/+16
2016-03-02 Force stack trace for boost format errorsEelco Dolstra1-5/+5
2016-03-02 Add an HTTP binary cache storeEelco Dolstra7-59/+100
2016-03-02 Eliminate local-binary-cache-store.hhEelco Dolstra2-32/+25
2016-03-02 Make store implementations pluggableEelco Dolstra3-19/+50