about summary refs log tree commit diff
path: root/src/libstore/local-store.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-24 Fix queryPathFromHashPart()Eelco Dolstra1-1/+1
2016-08-10 SQLite:: Add some convenienceEelco Dolstra1-17/+8
2016-08-10 Mark content-addressed paths in the Nix database and in .narinfoEelco Dolstra1-7/+22
2016-08-10 Add a "root" parameter to local storesEelco Dolstra1-1/+1
2016-08-10 Remove $NIX_DB_DIREelco Dolstra1-1/+1
2016-07-26 makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra1-4/+4
2016-07-11 Modernize AutoCloseFDShea Levy1-11/+11
2016-06-09 Use O_CLOEXEC in most placesEelco Dolstra1-2/+2
2016-06-03 Fix "creating statement: table ValidPaths has no column named ultimate"Eelco Dolstra1-41/+29
2016-06-03 Fix some more references to storeDirEelco Dolstra1-2/+2
2016-06-02 LocalStore: Allow the physical and logical store directories to differEelco Dolstra1-32/+40
2016-06-02 Respect build-use-substitutesEelco Dolstra1-0/+2
2016-06-02 Allow setting the state directory as a store parameterEelco Dolstra1-16/+11
2016-06-01 Skip substituters with an incompatible store directoryEelco Dolstra1-0/+2
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-35/+32
2016-05-31 nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra1-2/+3
2016-05-30 Re-implement binary cache signature checkingEelco Dolstra1-0/+5
2016-05-30 LocalStore::addToStore: Verify hash of the imported pathEelco Dolstra1-0/+5
2016-05-30 Re-implement the WantMassQuery property of binary cachesEelco Dolstra1-0/+1
2016-05-04 Cleanup: Remove singleton()Eelco Dolstra1-2/+2
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-160/+34
2016-05-04 Remove OpenSSL-based signingEelco Dolstra1-69/+8
2016-04-29 Allow parameters in store URIsEelco Dolstra1-0/+6
2016-04-29 Eliminate the substituter mechanismEelco Dolstra1-202/+25
2016-04-21 Implement S3BinaryCacheStore::queryAllValidPaths()Eelco Dolstra1-2/+2
2016-04-20 Cache path info lookups in SQLiteEelco Dolstra1-2/+0
2016-04-19 Move path info caching from BinaryCacheStore to StoreEelco Dolstra1-52/+47
2016-04-14 Fix std::atomic_flag build failureEelco Dolstra1-0/+1
2016-04-08 Remove failed build cachingEelco Dolstra1-59/+7
2016-04-08 Make LocalStore thread-safeEelco Dolstra1-129/+136
2016-04-07 Sign locally-built pathsEelco Dolstra1-1/+15
2016-04-05 Add "nix copy-sigs" commandEelco Dolstra1-3/+19
2016-03-30 LocalStore: Keep track of ultimately trusted pathsEelco Dolstra1-8/+28
2016-03-30 Improve the SQLite wrapper APIEelco Dolstra1-171/+64
2016-03-30 Factour out SQLite handlingEelco Dolstra1-171/+0
2016-03-30 Turn retrying SQLite transactions into a higher-order functionEelco Dolstra1-33/+42
2016-03-22 Don't overload dumpPath()Eelco Dolstra1-1/+1
2016-03-21 Add Store::dumpPath() methodEelco Dolstra1-1/+1
2016-03-21 Drop support for upgrading from Nix <= 0.12Eelco Dolstra1-84/+7
2016-03-04 Eliminate some large string copyingEelco Dolstra1-4/+4
2016-02-26 importPaths(): Optionally add NARs to binary cache accessorEelco Dolstra1-1/+2
2016-02-24 deletePath(): Succeed if path doesn't existEelco Dolstra1-3/+3
2016-02-24 Eliminate reserveSpace flagEelco Dolstra1-17/+13
2016-02-24 LocalStore::addTextToStore(): Don't read the path we just wroteEelco Dolstra1-3/+5
2016-02-17 Fix build without sodiumEelco Dolstra1-4/+1
2016-02-16 Rename ValidPathInfo::hash -> narHash for consistencyEelco Dolstra1-16/+16
2016-02-15 Expose the export magic value and move LocalStore::queryReferences to StoreEelco Dolstra1-14/+3
2016-02-15 Add function to extract hash part of a store pathEelco Dolstra1-1/+1
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-2/+2
2016-01-31 Use the daemon when we don't have write access to the Nix databaseEelco Dolstra1-1/+7