about summary refs log tree commit diff
path: root/src/nix-store (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-01 nix-store --import: Fix importing unsigned pathsEelco Dolstra1-1/+1
2017-03-01 Fix assertion failure in nix-store --exportEelco Dolstra1-0/+3
2017-03-01 Handle importing NARs containing files greater than 4 GiBEelco Dolstra1-1/+1
2017-02-07 Provide default implementations for a couple of Store methodsEelco Dolstra1-23/+0
2017-02-07 Remove unnecessary call to topoSortPaths()Eelco Dolstra1-3/+1
2016-12-07 Add a hook to run diffoscope when non-determinism is detectedEelco Dolstra1-0/+1
2016-12-07 Keep track of the exact build start/stop timesEelco Dolstra1-1/+1
2016-12-07 Expose enforce-determinism and the result to HydraEelco Dolstra1-1/+6
2016-12-06 nix-store --serve: Suppress log output on stderr when repeating a buildEelco Dolstra1-0/+1
2016-12-06 nix-store --serve: Support setting build-repeatEelco Dolstra2-1/+3
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra2-26/+26
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux2-26/+26
2016-11-10 Store::computeFSClosure(): Support a set of pathsEelco Dolstra1-7/+5
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-3/+3
2016-08-10 Add a "root" parameter to local storesEelco Dolstra1-2/+6
2016-07-26 makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra1-2/+1
2016-06-02 Allow setting the state directory as a store parameterEelco Dolstra1-14/+20
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-25/+25
2016-05-31 nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra1-1/+1
2016-05-04 Cleanup: Remove singleton()Eelco Dolstra1-4/+4
2016-05-04 Do compression in a sinkEelco Dolstra1-2/+0
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-4/+2
2016-05-04 Remove OpenSSL-based signingEelco Dolstra1-11/+7
2016-04-29 nix-store -l: Simplify implementationEelco Dolstra1-15/+2
2016-04-19 Move path info caching from BinaryCacheStore to StoreEelco Dolstra3-39/+31
2016-04-08 Remove failed build cachingEelco Dolstra1-22/+0
2016-03-22 Don't overload dumpPath()Eelco Dolstra1-1/+1
2016-03-21 Add Store::dumpPath() methodEelco Dolstra1-1/+3
2016-02-26 importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra1-2/+2
2016-02-24 Eliminate reserveSpace flagEelco Dolstra1-1/+1
2016-02-16 Rename ValidPathInfo::hash -> narHash for consistencyEelco Dolstra1-6/+6
2016-02-11 Move addPermRoot into StoreEelco Dolstra1-2/+2
2016-02-04 More of the sameEelco Dolstra5-13/+13
2016-02-04 StoreAPI -> StoreEelco Dolstra5-10/+10
2016-02-04 Eliminate the "store" global variableEelco Dolstra5-34/+39
2016-01-31 Add build mode to compute fixed-output derivation hashesEelco Dolstra1-0/+1
2016-01-28 UntabifyEelco Dolstra1-16/+16
2016-01-28 UntabifyEelco Dolstra1-63/+63
2016-01-28 printMissing(): Propagate store argumentEelco Dolstra1-1/+1
2015-12-22 Don't ignore sodium_init() return valueEelco Dolstra1-1/+2
2015-10-29 int2String() -> std::to_string()Eelco Dolstra1-2/+2
2015-10-06 nix-store --serve: Implement log size limitEelco Dolstra2-2/+4
2015-07-23 --version: Print some config infoEelco Dolstra1-1/+7
2015-07-20 More cleanupEelco Dolstra1-16/+11
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-148/+142
2015-07-17 Allow remote builds without sending the derivation closureEelco Dolstra2-10/+33
2015-06-02 Use StoreAPI::verifyStore()Eelco Dolstra1-1/+1
2015-05-21 nix-collect-garbage: Call collectGarbage() internallyEelco Dolstra1-22/+0
2015-05-13 Fix "error: deriver of path ‘’ is not known"Eelco Dolstra1-6/+5
2015-03-25 addToStore(): Take explicit name argumentEelco Dolstra1-4/+4