src/sock_internal.h
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
Mon, 30 Mar 2009 01:31:00 +0300 Tero Marttila async TCP connects,
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
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 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 03:57:44 +0200 Tero Marttila a fancy socket abstraction layer, with TCP, next, SSL. Also, .hgignore