websockify/websockify
Solly Ross ddcec961ec Work around lack of SIGCHLD on Windows
This only enables the SIGCHLD handler if SIGCHLD
exists, such that platforms without SIGCHLD (such
as windows) can still run websockify natively.

See #108
2017-06-15 14:23:29 +02:00
..
__init__.py Don't use implicit relative imports 2015-02-03 16:52:29 -05:00
auth_plugins.py Verify username/password with BasicAuth plugin 2015-10-06 12:09:22 +02:00
token_plugins.py Added support for IPv6 addresses in tokens 2015-09-30 16:04:19 -03:00
websocket.py Handle ping/pong without payload properly 2017-04-19 13:30:10 +02:00
websocketproxy.py Remove --auto-pong argument 2017-02-07 15:38:07 +01:00
websocketserver.py Split out basic WebSocket server template 2017-02-01 08:33:07 +01:00
websockifyserver.py Work around lack of SIGCHLD on Windows 2017-06-15 14:23:29 +02:00