about summary refs log tree commit diff
path: root/src/pathlocks.hh
AgeCommit message (Collapse)AuthorFilesLines
2003-10-08 * Get rid of identifiers since they are redundant now. This greatlyEelco Dolstra1-2/+2
simplifies stuff. * The format of Nix expressions and the database schema changed because of this, so it's best to delete old Nix installations.
2003-08-01 * Defensive programming against POSIX locking idiocy.Eelco Dolstra1-0/+1
* Simplified realiseSlice().
2003-08-01 * normaliseFState() now locks all output paths prior to building, thusEelco Dolstra1-0/+18
ensuring that simultaneous invocations of Nix don't clobber each other's builds. * Fixed a bug in `make install'.