summaryrefslogtreecommitdiffstats
path: root/mutt_socket.c (follow)
Commit message (Expand)AuthorAgeLines
* Add socket send/receive timeout optionsMatthew Sotoudeh2022-12-03-0/+16
* Make sure username is included in header and body cache paths.Kevin McCarthy2022-02-17-1/+1
* Add mutt_socket_buffer_readln().Kevin McCarthy2021-12-22-0/+32
* Ensure SIGALRM interrupts connect() in batch mode.Kevin McCarthy2020-08-13-0/+22
* Fix STARTTLS response injection attack.Kevin McCarthy2020-06-17-0/+30
* Convert progress and socket_poll millis to unsigned long long.Kevin McCarthy2020-03-08-4/+6
* Merge branch 'stable'Kevin McCarthy2019-10-11-0/+2
|\
| * Clear connection input buffer when closing.Beck, Andre2019-10-11-0/+2
* | Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-1/+1
|/
* Merge branch 'stable'Kevin McCarthy2019-01-21-7/+25
|\
| * Fix raw socket read/write to follow expected behavior.Kevin McCarthy2019-01-21-7/+25
* | Remove mutt_socket_read().Kevin McCarthy2019-01-21-23/+0
* | Clean up formatting.Kevin McCarthy2019-01-04-1/+2
* | Clean up code indentation.Kevin McCarthy2019-01-04-7/+7
* | Remove trailing whitespace.Kevin McCarthy2018-12-31-17/+17
|/
* Add libidn2 supportMatej Muzila2018-04-15-4/+4
* Convert raw_socket_poll() to use gettimeofday().Kevin McCarthy2017-07-28-10/+12
* Add autoconf search for clock_gettime.Kevin McCarthy2017-07-24-0/+1
* Add timeout parameter to mutt_socket_poll.Kevin McCarthy2017-07-22-8/+31
* Block SIGWINCH during connect(). (closes #3941)Kevin McCarthy2017-06-20-1/+10
* Back out wrapper sys_socket.h workaround (23334e967dd7)Kevin McCarthy2016-05-09-1/+1
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-1/+1
* Create a wrapper sys_socket.h to work around Solaris namespace issues. (clos...Kevin McCarthy2016-04-27-1/+1
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-2/+2
* Suppress several progress messages in batch modeGary Johnson2008-11-15-5/+8
* Fix buglet in logging from previous commitBrendan Cully2008-10-19-1/+1
* Handle short writes in mutt_socket_write_d. See #3000.Brendan Cully2008-10-19-11/+18
* Minor simplification in mutt_socket_readln_dEmanuele Giaquinta2008-10-07-3/+2
* Simplify host resolution code slightly.Emanuele Giaquinta2008-09-29-6/+4
* add debug harness to lib.c functions, and a bunch of dprint'sThomas Roessler2007-01-02-1/+0
* Include <sys/time.h> if available, to ensure struct timeval isBrendan Cully2006-10-30-0/+3
* Include FD in socket logging.Rocco Rutte2006-08-05-3/+10
* Add mutt_socket_write_n to write binary data. Use this function inTAKAHASHI Tamotsu2006-05-26-3/+3
* pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte2006-04-28-5/+3
* IMAP IDLE support.Brendan Cully2005-12-12-0/+33
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Set CLOEXEC on sockets in IPv4 code path like we do in IPv6.Brendan Cully2005-09-08-0/+1
* Pause for a moment when a hostname fails to resolve. Closes #1942.Brendan Cully2005-08-08-0/+1
* Put moribund NSS support out to pasture.Brendan Cully2005-08-02-3/+1
* There are some functions without ANSI prototypes left in mutt-owned sources.Ralf Wildenhues2005-07-26-2/+2
* Rename open/close/read/write function pointers to avoid problems with systemsBrendan Cully2005-03-05-10/+10
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* GNUTLS support. Used in Debian since Nov. 2001.Marco d'Itri2005-01-27-1/+7
* Fix IDN API incompatibility problems.Thomas Roessler2003-11-12-5/+3
* Fix double-free problems related to IDN support.Rudy Taraschi2003-11-10-1/+5
* Unset UseSTD3ASCIIRules, and set AllowUnassigned. (Just readingThomas Roessler2003-03-04-2/+2
* IDNA support for the socket back-end.Thomas Roessler2003-03-03-2/+37
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-1/+1
* Vsevolod Volkov's fix for #851, and a related bug.Thomas Roessler2001-11-05-1/+1