aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/references.hh
AgeCommit message (Collapse)Author
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2010-11-16* Store the size of a store path in the database (to be precise, theEelco Dolstra
size of the NAR serialisation of the path, i.e., `nix-store --dump PATH'). This is useful for Hydra.
2009-03-28* Scan for references and compute the SHA-256 hash of the output inEelco Dolstra
one pass. This halves the amount of I/O.
2006-09-04* Use a proper namespace.Eelco Dolstra
* Optimise header file usage a bit. * Compile the parser as C++.
2005-11-16* Did something useful while waiting at IAD: reference scanning is nowEelco Dolstra
much faster.
2003-11-18* libnix -> libstore.Eelco Dolstra