]> Pileus Git - ~andy/fetchmail/history - lock.c
Minor bug fixes for socket.c
[~andy/fetchmail] / lock.c
2010-04-29 Matthias AndreeProperly use long to map pid_t.
2006-11-19 Matthias AndreeSupport lockfiles in non-writable directories.
2006-07-04 Matthias AndreeAdd Doxygen comments to complement lock.h documentation.
2006-07-04 Matthias AndreeIf the lockfile ends before the process ID, treat it...
2006-05-12 Matthias AndreeRename all fetchmail-internal lock_* functions to fm_lo...
2006-04-02 Matthias AndreeAdd pidfile option, requested by Héctor García.
2006-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2005-10-30 Matthias AndreeOnly report 'removing stale lockfile' if it was actuall...
2005-10-30 Matthias AndreeDetect error if lock file cannot be created.
2005-10-30 Matthias AndreeExit with error if the lock file cannot be read.
2005-10-30 Matthias AndreeBury on_exit() officially - hasn't worked since 6.0...
2005-07-23 Matthias AndreeRename lock_release to fm_lock_release, to avoid namesp...
2005-07-23 Matthias AndreeFix Debian bug #230615, making PID file format FHS...
2004-11-10 Matthias AndreeMisc. sprintf and pid_t fixes.
2003-08-13 Eric S. RaymondMore minor fixes.
2002-09-04 Eric S. RaymondCygwin port fix.
2001-09-24 Eric S. Raymond_( -> GT_(
2001-07-25 Eric S. RaymondHMH's trivial fixes.
2001-06-23 Eric S. Raymondstrncat/snprintf cleanup.
2001-05-12 Eric S. RaymondSA_RESTART and portability fixes.
2001-03-11 Eric S. RaymondThis refactored version works.
2001-03-10 Eric S. RaymondAfter refactoring.
2001-03-10 Eric S. RaymondInitial revision