index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_sockets.py
Age
Commit message (
Expand
)
Author
2013-11-24
add getprotobyname and associated functions from netdb.h. Add test_getprotoby...
Fraser Adams
2013-11-18
fix a bug in the accept call in library.js whereby if accept was called with ...
Fraser Adams
2013-11-04
Removed RunnerCore import as no longer needed and added return self.skip('nod...
Fraser Adams
2013-11-02
moved nodejs client test case into main sockets test class as requested. Run ...
Fraser Adams
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 we...
Alon Zakai
2013-08-31
- temp fix for test_enet
Anthony Pesch
2013-08-30
don't close client sockets by default in echo server enabling TCP teardown to...
Anthony Pesch
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
2013-08-29
- added raw addr / hostname lookup support
Anthony Pesch
2013-08-29
- minor refactoring to new address translation functions to support better "...
Anthony Pesch
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