aboutsummaryrefslogtreecommitdiff
path: root/tests/test_sockets.py
AgeCommit message (Expand)Author
2014-03-18comment on webrtc testAlon Zakai
2014-03-18webrtc test fixAlon Zakai
2014-03-18Merge pull request #2231 from modeswitch/incomingAlon Zakai
2014-03-17Cleaned up required files (some things aren't needed for this test); Run `npm...Alan K
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
2014-03-16Add local broker for webrtc p2p test. Fixes #1974.Alan K
2014-02-10don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ...Alon Zakai
2014-01-31Fixed test_sockets.py so that it uses temp directory correctly and cleans up ...Fraser Adams
2014-01-31Add the datagram switch to the client as well as the serverFraser Adams
2014-01-31Removed capitals from a comment as requested, reinstated UDP test that was ac...Fraser Adams
2014-01-15Provide compile time and run time options for WebSocket URL and subprotocol f...Fraser Adams
2013-11-24add getprotobyname and associated functions from netdb.h. Add test_getprotoby...Fraser Adams
2013-11-18fix a bug in the accept call in library.js whereby if accept was called with ...Fraser Adams
2013-11-04Removed RunnerCore import as no longer needed and added return self.skip('nod...Fraser Adams
2013-11-02moved nodejs client test case into main sockets test class as requested. Run ...Fraser Adams
2013-10-27add support for node.js to act as a socket clientFraser Adams
2013-08-31remove temporary enet fix, and define gethostbyname_r in a header, so that we...Alon Zakai
2013-08-31 - temp fix for test_enetAnthony Pesch
2013-08-30don't close client sockets by default in echo server enabling TCP teardown to...Anthony Pesch
2013-08-30fix use of NODE_JS in test_socketsAlon Zakai
2013-08-30don't re-use ports between different harnessesAnthony Pesch
2013-08-29 - created SOCKFSAnthony Pesch
2013-08-29 - added raw addr / hostname lookup supportAnthony Pesch
2013-08-29 - minor refactoring to new address translation functions to support better "...Anthony Pesch
2013-08-23add USE_IFRAME define to support compiled serversAnthony Pesch
2013-08-23fixed server down testAnthony Pesch
2013-08-14Minor fixes for webrtc test.Alan Kligman
2013-08-14Test for webrtc sockets.Alan Kligman
2013-08-11initial work on splitting up runner.pyAnthony Pesch