]> granicus.if.org Git - neomutt/commit
merge: improvements to libconn
authorRichard Russon <rich@flatcap.org>
Thu, 12 Apr 2018 09:00:49 +0000 (10:00 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 12 Apr 2018 09:00:49 +0000 (10:00 +0100)
commit34a41774ddae84d410b0afce2896039b074a40f5
treea163128b57e78217be0386129d3c06d1abfdd6fe
parent0da9f35cc2265126d51aaf8aca0c3a2fc2a3a8da
parent5808174c663277c3f663d5be4fe97dd94daff120
merge: improvements to libconn

 * replace mutt_socket_write_d by mutt_socket_send_d
 * rename mutt_socket_write to mutt_socket_send
 * introduce mutt_socket_{read,write}
 * don't try to determine buffer size if length was negative
 * rename socket_new_conn to mutt_socket_new
 * define mutt_ssl_socket_setup even when building without SSL
 * move mutt_socket_free to conn/socket.c
 * let mutt_socket_new add Connection to the list
 * move Connections declaration to conn/socket.c
 * add parameter to mutt_socket_new to specify socket type
 * move raw connection to its own file
 * conn/ssl.c: rename local var data to ssldata
 * factorise ssl_socket_open and mutt_ssl_starttls
 * rename tls_close to ssl_socket_close_and_restore