aboutsummaryrefslogtreecommitdiff
path: root/tests/sockets/test_sockets_echo_server.c
AgeCommit message (Expand)Author
2014-06-06Improve callback mechanism to allow an arbitrary userData pointer to be passe...Fraser Adams
2014-05-30Feature to enable asynchronous event driven of network eventsFraser Adams
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2014-02-18fix function types of main loop funcs in sockets testsAlon Zakai
2014-01-29check correct define for UDP modeAnthony Pesch
2013-11-18fix a bug in the accept call in library.js whereby if accept was called with ...Fraser Adams
2013-08-30don't close client sockets by default in echo server enabling TCP teardown to...Anthony Pesch
2013-08-19disable use of SIGTERM in socket server, does not build in all linuxesAlon Zakai
2013-08-18clean up sv sockets for socket testsAnthony Pesch
2013-08-09 - converted all socket tests to use C for the server-sideAnthony Pesch