summaryrefslogtreecommitdiffstats
path: root/mutt_tunnel.c (follow)
Commit message (Expand)AuthorAgeLines
* Reset SIGPIPE signal handler in child process before exec().Kevin McCarthy2021-06-18-0/+1
* Correct wording in a comment.Vincent Lefevre2020-06-24-1/+1
* Add $tunnel_is_secure config, defaulting set.Kevin McCarthy2020-06-23-0/+5
* Fix tunnels to also retry and write full buffer.Kevin McCarthy2019-01-21-10/+26
* Add timeout parameter to mutt_socket_poll.Kevin McCarthy2017-07-22-3/+3
* Convert all exec calls to use mutt_envlist(), remove setenv function.Vincent Lefevre2017-04-30-1/+1
* Minor resource and error logic cleanup in tunnel_socket_open()Kevin McCarthy2016-11-20-1/+6
* Don't close stderr when opening a tunnel. (closes #3726)Kevin McCarthy2016-11-20-2/+7
* Back out wrapper sys_socket.h workaround (23334e967dd7)Kevin McCarthy2016-05-09-1/+1
* Create a wrapper sys_socket.h to work around Solaris namespace issues. (clos...Kevin McCarthy2016-04-27-1/+1
* IMAP IDLE support.Brendan Cully2005-12-12-0/+16
* 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
* Report non-zero exit status of tunnel command. Closes: #1749.Brendan Cully2005-08-06-2/+10
* Rename open/close/read/write function pointers to avoid problems with systemsBrendan Cully2005-03-05-4/+4
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* patch-bac.tunnelreopen-1 from Brendan Cully.Thomas Roessler2001-09-04-5/+4
* patch-bac.sockets-20010605.1Thomas Roessler2001-06-05-17/+68
* Tunnel fixes.Thomas Roessler2001-05-31-12/+19
* Socket API clean-up from Brendan Cully.Thomas Roessler2001-05-30-3/+0
* GSSAPI fixes, tunnel driver. From Brendan Cully.Thomas Roessler2001-05-29-0/+111