index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.cc
Age
Commit message (
Expand
)
Author
2016-06-02
LocalStore: Allow the physical and logical store directories to differ
Eelco Dolstra
2016-06-02
Respect build-use-substitutes
Eelco Dolstra
2016-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
2016-06-01
Skip substituters with an incompatible store directory
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-31
nix-copy-closure / build-remote.pl: Disable signature checking
Eelco Dolstra
2016-05-30
Re-implement binary cache signature checking
Eelco Dolstra
2016-05-30
LocalStore::addToStore: Verify hash of the imported path
Eelco Dolstra
2016-05-30
Re-implement the WantMassQuery property of binary caches
Eelco Dolstra
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
2016-05-04
Remove OpenSSL-based signing
Eelco Dolstra
2016-04-29
Allow parameters in store URIs
Eelco Dolstra
2016-04-29
Eliminate the substituter mechanism
Eelco Dolstra
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
2016-04-14
Fix std::atomic_flag build failure
Eelco Dolstra
2016-04-08
Remove failed build caching
Eelco Dolstra
2016-04-08
Make LocalStore thread-safe
Eelco Dolstra
2016-04-07
Sign locally-built paths
Eelco Dolstra
2016-04-05
Add "nix copy-sigs" command
Eelco Dolstra
2016-03-30
LocalStore: Keep track of ultimately trusted paths
Eelco Dolstra
2016-03-30
Improve the SQLite wrapper API
Eelco Dolstra
2016-03-30
Factour out SQLite handling
Eelco Dolstra
2016-03-30
Turn retrying SQLite transactions into a higher-order function
Eelco Dolstra
2016-03-22
Don't overload dumpPath()
Eelco Dolstra
2016-03-21
Add Store::dumpPath() method
Eelco Dolstra
2016-03-21
Drop support for upgrading from Nix <= 0.12
Eelco Dolstra
2016-03-04
Eliminate some large string copying
Eelco Dolstra
2016-02-26
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
2016-02-24
deletePath(): Succeed if path doesn't exist
Eelco Dolstra
2016-02-24
Eliminate reserveSpace flag
Eelco Dolstra
2016-02-24
LocalStore::addTextToStore(): Don't read the path we just wrote
Eelco Dolstra
2016-02-17
Fix build without sodium
Eelco Dolstra
2016-02-16
Rename ValidPathInfo::hash -> narHash for consistency
Eelco Dolstra
2016-02-15
Expose the export magic value and move LocalStore::queryReferences to Store
Eelco Dolstra
2016-02-15
Add function to extract hash part of a store path
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2016-01-31
Use the daemon when we don't have write access to the Nix database
Eelco Dolstra
2016-01-12
Canonicalize gids to 0
Eelco Dolstra
2015-12-10
Build sandbox support etc. unconditionally on Linux
Eelco Dolstra
2015-07-20
nix-copy-closure: Add -v flag
Eelco Dolstra
2015-07-20
More cleanup
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-06-22
Use posix_fallocate to create /nix/var/nix/db/reserved
Eelco Dolstra
2015-05-13
cygwin: explicitly include required c headers
Rok Garbas
2015-04-07
Revert /nix/store permission back to 01775
Eelco Dolstra
2015-03-25
addToStore(): Take explicit name argument
Eelco Dolstra
2015-01-08
Doh^2
Eelco Dolstra
[next]