index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
pathlocks.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2019-08-07
pathlocks: add include to fcntl.h for O_CLOEXEC
Will Dietz
2019-08-02
Use BSD instead of POSIX file locks
Eelco Dolstra
2018-02-12
Fix 'deadlock: trying to re-acquire self-held lock'
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-01-26
Fix assertion failure when a path is locked
Eelco Dolstra
2017-01-26
openLockFile: Return an AutoCloseFD
Eelco Dolstra
2017-01-19
Merge pull request #981 from shlevy/build-remote-c++
Eelco Dolstra
2016-12-09
Probably fix a segfault in PathLocks
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-10
build-remote: Implement in C++
Shea Levy
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-07-11
Modernize AutoCloseFD
Shea Levy
2016-06-09
Use O_CLOEXEC in most places
Eelco Dolstra
2016-01-04
~PathLocks(): Handle exceptions
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2014-12-12
Ensure we're writing to stderr in the builder
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2012-03-05
Set the close-on-exec flag on file descriptors
Eelco Dolstra
2011-12-21
* Another case of lock file permissions being too liberal.
Eelco Dolstra
2010-02-03
* Revert r19797, and use a simpler solution: just don't monitor build
Eelco Dolstra
2010-02-03
* While waiting for a lock, print a sign of life every 5 minutes.
Eelco Dolstra
2010-02-02
* Remove most Cygwin-specific code. Cygwin 1.7 implements advisory
Eelco Dolstra
2009-04-21
* Use foreach in a lot of places.
Eelco Dolstra
2009-03-23
* No longer block while waiting for a lock on a store path. Instead
Eelco Dolstra
2009-02-16
* Release output locks as soon as possible, not when the destructor of
Eelco Dolstra
2008-05-21
* GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour and
Eelco Dolstra
2007-08-28
* Fix a race condition with parallel builds where multiple
Eelco Dolstra
2007-08-28
* PathLocks::lockPaths: don't allow reacquiring a lock we already
Eelco Dolstra
2006-09-04
* Use a proper namespace.
Eelco Dolstra
2006-06-20
* Concurrent GC on Cygwin.
Eelco Dolstra
2006-06-19
* On Windows we cannot delete open (lock) files, so we delete lock
Eelco Dolstra
2006-06-15
* In `nix-env -i|-u|-e', lock the profile to prevent races between
Eelco Dolstra
2005-01-31
* Don't delete active lock files.
Eelco Dolstra
2005-01-27
* Make lock removal safe by signalling to blocked processes that the
Eelco Dolstra
2004-05-11
* True parallel builds. Nix can now run as many build jobs in
Eelco Dolstra
2004-01-15
* Catch SIGINT to terminate cleanly when the user tries to interrupt
Eelco Dolstra
2003-12-21
* Bug fix: parallel builds of the same derivation failed due to lock file rem...
Eelco Dolstra
2003-11-21
* Remove lock files after building.
Eelco Dolstra
2003-11-18
* libnix -> libstore.
Eelco Dolstra