index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
network-openssl.c
Age
Commit message (
Expand
)
Author
2008-11-30
Improve SSL error display.
Jilles Tjoelker
2008-11-02
When returning G_IO_STATUS_ERROR in irssi_ssl_{read,write} create a GError with
Emanuele Giaquinta
2008-11-02
Cleanup error handling in irssi_ssl_{read,write}. Return G_IO_STATUS_AGAIN if
Emanuele Giaquinta
2008-03-30
Set is_readable/is_writeable/use_buffer flags.
Emanuele Giaquinta
2008-03-30
Make irssi_ssl_{seek,close} call giochan->funcs->io_{seek,close}
Emanuele Giaquinta
2008-03-28
Use g_io_channel_seek_position in irssi_ssl_seek.
Emanuele Giaquinta
2008-02-04
Remove trailing whitespace.
Emanuele Giaquinta
2007-07-08
SSL: Fix assertion failures when net_connect_ip() detects
Jilles Tjoelker
2007-07-08
Fix crash when SSL-connecting to something which closes
Jilles Tjoelker
2007-05-31
Rewrite SSL connection/handshake code.
Emanuele Giaquinta
2007-05-20
Farewell glib-1.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2005-11-23
replace guint by gsize for the glib2 version of irssi_ssl_read
Valentin Batz
2005-10-15
Remove the inline declarations, patch by nailbiter
Valentin Batz
2003-11-16
Fixed some memory leaks.
Timo Sirainen
2003-11-16
compile fix if there's no openssl
Timo Sirainen
2003-11-16
compile fix for glib2
Timo Sirainen
2003-11-16
Support for sending SSL certificate to server and optionally verify server's
Timo Sirainen
2002-10-28
compiling fix
Timo Sirainen
2002-10-26
GLIB2 support for SSL code. Patch by vjt@users.sf.net
Timo Sirainen
2002-08-26
right. maybe now builds with glib2 right?
Timo Sirainen
2002-08-26
fixes to work with glib2 (untested...)
Timo Sirainen
2002-08-26
Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after
Timo Sirainen