log net.rhope @ 164:429afd920a23

age author description
Mon, 10 Jan 2011 00:25:35 -0500 Mike Pavone Allow sending and receiving arrays of arbitrary objects rather than just UInt8s
Sun, 05 Dec 2010 18:04:54 -0500 Mike Pavone Add support for opening a new TCP connection and fix bug in Read Delim
Mon, 22 Nov 2010 01:15:02 -0500 Mike Pavone Sort of working port of framework. Transaction bug seems to be getting in the way. Going to work around, but want the old version in the repo so I can test later.
Sun, 21 Nov 2010 22:08:17 -0500 Mike Pavone Add incredibly ugly implementation of Read Delim to TCP Connection
Sun, 21 Nov 2010 18:21:45 -0500 Mike Pavone Add Read method to TCP connection
Sun, 21 Nov 2010 17:10:49 -0500 Mike Pavone Add TCP Connection type and implement Write and Close methods
Sun, 21 Nov 2010 16:33:17 -0500 Mike Pavone Fix some bugs. Get basic network code working (epoll listener + accept connections). Start porting webserver.