Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-18 | comment on webrtc test | Alon Zakai | |
2014-03-18 | webrtc test fix | Alon Zakai | |
2014-03-18 | Merge pull request #2231 from modeswitch/incoming | Alon Zakai | |
Add local broker for webrtc p2p test. Fixes #1974. | |||
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 | Merge pull request #2020 from fadams/improve-websocket-config-options | Alon Zakai | |
Provide compile time and run time options for WebSocket URL and subproto... | |||
2014-03-16 | Add local broker for webrtc p2p test. Fixes #1974. | Alan K | |
2014-02-10 | don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ↵ | Alon Zakai | |
as it now needs libc | |||
2014-01-31 | Fixed test_sockets.py so that it uses temp directory correctly and cleans up ↵ | Fraser Adams | |
automatically. Changed server port ranges to minimise chance of port collisions | |||
2014-01-31 | Add the datagram switch to the client as well as the server | Fraser Adams | |
2014-01-31 | Removed capitals from a comment as requested, reinstated UDP test that was ↵ | Fraser Adams | |
accidentally dropped and updated settings.js comment. | |||
2014-01-15 | Provide compile time and run time options for WebSocket URL and subprotocol ↵ | Fraser Adams | |
fields | |||
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-04 | Removed RunnerCore import as no longer needed and added return ↵ | Fraser Adams | |
self.skip('node is not present') to test_nodejs_sockets_echo if node isn't available | |||
2013-11-02 | moved nodejs client test case into main sockets test class as requested. Run ↵ | Fraser Adams | |
with ./runner.py sockets.test_nodejs_sockets_echo | |||
2013-10-27 | add support for node.js to act as a socket client | Fraser Adams | |
2013-08-31 | remove temporary enet fix, and define gethostbyname_r in a header, so that ↵ | Alon Zakai | |
we can be sure at compilation time that it is used in the way it is expected to be (that function has more than one possible signature in various unixes) | |||
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-30 | fix use of NODE_JS in test_sockets | Alon Zakai | |
2013-08-30 | don't re-use ports between different harnesses | Anthony Pesch | |
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-29 | - minor refactoring to new address translation functions to support better ↵ | Anthony Pesch | |
"raw" functionality - moved test_inet* tests into sockets test suite | |||
2013-08-23 | add USE_IFRAME define to support compiled servers | Anthony Pesch | |
2013-08-23 | fixed server down test | Anthony Pesch | |
2013-08-14 | Minor fixes for webrtc test. | Alan Kligman | |
2013-08-14 | Test for webrtc sockets. | Alan Kligman | |
2013-08-11 | initial work on splitting up runner.py | Anthony Pesch | |