aboutsummaryrefslogtreecommitdiffstats
path: root/lock.c
Commit message (Expand)AuthorAgeFilesLines
* Properly use long to map pid_t.Matthias Andree2010-04-291-2/+3
* Support lockfiles in non-writable directories.Matthias Andree2006-11-191-1/+16
* Add Doxygen comments to complement lock.h documentation.Matthias Andree2006-07-041-5/+5
* If the lockfile ends before the process ID, treat it as stale and unlink it.Matthias Andree2006-07-041-4/+5
* Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes Matthias Andree2006-05-121-5/+5
* Add pidfile option, requested by Héctor García.Matthias Andree2006-04-021-8/+17
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-2/+8
* Only report 'removing stale lockfile' if it was actually removed.Matthias Andree2005-10-301-3/+7
* Detect error if lock file cannot be created.Matthias Andree2005-10-301-0/+2
* Exit with error if the lock file cannot be read.Matthias Andree2005-10-301-2/+6
* Bury on_exit() officially - hasn't worked since 6.0.0 or even longer.Matthias Andree2005-10-301-7/+0
* Rename lock_release to fm_lock_release, to avoid namespace collision onMatthias Andree2005-07-231-1/+1
* Fix Debian bug #230615, making PID file format FHS 2.3 compliant.Matthias Andree2005-07-231-30/+39
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-4/+6
* More minor fixes.Eric S. Raymond2003-08-131-1/+1
* Cygwin port fix.Eric S. Raymond2002-09-041-1/+1
* _( -> GT_(Eric S. Raymond2001-09-241-2/+2
* HMH's trivial fixes.Eric S. Raymond2001-07-251-1/+1
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-0/+1
* SA_RESTART and portability fixes.Eric S. Raymond2001-05-121-0/+3
* This refactored version works.Eric S. Raymond2001-03-111-2/+2
* After refactoring.Eric S. Raymond2001-03-101-0/+130
* Initial revisionEric S. Raymond2001-03-101-0/+0