Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-25 | Code is all reorganized. We're about ready to release. I should write up a | Mike Buland | |
little explenation of the arrangement. | |||
2011-07-25 | In theory, after constructing a TcpSocket object, you can now take the | Mike 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-01-20 | Wow! Merged the branch, streams are updated, and there's no more FString, run | Mike Buland | |
the fixstrings.sh script in the support directory to (hopefully) automatically update your projects. | |||
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland | |
that were using fstring, I hope. | |||
2011-01-19 | Started work adding more functions to stream, and changing to a new size type. | Mike Buland | |
2011-01-14 | Here's a udp socket. It's not done yet, it can just about send data. | Mike Buland | |
2010-10-16 | Many, many changes. Documentation changes, renamed the socket class to | Mike Buland | |
TcpSocket, fixed many other things, and finally removed ParamProc. Anything that needs it will now have to switch to OptParser. |