Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-09 | Provided 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-13 | gethostbyname_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_enet | Anthony Pesch | |
- added debugging info to websocket backend | |||
2013-08-30 | don't close client sockets by default in echo server enabling TCP teardown ↵ | Anthony Pesch | |
to succeed | |||
2013-08-29 | - created SOCKFS | Anthony 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 support | Anthony Pesch | |
- added getaddrinfo, freeaddrinfo, getnameinfo and gai_strerror stub - added tests for getaddrinfo and getnameinfo - consolidated test_gethostbyname and test_sockets_gethostbyname | |||
2013-08-23 | add USE_IFRAME define to support compiled servers | Anthony Pesch | |
2013-08-23 | minor fix to send in partial sockets test | Anthony Pesch | |
2013-08-23 | fixed server down test | Anthony Pesch | |
2013-08-19 | remove another SIGTERM | Alon Zakai | |
2013-08-19 | disable use of SIGTERM in socket server, does not build in all linuxes | Alon Zakai | |
2013-08-18 | clean up sv sockets for socket tests | Anthony Pesch | |
2013-08-14 | Minor fixes for webrtc test. | Alan Kligman | |
2013-08-14 | Test for webrtc sockets. | Alan Kligman | |
2013-08-09 | - converted all socket tests to use C for the server-side | Anthony Pesch | |
- added new echo client / server test - updated websock harness and added new CompiledServerHarness to help run tests on multiple backends | |||
2013-08-09 | updated and temporarily disabled test_sockets_gethostbyname | Anthony Pesch | |
2013-08-09 | - removed test_sockets | Anthony Pesch | |
- removed test_sockets_bi_* - removed soon to be redundant test_sockets_select_server_closes_connection | |||
2013-08-09 | - moved enet tests and relay script | Anthony Pesch | |
- added support for SOCKK define to override ports when compiling | |||
2013-08-07 | removed unused EMBED_SIDE define | Anthony Pesch | |
2013-08-07 | renamed socket tests | Anthony Pesch | |