]> Pileus Git - ~andy/fetchmail/history - interface.c
Minor bug fixes for socket.c
[~andy/fetchmail] / interface.c
2012-08-14 Matthias AndreeFix length argument to memset().
2010-06-03 Matthias AndreeFix some rare or minor issues found with Clang 2.7...
2010-04-06 Matthias AndreeFix --interface regression, Debian Bug #576717.
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2009-01-06 Matthias AndreeFix: Do not overlap source and destination fields in...
2006-12-30 Matthias AndreeAdd a comment.
2006-03-25 Matthias AndreeMore warning fixes (from FreeBSD 6.1).
2005-09-19 Matthias AndreeFix missing interface_init() link failure on non-Linux...
2005-09-17 Matthias AndreeFix build problem (missing interface_init()) on FreeBSD.
2005-08-28 Matthias AndreeLarge protocol independence patch.
2005-07-20 Matthias AndreeDon't read more data from ifname than fits in the resul...
2005-07-01 Matthias AndreeFix version check to work on major >= 3.
2004-11-14 Graham WilsonDefault to Linux 2.2 /proc/net/dev format, and use...
2004-11-10 Matthias AndreeClean up the horrible HAVE_[V]SNPRINTF mess, use Trio...
2003-07-17 Eric S. RaymondGet rid ofv non-portable whitespace messages.
2002-02-15 Eric S. RaymondMinor fixes for 5.9.8.
2001-09-30 Eric S. RaymondPrevent licensing conflict.
2001-09-24 Eric S. Raymond_( -> GT_(
2001-07-04 Eric S. RaymondDon't rely on snprintf.
2001-05-29 Eric S. RaymondBefore trying to fix the no-reset bug.
2000-12-01 Eric S. RaymondMinor bugfixes.
2000-10-08 Eric S. RaymondBefore showdots,
2000-06-28 Eric S. RaymondTry to beat a sign-extension bug.
2000-04-04 Eric S. Raymondfix pclose bug.
2000-03-29 Eric S. RaymondSuppress monitor check after signal wakeup.
2000-01-31 Eric S. RaymondGraceful socket closing.
2000-01-31 Eric S. RaymondLabel save closes.
1999-11-06 Eric S. RaymondReady to send this to Mike.
1999-08-28 Eric S. RaymondFix a compilation screwup.
1999-08-17 Eric S. RaymondChanges from the road.
1999-08-01 Eric S. RaymondBetter MONITOR_SLOP fix.
1999-07-31 Eric S. RaymondBefore applying Brian Boutel's lexer fix.
1999-04-25 Eric S. RaymondFix typo.
1999-02-10 Eric S. RaymondChanged George's email address.
1999-02-07 Eric S. RaymondBetter portability.
1999-02-07 Eric S. RaymondFreeBSD support.
1999-02-03 Eric S. RaymondSimplify error reporting further.
1999-02-02 Eric S. RaymondUse a system-independent way to get version.
1999-02-01 Eric S. RaymondReturn of the dancing progress dots.
1999-01-31 Eric S. RaymondMove /proc/net/dev derivation to runtime.
1999-01-31 Eric S. RaymondAutoconfigure detection of whether we have 2.2.
1999-01-30 Eric S. RaymondA step towards functioning with 2.2.
1999-01-30 Eric S. RaymondThis version appears ready to ship.
1999-01-05 Eric S. RaymondProgress messages now go to stdout.
1999-01-05 Eric S. RaymondFirst step towards splitting error from progress messages.
1998-12-04 Eric S. RaymondFix copyrights.
1998-11-26 Eric S. RaymondFixed Debian bug report Bug#29913
1998-11-26 Eric S. RaymondInternationalization support via GNU gettext().
1998-11-22 Eric S. RaymondCleanup.
1998-05-23 Eric S. RaymondPreserve interface string through parsing.
1998-02-16 Eric S. RaymondAlll of Craig Metz's changes for IPv6 and IPSEC except...
1997-10-20 Eric S. RaymondFix interface option.
1997-09-19 Eric S. RaymondCompilation cleanups.
1997-09-11 Eric S. RaymondSupply inet_aton if needed.
1997-08-04 Eric S. RaymondIan T. Zimmerman's `interface' option.
1997-07-30 Eric S. RaymondBreak the pollname out of the names list.
1997-07-01 Eric S. RaymondSome configuration cleanup.
1997-04-01 Eric S. RaymondGeorge Sipe's fix.
1997-03-13 Eric S. RaymondAdded `set daemon'.
1997-02-14 Eric S. Raymondglibc2 fix.
1997-01-28 Eric S. RaymondBetter portability.
1997-01-24 Eric S. RaymondCorrect the interface parsing.
1997-01-19 Eric S. RaymondGeorge Sipe's monitor fixes.
1997-01-14 Eric S. RaymondChange `interface' and `monitor' options to per-server.
1996-12-29 Eric S. RaymondAfter George Sipe's changes.
1996-12-27 Eric S. RaymondTry to avoid problems with memset.
1996-12-26 Eric S. RaymondSupport interface check in foreground as well as daemon...
1996-12-26 Eric S. RaymondBetter error reporting.
1996-12-24 Eric S. RaymondGeorge Sipe's second patch and the compilation fix.
1996-12-24 Eric S. RaymondInitial revision