index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
udpsocket.cpp
(
follow
)
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.
2012-02-25
Fixed 32/64 bit issue in UdpSocket.
Mike Buland
2011-03-18
Wow, a lot has changed. String is not a template class, and it can do it's own
Mike Buland
formatting ala QString.
2011-02-21
david - udp not building on windows for now && fixed a windows tcpsocket thing
David
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
UdpSocket is pretty much working. Non-blocking mode isn't, which is odd, but
Mike Buland
we can figure that out later.
2011-01-20
Ummm...it's a udpsocket, mostly. It seems like it should work, but early tests
Mike Buland
are failing...
2011-01-14
Well...at least it compiles now...
Mike Buland
2011-01-14
Here's a udp socket. It's not done yet, it can just about send data.
Mike Buland