Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net 31625ba2b1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
alecf%netscape.com aff39b0295 fix for bug 132946
r=cls, r=pinkerton, a=asa
fix up packaging scripts so they can run from any directory
move from perl's "use" which is compile-time to require/import which are run-time, so that we can use the FindBin package.
also fix a typo which allows mozLock.pm to recognize windows paths
2002-04-01 04:43:40 +00:00
cls%seawood.org eb64032151 Drop delay between retrying locks from 1sec to 100ms and drop the overall timeout value from 60 secs to 10secs.
Bug #59454 r=bryner sr=alecf
2001-09-12 06:34:06 +00:00
cls%seawood.org 83a4702ddb Try to leave as little time as possible between discovering the lockfile does not exist and creating a new one. 2001-05-14 09:56:03 +00:00
cls%seawood.org 005e7a271e Add priv_abspath subroutine since ActiveState's perl 522 release seems to hit an infinite loop + mem leak.
Store filehandles in hash based upon lockfile name so that we can grab the filehandle latter to close the lockfile before removing it.
2001-05-14 08:32:58 +00:00
cls%seawood.org 22efa6d8df Initial version. Since flock() doesn't work on all platforms or with all filesystems, implement locking using lck files. 2001-05-13 00:25:19 +00:00