aboutsummaryrefslogtreecommitdiff
path: root/tests/sockets
AgeCommit message (Collapse)Author
2013-11-09Provided an implementation for gai_strerror and gave getaddrinfo sensible ↵Fraser Adams
default behaviour when hints is set to NULL. Ideally getaddrinfo should supply multiple addrinfo values when hints is NULL or ai_family is set to AF_UNSPEC but this is a somewhat more complex proposition
2013-09-13gethostbyname_r update.Bruce Mitchener
* gethostbyname_r is now the 6 arg version. * Make enet use the right code path (this should be upstreamed). * Add a compat header to make these declarations visible to all without extra compilation flags.
2013-08-31 - temp fix for test_enetAnthony Pesch
- added debugging info to websocket backend
2013-08-30don't close client sockets by default in echo server enabling TCP teardown ↵Anthony Pesch
to succeed
2013-08-29 - created SOCKFSAnthony Pesch
- added support for node-based listen servers - updated tests to also test against compiled listen servers
2013-08-29 - added raw addr / hostname lookup supportAnthony Pesch
- added getaddrinfo, freeaddrinfo, getnameinfo and gai_strerror stub - added tests for getaddrinfo and getnameinfo - consolidated test_gethostbyname and test_sockets_gethostbyname
2013-08-23add USE_IFRAME define to support compiled serversAnthony Pesch
2013-08-23minor fix to send in partial sockets testAnthony Pesch
2013-08-23fixed server down testAnthony Pesch
2013-08-19remove another SIGTERMAlon Zakai
2013-08-19disable use of SIGTERM in socket server, does not build in all linuxesAlon Zakai
2013-08-18clean up sv sockets for socket testsAnthony Pesch
2013-08-14Minor fixes for webrtc test.Alan Kligman
2013-08-14Test for webrtc sockets.Alan Kligman
2013-08-09 - converted all socket tests to use C for the server-sideAnthony Pesch
- added new echo client / server test - updated websock harness and added new CompiledServerHarness to help run tests on multiple backends
2013-08-09updated and temporarily disabled test_sockets_gethostbynameAnthony Pesch
2013-08-09 - removed test_socketsAnthony Pesch
- removed test_sockets_bi_* - removed soon to be redundant test_sockets_select_server_closes_connection
2013-08-09 - moved enet tests and relay scriptAnthony Pesch
- added support for SOCKK define to override ports when compiling
2013-08-07removed unused EMBED_SIDE defineAnthony Pesch
2013-08-07renamed socket testsAnthony Pesch