aboutsummaryrefslogtreecommitdiff
path: root/tests/websockets_bi.c
AgeCommit message (Collapse)Author
2013-08-07renamed socket testsAnthony Pesch
2013-08-07 - select shouldn't return an error when the socket is valid, but disconnectedAnthony Pesch
- recv should return 0 once the socket has disconnected - send should set ENOTCONN once closed, and EAGAIN while connecting - updated tests to use O_NONBLOCK and better conform to coding standards
2013-06-04Merge branch 'incoming' of github.com:kanaka/emscripten into incomingAlon Zakai
2013-01-30Fix '-1' problem in recvAleksander Guryanov
2013-01-08Support read/write on socket file descriptors.Joel Martin
Add test_websockets_bi_fileops to test using read and write instead of recv and send respectively. Uses same source files with USE_FILE_OPS define.
2013-01-05fix networking for both stream and dgramAlon Zakai
2012-10-13add parameter to emscripten_set_main_loop to optionally simulate an infinite ↵Alon Zakai
loop by throwing an exception (like glutMainLoop)
2012-10-01improve websocket harness durabilityAlon Zakai
2012-10-01add socket send(), and almost working testAlon Zakai