index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
derivations.cc
Age
Commit message (
Expand
)
Author
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
2016-06-02
Make derivationFromPath work on diverted stores
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-07-17
Allow remote builds without sending the derivation closure
Eelco Dolstra
2015-06-10
Export outputPaths function
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-04-08
If a .drv cannot be parsed, show its path
Eelco Dolstra
2012-11-26
Only substitute wanted outputs of a derivation
Eelco Dolstra
2012-11-26
Make "nix-build -A <derivation>.<output>" do the right thing
Eelco Dolstra
2012-10-03
Add a ‘--repair’ flag to nix-instantiate
Eelco Dolstra
2012-07-30
Refactor settings processing
Eelco Dolstra
2011-09-12
* Ouch. A store upgrade could cause a substituter to be triggered,
Eelco Dolstra
2011-08-31
* Eliminate all uses of the global variable ‘store’ from libstore.
Eelco Dolstra
2011-07-20
* Fix a huuuuge security hole in the Nix daemon. It didn't check that
Eelco Dolstra
2010-04-21
* Don't use an ostringstream in unparseDerivation(), because it's
Eelco Dolstra
2010-04-19
* Don't use the ATerm library for parsing/printing .drv files.
Eelco Dolstra
2009-04-21
* Use foreach in a lot of places.
Eelco Dolstra
2008-08-25
* Strip off the `.nix' suffix from the attribute name for files in
Eelco Dolstra
2007-01-29
* computeStorePathForText: take the references into account when
Eelco Dolstra
2006-12-01
* Replace read-only calls to addTextToStore.
Eelco Dolstra
2006-11-30
* Refactoring. There is now an abstract interface class StoreAPI
Eelco Dolstra
2006-10-16
* Big cleanup of the semantics of paths, strings, contexts, string
Eelco Dolstra
2006-09-04
* Remove unnecessary inclusions of aterm2.h.
Eelco Dolstra
2006-09-04
* Use a proper namespace.
Eelco Dolstra
2006-05-02
* Removed a bunch of ATreverses.
Eelco Dolstra
2005-01-25
* Maintain the references/referers relation also for derivations.
Eelco Dolstra
2005-01-20
* Terminology fixes.
Eelco Dolstra
2005-01-20
* Another change to low-level derivations. The last one this year, I
Eelco Dolstra
2005-01-19
* Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->
Eelco Dolstra