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
/
nix-store
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
1
-3
/
+3
2016-08-10
Add a "root" parameter to local stores
Eelco Dolstra
1
-2
/
+6
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
1
-2
/
+1
2016-06-02
Allow setting the state directory as a store parameter
Eelco Dolstra
1
-14
/
+20
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
1
-25
/
+25
2016-05-31
nix-copy-closure / build-remote.pl: Disable signature checking
Eelco Dolstra
1
-1
/
+1
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
1
-4
/
+4
2016-05-04
Do compression in a sink
Eelco Dolstra
1
-2
/
+0
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
1
-4
/
+2
2016-05-04
Remove OpenSSL-based signing
Eelco Dolstra
1
-11
/
+7
2016-04-29
nix-store -l: Simplify implementation
Eelco Dolstra
1
-15
/
+2
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
3
-39
/
+31
2016-04-08
Remove failed build caching
Eelco Dolstra
1
-22
/
+0
2016-03-22
Don't overload dumpPath()
Eelco Dolstra
1
-1
/
+1
2016-03-21
Add Store::dumpPath() method
Eelco Dolstra
1
-1
/
+3
2016-02-26
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
1
-2
/
+2
2016-02-24
Eliminate reserveSpace flag
Eelco Dolstra
1
-1
/
+1
2016-02-16
Rename ValidPathInfo::hash -> narHash for consistency
Eelco Dolstra
1
-6
/
+6
2016-02-11
Move addPermRoot into Store
Eelco Dolstra
1
-2
/
+2
2016-02-04
More of the same
Eelco Dolstra
5
-13
/
+13
2016-02-04
StoreAPI -> Store
Eelco Dolstra
5
-10
/
+10
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
5
-34
/
+39
2016-01-31
Add build mode to compute fixed-output derivation hashes
Eelco Dolstra
1
-0
/
+1
2016-01-28
Untabify
Eelco Dolstra
1
-16
/
+16
2016-01-28
Untabify
Eelco Dolstra
1
-63
/
+63
2016-01-28
printMissing(): Propagate store argument
Eelco Dolstra
1
-1
/
+1
2015-12-22
Don't ignore sodium_init() return value
Eelco Dolstra
1
-1
/
+2
2015-10-29
int2String() -> std::to_string()
Eelco Dolstra
1
-2
/
+2
2015-10-06
nix-store --serve: Implement log size limit
Eelco Dolstra
2
-2
/
+4
2015-07-23
--version: Print some config info
Eelco Dolstra
1
-1
/
+7
2015-07-20
More cleanup
Eelco Dolstra
1
-16
/
+11
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
1
-148
/
+142
2015-07-17
Allow remote builds without sending the derivation closure
Eelco Dolstra
2
-10
/
+33
2015-06-02
Use StoreAPI::verifyStore()
Eelco Dolstra
1
-1
/
+1
2015-05-21
nix-collect-garbage: Call collectGarbage() internally
Eelco Dolstra
1
-22
/
+0
2015-05-13
Fix "error: deriver of path ‘’ is not known"
Eelco Dolstra
1
-6
/
+5
2015-03-25
addToStore(): Take explicit name argument
Eelco Dolstra
1
-4
/
+4
2015-03-04
Add option to hide display of missing paths
Eelco Dolstra
1
-1
/
+2
2015-02-18
nix-store --generate-binary-cache-key: Write key to disk
Eelco Dolstra
1
-4
/
+8
2015-02-10
Make libsodium an optional dependency
Eelco Dolstra
1
-0
/
+6
2015-02-10
Add base64 encoder/decoder
Eelco Dolstra
1
-8
/
+2
2015-02-04
Use libsodium instead of OpenSSL for binary cache signing
Eelco Dolstra
2
-3
/
+33
2014-12-12
Ensure we're writing to stderr in the builder
Eelco Dolstra
1
-1
/
+1
2014-10-14
nix-store -q: Check for conflicting flags
Eelco Dolstra
1
-4
/
+12
2014-09-01
Add an 'optimiseStore' remote procedure call.
Ludovic Courtès
1
-19
/
+1
2014-08-20
Use pager for more commands
Eelco Dolstra
1
-0
/
+2
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2
-26
/
+26
2014-08-20
nix-store -l: Automatically pipe output into $PAGER
Eelco Dolstra
1
-0
/
+2
2014-08-13
Refactor option handling
Eelco Dolstra
1
-93
/
+92
2014-07-24
nix-copy-closure: Drop --bzip2, --xz, --show-progress
Eelco Dolstra
1
-32
/
+1
[next]