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
/
sockets
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-09
Provided an implementation for gai_strerror and gave getaddrinfo sensible def...
Fraser Adams
2013-09-13
gethostbyname_r update.
Bruce Mitchener
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-29
- created SOCKFS
Anthony Pesch
2013-08-29
- added raw addr / hostname lookup support
Anthony Pesch
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
2013-08-09
updated and temporarily disabled test_sockets_gethostbyname
Anthony Pesch
2013-08-09
- removed test_sockets
Anthony Pesch
2013-08-09
- moved enet tests and relay script
Anthony Pesch
2013-08-07
removed unused EMBED_SIDE define
Anthony Pesch
2013-08-07
renamed socket tests
Anthony Pesch