Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-17 | Cleaned up required files (some things aren't needed for this test); Run ↵ | Alan K | |
`npm install` as part of test. | |||
2014-03-17 | Updated gitignore | Alan K | |
2014-03-17 | Fixed accidental submodule | Alan K | |
2014-03-16 | Add local broker for webrtc p2p test. Fixes #1974. | Alan K | |
2014-02-25 | Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests. | Dan Gohman | |
2014-02-18 | fix function types of main loop funcs in sockets tests | Alon Zakai | |
2014-01-29 | check correct define for UDP mode | Anthony Pesch | |
minor fixes related to UDP mode | |||
2013-11-24 | add getprotobyname and associated functions from netdb.h. Add ↵ | Fraser Adams | |
test_getprotobyname.c test suite and update test_sockets.py to include test_getprotobyname. ./runner.py sockets.test_getprotobyname completes successfully | |||
2013-11-18 | fix a bug in the accept call in library.js whereby if accept was called with ↵ | Fraser Adams | |
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 | |||
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 | |