aboutsummaryrefslogtreecommitdiff
path: root/src/tcpsocket.cpp (follow)
AgeCommit message (Collapse)Author
2011-07-25In theory, after constructing a TcpSocket object, you can now take theMike Buland
operating system socket handle away and use it yourself, after doing so, the TcpSocket will not close the socket when it exits, or be able to effect it ever again.
2011-05-24Added some empty files that will become my new random number generator system,Mike Buland
also fixed a bug in TcpSocket that caused the system to think the socket was closed when it just connected too quickly.
2011-02-21david - udp not building on windows for now && fixed a windows tcpsocket thingDavid
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
fstring, and updated the copyright notice to extend to 2011
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
that were using fstring, I hope.
2011-01-19Started work adding more functions to stream, and changing to a new size type.Mike Buland
2010-10-16Many, many changes. Documentation changes, renamed the socket class toMike Buland
TcpSocket, fixed many other things, and finally removed ParamProc. Anything that needs it will now have to switch to OptParser.