src/line_proto.h
Wed, 27 May 2009 23:57:48 +0300 Tero Marttila nexus.c compiles new-lib-errors
Tue, 28 Apr 2009 23:10:38 +0300 Tero Marttila fix line_proto bugs new-transport
Tue, 28 Apr 2009 22:36:36 +0300 Tero Marttila fixed fifo new-transport
Tue, 28 Apr 2009 22:08:59 +0300 Tero Marttila add transport/sock/line_proto/etc code compiles new-transport
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
Mon, 30 Mar 2009 16:31:24 +0300 Tero Marttila implement irc_queue, with some basic functionality tests
Mon, 30 Mar 2009 01:31:27 +0300 Tero Marttila documentation tweaks
Thu, 12 Mar 2009 22:50:08 +0200 Tero Marttila remove irc_chan.state, modify irc_chan_callbacks.on_msg to take a irc_nm, improve error handling a bit further (up to irc_net now)
Thu, 12 Mar 2009 21:12:48 +0200 Tero Marttila add line_proto test, enhance others
Tue, 10 Mar 2009 03:48:00 +0200 Tero Marttila add line_proto_callbacks.on_error, although irc_conn doesn't pass it up
Tue, 10 Mar 2009 03:38:20 +0200 Tero Marttila convert line_proto to use a line_proto_callbacks struct
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 23:48:34 +0200 Tero Marttila improve line_proto output buffering slightly
Sat, 28 Feb 2009 22:47:39 +0200 Tero Marttila add initial irc_conn code that can register
Sat, 28 Feb 2009 21:39:15 +0200 Tero Marttila irc_line implementation
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:21:22 +0200 Tero Marttila split off line_proto, and make sock_stream_error return a const error_info