Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland | |
also made sure the copyright is at the top of all the files, it's been too long. Anyway, this may effect some code, but not much, and it's an easy enough fix. | |||
2009-01-19 | This should fix the problem of never knowing if your sockets are closed. Now | Mike Buland | |
Bu::Socket::read will throw an exception if the socket has been closed. Also, you'll get an exception at object creation if the socket could connect to a computer, but not the given port. |