-
Joel Martin authored
- add dup2 functionality. This requires adding a ref cnt to the _WS_connections structure so that we only free the structure once all dup'd referenced are closed. Also, refactor malloc and free of connection structure into _WS_alloc and _WS_free. - allow select to accept a NULL timeout value which means sleep forever instead of segfaulting. - fix some compile warnings related to ppoll definition. - move some WebSockets related html test pages into utils and symlink them from tests.
86725f9b
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| Makefile | ||
| README.md | ||
| launch.sh | ||
| md5.c | ||
| md5.h | ||
| md5_test.c | ||
| web.py | ||
| websocket.c | ||
| websocket.h | ||
| websocket.py | ||
| wsecho.html | ||
| wsproxy.c | ||
| wsproxy.js | ||
| wsproxy.py | ||
| wstest.html | ||
| wstest.py | ||
| wswrap | ||
| wswrapper.c | ||
| wswrapper.h |