websockify/utils
Joel Martin 1656b1b98d Fix listen_port check.
Interestingly, the bug depends on compiler behavior. If local
variables are automatically initialized to 0, then this always caused
the program to error out indicating a failure to parse the listen
port. Otherwise, the test was a no-op (except the rare case where the
memory happened to be zero anyways).

Thanks to Eugen Melnikoff for finding this.
2010-07-17 12:13:54 -05:00
..
Makefile Update C proxy to WS protocol version 76. 2010-06-30 20:39:41 -05:00
launch.sh Launch script and reworked usage in README.md. 2010-07-15 20:18:39 -05:00
md5.c Update C proxy to WS protocol version 76. 2010-06-30 20:39:41 -05:00
md5.h Update C proxy to WS protocol version 76. 2010-06-30 20:39:41 -05:00
md5_test.c Update C proxy to WS protocol version 76. 2010-06-30 20:39:41 -05:00
web.py Move wsproxy and web utils into utils/ subdir. 2010-06-07 12:49:57 -05:00
websocket.c Issue #11: daemonize after opening listen port. 2010-07-17 12:05:58 -05:00
websocket.h Remove sequence code in client and proxies. 2010-07-01 12:13:17 -05:00
websocket.py Issue #11: daemonize after opening listen port. 2010-07-17 12:05:58 -05:00
wsproxy.c Fix listen_port check. 2010-07-17 12:13:54 -05:00
wsproxy.py Issue #11: daemonize after opening listen port. 2010-07-17 12:05:58 -05:00