guix/src/libexpr
Eelco Dolstra b618fa6eb6 * computeStorePathForText: take the references into account when
computing the store path (NIX-77).  This is an important security
  property in multi-user Nix stores.

  Note that this changes the store paths of derivations (since the
  derivation aterms are added using addTextToStore), but not most
  outputs (unless they use builtins.toFile).
2007-01-29 15:51:37 +00:00
..
Makefile.am * Option --argstr for passing string arguments easily. (NIX-75) 2007-01-14 12:32:44 +00:00
attr-path.cc * Cleanup. 2007-01-13 14:21:49 +00:00
attr-path.hh
common-opts.cc * Option --argstr for passing string arguments easily. (NIX-75) 2007-01-14 12:32:44 +00:00
common-opts.hh * Option --argstr for passing string arguments easily. (NIX-75) 2007-01-14 12:32:44 +00:00
eval.cc * Memoize strict evaluation. 2007-01-13 15:41:54 +00:00
eval.hh * Memoize strict evaluation. 2007-01-13 15:41:54 +00:00
expr-to-xml.cc * printTermAsXML: treat derivations specially; emit an element 2007-01-13 15:11:10 +00:00
expr-to-xml.hh
get-drvs.cc * Cleanup. 2007-01-13 14:21:49 +00:00
get-drvs.hh
lexer.l
nix.sdf
nixexpr-ast.def
nixexpr.cc * Canonicalise ASTs in `nix-instantiate --eval': remove position 2007-01-13 16:17:07 +00:00
nixexpr.hh * Canonicalise ASTs in `nix-instantiate --eval': remove position 2007-01-13 16:17:07 +00:00
parser.hh
parser.y * Handle multiple indirect symlinks when loading a Nix expression. 2007-01-15 14:50:25 +00:00
primops.cc * computeStorePathForText: take the references into account when 2007-01-29 15:51:37 +00:00