depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-11
Modernize AutoCloseFD
Shea Levy
1
-11
/
+11
2016-06-09
Use O_CLOEXEC in most places
Eelco Dolstra
1
-2
/
+2
2016-06-03
Fix "creating statement: table ValidPaths has no column named ultimate"
Eelco Dolstra
1
-41
/
+29
2016-06-03
Fix some more references to storeDir
Eelco Dolstra
1
-2
/
+2
2016-06-02
LocalStore: Allow the physical and logical store directories to differ
Eelco Dolstra
1
-32
/
+40
2016-06-02
Respect build-use-substitutes
Eelco Dolstra
1
-0
/
+2
2016-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
1
-16
/
+11
2016-06-01
Skip substituters with an incompatible store directory
Eelco Dolstra
1
-0
/
+2
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
1
-35
/
+32
2016-05-31
nix-copy-closure / build-remote.pl: Disable signature checking
Eelco Dolstra
1
-2
/
+3
2016-05-30
Re-implement binary cache signature checking
Eelco Dolstra
1
-0
/
+5
2016-05-30
LocalStore::addToStore: Verify hash of the imported path
Eelco Dolstra
1
-0
/
+5
2016-05-30
Re-implement the WantMassQuery property of binary caches
Eelco Dolstra
1
-0
/
+1
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
1
-2
/
+2
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
1
-160
/
+34
2016-05-04
Remove OpenSSL-based signing
Eelco Dolstra
1
-69
/
+8
2016-04-29
Allow parameters in store URIs
Eelco Dolstra
1
-0
/
+6
2016-04-29
Eliminate the substituter mechanism
Eelco Dolstra
1
-202
/
+25
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
1
-2
/
+2
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
1
-2
/
+0
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
1
-52
/
+47
2016-04-14
Fix std::atomic_flag build failure
Eelco Dolstra
1
-0
/
+1
2016-04-08
Remove failed build caching
Eelco Dolstra
1
-59
/
+7
2016-04-08
Make LocalStore thread-safe
Eelco Dolstra
1
-129
/
+136
2016-04-07
Sign locally-built paths
Eelco Dolstra
1
-1
/
+15
2016-04-05
Add "nix copy-sigs" command
Eelco Dolstra
1
-3
/
+19
2016-03-30
LocalStore: Keep track of ultimately trusted paths
Eelco Dolstra
1
-8
/
+28
2016-03-30
Improve the SQLite wrapper API
Eelco Dolstra
1
-171
/
+64
2016-03-30
Factour out SQLite handling
Eelco Dolstra
1
-171
/
+0
2016-03-30
Turn retrying SQLite transactions into a higher-order function
Eelco Dolstra
1
-33
/
+42
2016-03-22
Don't overload dumpPath()
Eelco Dolstra
1
-1
/
+1
2016-03-21
Add Store::dumpPath() method
Eelco Dolstra
1
-1
/
+1
2016-03-21
Drop support for upgrading from Nix <= 0.12
Eelco Dolstra
1
-84
/
+7
2016-03-04
Eliminate some large string copying
Eelco Dolstra
1
-4
/
+4
2016-02-26
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
1
-1
/
+2
2016-02-24
deletePath(): Succeed if path doesn't exist
Eelco Dolstra
1
-3
/
+3
2016-02-24
Eliminate reserveSpace flag
Eelco Dolstra
1
-17
/
+13
2016-02-24
LocalStore::addTextToStore(): Don't read the path we just wrote
Eelco Dolstra
1
-3
/
+5
2016-02-17
Fix build without sodium
Eelco Dolstra
1
-4
/
+1
2016-02-16
Rename ValidPathInfo::hash -> narHash for consistency
Eelco Dolstra
1
-16
/
+16
2016-02-15
Expose the export magic value and move LocalStore::queryReferences to Store
Eelco Dolstra
1
-14
/
+3
2016-02-15
Add function to extract hash part of a store path
Eelco Dolstra
1
-1
/
+1
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
1
-2
/
+2
2016-01-31
Use the daemon when we don't have write access to the Nix database
Eelco Dolstra
1
-1
/
+7
2016-01-12
Canonicalize gids to 0
Eelco Dolstra
1
-2
/
+2
2015-12-10
Build sandbox support etc. unconditionally on Linux
Eelco Dolstra
1
-7
/
+2
2015-07-20
nix-copy-closure: Add -v flag
Eelco Dolstra
1
-1
/
+3
2015-07-20
More cleanup
Eelco Dolstra
1
-11
/
+3
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
1
-73
/
+73
2015-06-22
Use posix_fallocate to create /nix/var/nix/db/reserved
Eelco Dolstra
1
-1
/
+11
[next]