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
/
store-api.hh
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
1
-3
/
+8
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
1
-0
/
+7
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
1
-12
/
+50
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
1
-0
/
+1
2016-04-08
Remove failed build caching
Eelco Dolstra
1
-8
/
+0
2016-04-07
nix verify-paths: Add ‘--sigs-needed <N>’ flag
Eelco Dolstra
1
-0
/
+3
2016-04-05
Add "nix copy-sigs" command
Eelco Dolstra
1
-0
/
+4
2016-03-30
Improve the SQLite wrapper API
Eelco Dolstra
1
-2
/
+2
2016-03-24
Move signature support from NarInfo to ValidPathInfo
Eelco Dolstra
1
-0
/
+15
2016-03-22
Don't overload dumpPath()
Eelco Dolstra
1
-2
/
+2
2016-03-21
Move signatures from NarInfo to ValidPathInfo
Eelco Dolstra
1
-0
/
+7
2016-03-21
Add Store::dumpPath() method
Eelco Dolstra
1
-0
/
+5
2016-03-14
Fix another mismatched tag
Eelco Dolstra
1
-1
/
+1
2016-03-04
BinaryCacheStore: Remove publicKeyFile argument
Eelco Dolstra
1
-2
/
+1
2016-03-02
Provide function required by Hydra
Eelco Dolstra
1
-0
/
+5
2016-03-02
Make store implementations pluggable
Eelco Dolstra
1
-0
/
+17
2016-03-02
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
1
-2
/
+5
2016-02-25
Add NAR / Store accessor abstraction
Eelco Dolstra
1
-1
/
+11
2016-02-24
Eliminate reserveSpace flag
Eelco Dolstra
1
-7
/
+3
2016-02-24
Move BinaryCacheStore / LocalBinaryCacheStore from Hydra
Eelco Dolstra
1
-2
/
+22
2016-02-16
Rename ValidPathInfo::hash -> narHash for consistency
Eelco Dolstra
1
-2
/
+2
2016-02-15
Expose the export magic value and move LocalStore::queryReferences to Store
Eelco Dolstra
1
-6
/
+9
2016-02-15
Add function to extract hash part of a store path
Eelco Dolstra
1
-0
/
+6
2016-02-11
Move addPermRoot into Store
Eelco Dolstra
1
-5
/
+4
2016-02-04
StoreAPI -> Store
Eelco Dolstra
1
-4
/
+4
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
1
-18
/
+36
2016-01-31
Add build mode to compute fixed-output derivation hashes
Eelco Dolstra
1
-1
/
+1
2015-11-09
Add option to verify build determinism
Eelco Dolstra
1
-3
/
+11
2015-10-06
nix-store --serve: Implement log size limit
Eelco Dolstra
1
-1
/
+2
2015-08-21
nix-collect-garbage: Revive --max-freed
Eelco Dolstra
1
-5
/
+4
2015-07-20
Provide more detailed info about build status to hydra-queue-runner
Eelco Dolstra
1
-4
/
+14
2015-07-17
Allow remote builds without sending the derivation closure
Eelco Dolstra
1
-0
/
+22
2015-06-02
Add a ‘verifyStore’ RPC
Ludovic Courtès
1
-0
/
+4
2015-03-25
addToStore(): Take explicit name argument
Eelco Dolstra
1
-10
/
+10
2014-09-01
Add an 'optimiseStore' remote procedure call.
Ludovic Courtès
1
-0
/
+4
2014-03-30
boost::shared_ptr -> std::shared_ptr
Eelco Dolstra
1
-4
/
+3
2014-02-18
Add a flag ‘--check’ to verify build determinism
Eelco Dolstra
1
-1
/
+4
2013-05-23
nix-store --export: Export paths in topologically sorted order
Eelco Dolstra
1
-1
/
+1
2012-12-20
nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings
Eelco Dolstra
1
-0
/
+6
2012-10-03
Add a ‘--repair’ flag to nix-instantiate
Eelco Dolstra
1
-2
/
+2
2012-10-02
Add a --repair flag to ‘nix-store -r’ to repair derivation outputs
Eelco Dolstra
1
-1
/
+1
2012-08-27
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-6
/
+1
2012-08-01
Drop the block count in the garbage collector
Eelco Dolstra
1
-4
/
+0
2012-08-01
nix-store --gc: Make ‘--max-freed 0’ do the right thing
Eelco Dolstra
1
-2
/
+1
2012-07-26
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-5
/
+1
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
1
-5
/
+1
2012-07-18
Merge branch 'master' into no-manifests
Eelco Dolstra
1
-0
/
+4
2012-07-17
Add function queryPathFromHashPart()
Eelco Dolstra
1
-0
/
+4
2012-07-11
Replace hasSubstitutes() with querySubstitutablePaths()
Eelco Dolstra
1
-2
/
+2
2012-07-11
Add a function queryValidPaths()
Eelco Dolstra
1
-0
/
+3
[next]