src/line_proto.c
Mon, 04 May 2009 20:55:04 +0300 Tero Marttila refactor test.c into tests/* new-transport
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
Thu, 12 Mar 2009 23:15:57 +0200 Tero Marttila add irc_net_destroy and fix code to be valgrind-clean on bin/test
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
Tue, 10 Mar 2009 01:46:09 +0200 Tero Marttila add irc_conn_callbacks, and delay irc_chan_join until on_registered
Sun, 01 Mar 2009 02:02:48 +0200 Tero Marttila add missing irc_cmd.h, and modify line_proto/irc_conn to use log
Sun, 01 Mar 2009 01:48:14 +0200 Tero Marttila add basic log.c module
Sun, 01 Mar 2009 00:34:33 +0200 Tero Marttila irc_conn PING/PONG code, and line_proto fixups
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 19:08:51 +0200 Tero Marttila add support for \n line endings as well
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