Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-07 | renamed socket tests | Anthony Pesch | |
2013-08-07 | - select shouldn't return an error when the socket is valid, but disconnected | Anthony 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-04 | Merge branch 'incoming' of github.com:kanaka/emscripten into incoming | Alon Zakai | |
2013-01-30 | Fix '-1' problem in recv | Aleksander Guryanov | |
2013-01-08 | Support 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-05 | fix networking for both stream and dgram | Alon Zakai | |
2012-10-13 | add parameter to emscripten_set_main_loop to optionally simulate an infinite ↵ | Alon Zakai | |
loop by throwing an exception (like glutMainLoop) | |||
2012-10-01 | improve websocket harness durability | Alon Zakai | |
2012-10-01 | add socket send(), and almost working test | Alon Zakai | |