index
:
fetchmail
legacy_64_vg_debian
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lock.c: work around stupid GCC 7, GCC 9 warnings
Matthias Andree
2023-02-26
1
-1
/
+2
*
lock.c: fix unused-value warning in unlockit().
Matthias Andree
2021-08-26
1
-2
/
+5
*
Fix argument order in 'cannot write to lockfile' message.
Matthias Andree
2020-10-14
1
-1
/
+1
*
Fixup missing argument in lock.c error message.
Matthias Andree
2020-10-14
1
-1
/
+1
*
Remove word 'either' that only makes sense in verbose mode.
Matthias Andree
2020-10-14
1
-1
/
+1
*
pidfile/lockfile handling bugfixes
Matthias Andree
2020-10-13
1
-10
/
+21
*
6.4.1, regression fix for default file locations.
Matthias Andree
2019-09-28
1
-1
/
+1
*
Align with legacy_6x.
Matthias Andree
2019-08-25
1
-1
/
+1
*
Properly use long to map pid_t.
Matthias Andree
2010-04-29
1
-2
/
+3
*
Support lockfiles in non-writable directories.
Matthias Andree
2006-11-19
1
-1
/
+16
*
Add Doxygen comments to complement lock.h documentation.
Matthias Andree
2006-07-04
1
-5
/
+5
*
If the lockfile ends before the process ID, treat it as stale and unlink it.
Matthias Andree
2006-07-04
1
-4
/
+5
*
Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes
Matthias Andree
2006-05-12
1
-5
/
+5
*
Add pidfile option, requested by Héctor García.
Matthias Andree
2006-04-02
1
-8
/
+17
*
merge Mirek's fetchmail-signed.patch
Matthias Andree
2006-03-14
1
-2
/
+8
*
Only report 'removing stale lockfile' if it was actually removed.
Matthias Andree
2005-10-30
1
-3
/
+7
*
Detect error if lock file cannot be created.
Matthias Andree
2005-10-30
1
-0
/
+2
*
Exit with error if the lock file cannot be read.
Matthias Andree
2005-10-30
1
-2
/
+6
*
Bury on_exit() officially - hasn't worked since 6.0.0 or even longer.
Matthias Andree
2005-10-30
1
-7
/
+0
*
Rename lock_release to fm_lock_release, to avoid namespace collision on
Matthias Andree
2005-07-23
1
-1
/
+1
*
Fix Debian bug #230615, making PID file format FHS 2.3 compliant.
Matthias Andree
2005-07-23
1
-30
/
+39
*
Misc. sprintf and pid_t fixes.
Matthias Andree
2004-11-10
1
-4
/
+6
*
More minor fixes.
Eric S. Raymond
2003-08-13
1
-1
/
+1
*
Cygwin port fix.
Eric S. Raymond
2002-09-04
1
-1
/
+1
*
_( -> GT_(
Eric S. Raymond
2001-09-24
1
-2
/
+2
*
HMH's trivial fixes.
Eric S. Raymond
2001-07-25
1
-1
/
+1
*
strncat/snprintf cleanup.
Eric S. Raymond
2001-06-23
1
-0
/
+1
*
SA_RESTART and portability fixes.
Eric S. Raymond
2001-05-12
1
-0
/
+3
*
This refactored version works.
Eric S. Raymond
2001-03-11
1
-2
/
+2
*
After refactoring.
Eric S. Raymond
2001-03-10
1
-0
/
+130
*
Initial revision
Eric S. Raymond
2001-03-10
1
-0
/
+0