summaryrefslogtreecommitdiffstats
path: root/mutt_tunnel.c
AgeCommit message (Expand)Author
2021-06-18Reset SIGPIPE signal handler in child process before exec().Kevin McCarthy
2020-06-24Correct wording in a comment.Vincent Lefevre
2020-06-23Add $tunnel_is_secure config, defaulting set.Kevin McCarthy
2019-01-21Fix tunnels to also retry and write full buffer.Kevin McCarthy
2017-07-22Add timeout parameter to mutt_socket_poll.Kevin McCarthy
2017-04-30Convert all exec calls to use mutt_envlist(), remove setenv function.Vincent Lefevre
2016-11-20Minor resource and error logic cleanup in tunnel_socket_open()Kevin McCarthy
2016-11-20Don't close stderr when opening a tunnel. (closes #3726)Kevin McCarthy
2016-05-09Back out wrapper sys_socket.h workaround (23334e967dd7)Kevin McCarthy
2016-04-27Create a wrapper sys_socket.h to work around Solaris namespace issues. (clos...Kevin McCarthy
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-08-06Report non-zero exit status of tunnel command. Closes: #1749.Brendan Cully
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
2001-09-04patch-bac.tunnelreopen-1 from Brendan Cully.Thomas Roessler
2001-06-05patch-bac.sockets-20010605.1Thomas Roessler
2001-05-31Tunnel fixes.Thomas Roessler
2001-05-30Socket API clean-up from Brendan Cully.Thomas Roessler
2001-05-29GSSAPI fixes, tunnel driver. From Brendan Cully.Thomas Roessler