Age | Commit message (Collapse) | Author |
|
test_getprotobyname.c test suite and update test_sockets.py to include test_getprotobyname. ./runner.py sockets.test_getprotobyname completes successfully
|
|
non-NULL addr and addrlen parameters a ReferenceError occurs because accept had a parameter of addrp but later used addr. Modified tests_sockets_echo_server.c to use non-NULL addr if TEST_ACCEPT_ADDR is defined and added test case to test_sockets.py
|
|
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
|
|
* 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.
|
|
- added debugging info to websocket backend
|
|
to succeed
|
|
- added support for node-based listen servers
- updated tests to also test against compiled listen servers
|
|
- added getaddrinfo, freeaddrinfo, getnameinfo and gai_strerror stub
- added tests for getaddrinfo and getnameinfo
- consolidated test_gethostbyname and test_sockets_gethostbyname
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- added new echo client / server test
- updated websock harness and added new CompiledServerHarness to help run tests on multiple backends
|
|
|
|
- removed test_sockets_bi_*
- removed soon to be redundant test_sockets_select_server_closes_connection
|
|
- added support for SOCKK define to override ports when compiling
|
|
|
|
|