index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-03-21
Drop support for upgrading from Nix <= 0.12
Eelco Dolstra
2016-03-15
Fix Darwin build
Eelco Dolstra
2016-03-14
Fix another mismatched tag
Eelco Dolstra
2016-03-14
Fix build on clang due to -Wmismatched-tags
Eelco Dolstra
2016-03-14
BinaryCacheStore::isValidPath(): Use .narinfo cache
Eelco Dolstra
2016-03-10
Merge pull request #834 from abbradar/master
Eelco Dolstra
2016-03-04
Add option binary-cache-secret-key-file for signing binary caches
Eelco Dolstra
2016-03-04
BinaryCacheStore: Remove publicKeyFile argument
Eelco Dolstra
2016-03-04
Eliminate some large string copying
Eelco Dolstra
2016-03-04
Add warning about "nix" being experimental
Eelco Dolstra
2016-03-04
Merge branch 'new-cli'
Eelco Dolstra
2016-03-04
Propagate path context via builtins.readFile
Nikolay Amiantov
2016-03-03
Add file missing from 201b48de60751979835037a4b4f78128ba3fb7b3
Eelco Dolstra
2016-03-03
build.cc: fs.h doesn't appear to be necessary anymore
Nathan Zadoks
2016-03-02
Provide function required by Hydra
Eelco Dolstra
2016-03-02
Force stack trace for boost format errors
Eelco Dolstra
2016-03-02
Add an HTTP binary cache store
Eelco Dolstra
2016-03-02
Eliminate local-binary-cache-store.hh
Eelco Dolstra
2016-03-02
Make store implementations pluggable
Eelco Dolstra
2016-03-02
Fix reading symlinks
Eelco Dolstra
2016-03-02
Remove bad assertion
Eelco Dolstra
2016-03-02
FdSource: track number of bytes read
Eelco Dolstra
2016-03-02
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
2016-02-29
Add an HTTP binary cache store
Eelco Dolstra
2016-02-29
Eliminate local-binary-cache-store.hh
Eelco Dolstra
2016-02-29
Make store implementations pluggable
Eelco Dolstra
2016-02-28
Fix reading symlinks
Eelco Dolstra
2016-02-26
Remove bad assertion
Eelco Dolstra
2016-02-26
FdSource: track number of bytes read
Eelco Dolstra
2016-02-26
importPaths(): Optionally add NARs to binary cache accessor
Eelco Dolstra
2016-02-25
nix: Add commands to query contents of NARs / binary caches
Eelco Dolstra
2016-02-25
Merge branch 'master' into new-cli
Eelco Dolstra
2016-02-25
Add NAR / Store accessor abstraction
Eelco Dolstra
2016-02-25
Fix short boolean flags
Eelco Dolstra
2016-02-25
Fix build
Eelco Dolstra
2016-02-25
Merge branch 'master' into new-cli
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-24
BinaryCacheStore: Implement addToStore()
Eelco Dolstra
2016-02-24
openStoreAt(): Initialise the binary cache
Eelco Dolstra
2016-02-24
Show a proper error message for unimplemented binary cache operations
Eelco Dolstra
2016-02-24
Typo
Eelco Dolstra
2016-02-24
Move BinaryCacheStore / LocalBinaryCacheStore from Hydra
Eelco Dolstra
2016-02-24
Merge pull request #816 from tsion/incomplete-parse
Eelco Dolstra
2016-02-24
std::condition_variable_any -> std::condition_variable
Eelco Dolstra
2016-02-24
C++ templates are just a glorified macro facility
Eelco Dolstra
2016-02-24
Remove bad daemon connections from the pool
Eelco Dolstra
2016-02-24
Throw a specific error for incomplete parse errors.
Scott Olson
2016-02-23
Pool<T>: Allow a maximum pool size
Eelco Dolstra
[next]