aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not continue autoprobing other protocols after socket errorLauri Nurmi2018-03-181-1/+1
* Merge branch 'bluhm/fetchmail-plugin-length' into legacy_64Matthias Andree2017-08-111-1/+3
|\
| * Add a FIXME comment.Matthias Andree2017-08-111-0/+2
| * Do not overrun plugin string when copying it.Alexander Bluhm2017-08-101-1/+1
|/
* Call AM_PROG_AR to simplify LTO use.Matthias Andree2017-04-231-1/+2
* Cast argument to quiet -Wformat warning in C89 mode.Matthias Andree2017-04-231-1/+1
* Remove last traces of gethostbyname().Matthias Andree2017-04-227-415/+3
* Update copyright.Matthias Andree2017-04-224-1040/+1255
* Avoid deprecated regexps in manServer.plMatthias Andree2017-04-221-3/+3
* Update.Matthias Andree2017-02-201-0/+3
* Update.Matthias Andree2017-02-201-1/+2
* Reinstate --sslcertfile documentation.Matthias Andree2017-02-201-0/+1
* Quiet linker warnings around yywrap() fix when using a C++ compiler.Matthias Andree2017-02-111-0/+3
* Work around GNU flex madness around yywrap().Matthias Andree2017-02-111-3/+5
* Mention tls1.3 and + option in NEWS.Matthias Andree2017-02-111-2/+3
* Reformat.Matthias Andree2017-02-111-2/+2
* TLS: set hostname for SNI.Matthias Andree2017-02-111-0/+14
* Initial TLSv1.3 support code.Matthias Andree2017-02-111-1/+27
* Add one comment to pop3_fastuidl().Matthias Andree2017-02-111-0/+2
* Bump version to beta3.Matthias Andree2017-02-111-1/+1
* Cease creating .tar.bz2 tarballs. (Keep .tar.xz)Matthias Andree2016-12-121-1/+1
* Fixup protocol version handling in OpenSSL 1.0.X.Matthias Andree2016-12-121-0/+4
* Drop unused variable.Matthias Andree2016-12-121-1/+0
* Merge branch 'uidl-speedup-n-log-n-64' into legacy_64Matthias Andree2016-12-1211-144/+967
|\
| * Mention import of P-Tree O(n log n) code for UIDL.Matthias Andree2016-12-111-0/+8
| * Avoid compiling unused function.Matthias Andree2016-12-111-0/+2
| * Fix portability to C90 and C++.Matthias Andree2016-12-115-12/+17
| * Report UIDs from databases one-per-line, with one leading blank space.Matthias Andree2016-12-111-9/+9
| * #define __EXTENSIONS__ to have Solaris expose ffs() from strings.hMatthias Andree2016-12-111-1/+4
| * Fixup last patch from Thomas, return void rather than NULL.Matthias Andree2016-12-111-1/+1
| * Protect against possible NULL pointerThomas Jarosch2016-12-111-0/+2
| * Fix crash on --flush.Rainer Weikusat2016-12-111-2/+5
| * #include <strings.h> for ffs() prototype.Matthias Andree2016-12-111-0/+1
| * Fix uninitialized variable.Matthias Andree2016-12-111-2/+2
| * C++ compat: cast types explicitly.Matthias Andree2016-12-112-8/+8
| * UIDL database speedup with Patricia trees.Matthias Andree2016-12-117-128/+927
* | Update German translation.Matthias Andree2016-12-121-331/+376
* | Support for Debian/Ubuntu mutilated SSLv3 support.Matthias Andree2016-12-121-0/+4
* | OpenSSL 1.1.0 API support.Matthias Andree2016-12-121-4/+76
* | Refactor OpenSSL protocol version selection logic.Matthias Andree2016-12-121-44/+54
* | Fail build early if socket.o cannot be generated.Matthias Andree2016-12-121-1/+4
|/
* Bump OpenSSL requirement to v1.0.2.Matthias Andree2016-12-113-4/+4
* Fix missing fileno() declaration.Matthias Andree2016-09-242-6/+8
* Document use of address literals for SMTP.Matthias Andree2016-07-271-5/+15
* Accept more options with a running daemon.Matthias Andree2016-07-064-10/+35
* Update Copyright year for Matthias Andree to 2016.Matthias Andree2016-06-252-3/+3
* A few Python 3 compatibility fixes.Matthias Andree2016-06-081-7/+13
* --configdump: fix quoting RHS of localnamesMatthias Andree2016-06-081-1/+1
* fetchmailconf.py: make fetchmailconf.py python{2, 3}-compliantSamuel Martin2016-06-081-46/+48
* fetchmailconf.py: fix tabs/spaces mixup preventing from compiling the pyc moduleSamuel Martin2016-06-081-1266/+1266