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
2017-02-24
Verify content-addressability assertions at registration time
Eelco Dolstra
1
-0
/
+2
2017-02-22
RemoteStore::addToStore(): Pass content-addressability assertion
Eelco Dolstra
1
-1
/
+1
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
1
-1
/
+0
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
1
-39
/
+39
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
1
-39
/
+39
2016-11-09
Merge branch 'ssh-store' of https://github.com/shlevy/nix
Eelco Dolstra
1
-1
/
+2
2016-10-21
Remove addPathToAccessor
Eelco Dolstra
1
-1
/
+1
2016-10-21
BinaryCacheStore: Optionally write a NAR listing
Eelco Dolstra
1
-3
/
+3
2016-10-12
Shut up some warnings
Eelco Dolstra
1
-1
/
+1
2016-10-07
querySubstitutablePaths(): Don't query paths for which we already have a subs...
Eelco Dolstra
1
-3
/
+16
2016-10-07
LocalStore::querySubstitutablePaths(): Implement using queryValidPaths()
Eelco Dolstra
1
-7
/
+3
2016-09-22
Handle the case where signed-binary-caches consists of whitespace
Eelco Dolstra
1
-1
/
+1
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
1
-16
/
+16
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
1
-27
/
+32
2016-09-02
Factor out the unix domain socket-specific code from RemoteStore
Shea Levy
1
-1
/
+2
2016-08-24
Fix queryPathFromHashPart()
Eelco Dolstra
1
-1
/
+1
2016-08-10
SQLite:: Add some convenience
Eelco Dolstra
1
-17
/
+8
2016-08-10
Mark content-addressed paths in the Nix database and in .narinfo
Eelco Dolstra
1
-7
/
+22
2016-08-10
Add a "root" parameter to local stores
Eelco Dolstra
1
-1
/
+1
2016-08-10
Remove $NIX_DB_DIR
Eelco Dolstra
1
-1
/
+1
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
1
-4
/
+4
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
[next]