summaryrefslogtreecommitdiffstats
path: root/mutt_socket.c
AgeCommit message (Expand)Author
2022-02-17Make sure username is included in header and body cache paths.Kevin McCarthy
2021-12-22Add mutt_socket_buffer_readln().Kevin McCarthy
2020-08-13Ensure SIGALRM interrupts connect() in batch mode.Kevin McCarthy
2020-06-17Fix STARTTLS response injection attack.Kevin McCarthy
2020-03-08Convert progress and socket_poll millis to unsigned long long.Kevin McCarthy
2019-10-11Merge branch 'stable'Kevin McCarthy
2019-10-11Clear connection input buffer when closing.Beck, Andre
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-01-21Merge branch 'stable'Kevin McCarthy
2019-01-21Fix raw socket read/write to follow expected behavior.Kevin McCarthy
2019-01-21Remove mutt_socket_read().Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-04-15Add libidn2 supportMatej Muzila
2017-07-28Convert raw_socket_poll() to use gettimeofday().Kevin McCarthy
2017-07-24Add autoconf search for clock_gettime.Kevin McCarthy
2017-07-22Add timeout parameter to mutt_socket_poll.Kevin McCarthy
2017-06-20Block SIGWINCH during connect(). (closes #3941)Kevin McCarthy
2016-05-09Back out wrapper sys_socket.h workaround (23334e967dd7)Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Create a wrapper sys_socket.h to work around Solaris namespace issues. (clos...Kevin McCarthy
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-11-15Suppress several progress messages in batch modeGary Johnson
2008-10-19Fix buglet in logging from previous commitBrendan Cully
2008-10-19Handle short writes in mutt_socket_write_d. See #3000.Brendan Cully
2008-10-07Minor simplification in mutt_socket_readln_dEmanuele Giaquinta
2008-09-29Simplify host resolution code slightly.Emanuele Giaquinta
2007-01-02add debug harness to lib.c functions, and a bunch of dprint'sThomas Roessler
2006-10-30Include <sys/time.h> if available, to ensure struct timeval isBrendan Cully
2006-08-05Include FD in socket logging.Rocco Rutte
2006-05-26Add mutt_socket_write_n to write binary data. Use this function inTAKAHASHI Tamotsu
2006-04-28pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte
2005-12-12IMAP IDLE support.Brendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-09-08Set CLOEXEC on sockets in IPv4 code path like we do in IPv6.Brendan Cully
2005-08-08Pause for a moment when a hostname fails to resolve. Closes #1942.Brendan Cully
2005-08-02Put moribund NSS support out to pasture.Brendan Cully
2005-07-26There are some functions without ANSI prototypes left in mutt-owned sources.Ralf Wildenhues
2005-03-05Rename open/close/read/write function pointers to avoid problems with systemsBrendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-27GNUTLS support. Used in Debian since Nov. 2001.Marco d'Itri
2003-11-12Fix IDN API incompatibility problems.Thomas Roessler
2003-11-10Fix double-free problems related to IDN support.Rudy Taraschi
2003-03-04Unset UseSTD3ASCIIRules, and set AllowUnassigned. (Just readingThomas Roessler
2003-03-03IDNA support for the socket back-end.Thomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2001-11-05Vsevolod Volkov's fix for #851, and a related bug.Thomas Roessler
2001-10-30TLS connection reuse. From Brendan Cully.Thomas Roessler