about summary refs log tree commit diff
path: root/src/libstore/pathlocks.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-26 openLockFile: Return an AutoCloseFDEelco Dolstra1-3/+3
2016-06-03 Support sandbox builds by non-root usersEelco Dolstra1-0/+1
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-5/+1
2010-02-03 * Revert r19797, and use a simpler solution: just don't monitor buildEelco Dolstra1-2/+1
2010-02-03 * While waiting for a lock, print a sign of life every 5 minutes.Eelco Dolstra1-1/+2
2010-02-02 * Remove most Cygwin-specific code. Cygwin 1.7 implements advisoryEelco Dolstra1-4/+2
2009-03-23 * No longer block while waiting for a lock on a store path. InsteadEelco Dolstra1-2/+3
2009-02-16 * Release output locks as soon as possible, not when the destructor ofEelco Dolstra1-0/+1
2008-05-21 * GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour andEelco Dolstra1-1/+1
2007-08-28 * Fix a race condition with parallel builds where multipleEelco Dolstra1-0/+3
2006-09-04 * Use a proper namespace.Eelco Dolstra1-2/+8
2006-06-20 * Concurrent GC on Cygwin.Eelco Dolstra1-0/+10
2006-06-15 * In `nix-env -i|-u|-e', lock the profile to prevent races betweenEelco Dolstra1-2/+4
2005-01-27 * Make lock removal safe by signalling to blocked processes that theEelco Dolstra1-2/+2
2004-05-11 * True parallel builds. Nix can now run as many build jobs inEelco Dolstra1-1/+3
2003-11-21 * Remove lock files after building. Eelco Dolstra1-0/+2
2003-11-18 * libnix -> libstore.Eelco Dolstra1-0/+24