]> Pileus Git - ~andy/fetchmail/history - lock.c
Fix typo repsonsible -> responsible.
[~andy/fetchmail] / lock.c
2012-09-05 Matthias AndreeMerge branch 'legacy_63'
2011-05-30 Matthias AndreeMerge branch 'common-6x'
2011-05-17 Matthias AndreeMerge 'next' branch up to tag 'before-cpp'
2010-12-14 Matthias AndreeMerge branch 'master' into next
2010-12-13 Matthias AndreeMerge branch 'master' into next
2010-12-13 Matthias AndreeMerge commit 'refs/merge-requests/4' of gitorious.org...
2010-12-13 Matthias AndreeMerge commit 'refs/merge-requests/1' of gitorious.org...
2010-12-12 Matthias AndreeMerge Rainer Weikusat's P-Tree implementation for uid.
2010-12-12 Matthias AndreeUpdate for gettext 0.17.
2010-12-12 Matthias AndreeDrop checks for atexit, stty, strerror. Assume these...
2010-12-12 Matthias AndreeRemove some obsolete constructs...
2010-05-24 Ben KibbeyMerge remote branch 'upstream/master'
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