Peter Johnson
a3dbe9a800
Fix Windows client.
...
Windows returns WSAEWOULDBLOCK on a connect() attempt on a nonblocking socket.
Also wrap socket error handling so errors are correctly reported on Windows.
Fixes #19 .
2015-08-24 21:21:13 -07:00
Fredric Silberberg
9458da0454
Added building for arm, x86, and x64 with Gradle. This only builds ntcore currently, I'm working getting Google Test to work.
2015-08-15 21:46:21 -07:00
Peter Johnson
80247e98e5
Use relative include paths in tcpsockets.
2015-08-13 23:07:45 -07:00
Peter Johnson
7d409f071e
Add win32 tcpsockets implementation.
2015-08-04 00:01:13 -07:00
Peter Johnson
0dcaf56ed1
Add NetworkAcceptor and NetworkStream interfaces.
...
These allow mocking of TCPAcceptor and TCPStream respectively.
2015-08-02 00:06:27 -07:00
Peter Johnson
ecbf76e94b
Update tcpsockets classes to use log framework.
2015-07-31 23:34:54 -07:00
Peter Johnson
7c51178608
TCPAcceptor: Add shutdown() function.
2015-07-17 22:28:13 -07:00
Peter Johnson
e640708245
Start implementing network connectivity.
...
Change-Id: I82875bfd1c3a086033d22de636d4fb43455ebac3
2015-07-13 22:46:41 -07:00