src/sock.c
Thu, 07 May 2009 02:46:44 +0300 Tero Marttila rename sock_ssl/sock_gnutls -> ssl/ssl_client
Tue, 28 Apr 2009 20:27:45 +0300 Tero Marttila most of the new transport/sock code compiles, but things are still missing new-transport
Thu, 16 Apr 2009 01:20:09 +0300 Tero Marttila implement sock_ssl_connect_async (the old sock_ssl_connect exists no more)
Tue, 07 Apr 2009 19:41:48 +0300 Tero Marttila implement fifo (sock_fifo.c) and test_fifo
Tue, 10 Mar 2009 02:34:11 +0200 Tero Marttila add sock_stream_release/line_proto_release/irc_conn_release functions, and add proper cleanup to irc_net_create
Sat, 28 Feb 2009 18:48:10 +0200 Tero Marttila update sock_stream_read/write semantics for EOF/EAGAIN, tentative event-based gnutls code
Sat, 28 Feb 2009 17:39:37 +0200 Tero Marttila working event-based operation for sock_tcp
Sun, 22 Feb 2009 10:16:28 +0200 Tero Marttila fix sock_stream read/write return value, move line buffer inside of line_proto, add some initial code for event-based non-blocking operation
Sun, 22 Feb 2009 08:48:21 +0200 Tero Marttila add sock_stream_callbacks and ev_base
Sun, 22 Feb 2009 08:21:22 +0200 Tero Marttila split off line_proto, and make sock_stream_error return a const error_info
Sun, 22 Feb 2009 07:08:57 +0200 Tero Marttila ERROR-ify sock_gnutls
Sun, 22 Feb 2009 06:52:55 +0200 Tero Marttila change ERROR_* to use pointers again, and implement error_info for sock_init
Sun, 22 Feb 2009 06:44:16 +0200 Tero Marttila error handling magic
Sun, 22 Feb 2009 05:27:29 +0200 Tero Marttila working SSL using gnutls - a bit of a painful process
Sun, 22 Feb 2009 03:57:44 +0200 Tero Marttila a fancy socket abstraction layer, with TCP, next, SSL. Also, .hgignore