0ec8b7008cC websockify: added pid file creation/removal for daemon & SIGHUP handler to reload whitelist.
Samuel Brian
2016-11-07 16:36:13 +1000
6a87f5bfb2C websockify: added feature for mapping Websocket request paths to whitelisted TCP ports.
Samuel Brian
2016-11-07 16:06:41 +1000
53a49c2bbdC websockify: support for binary websocket protocol with HyBi/RFC 6455.
Samuel Brian
2016-11-07 15:43:31 +1000
8a43ea7dbeC websockify: bundled base64 encode/decode functions.
Samuel Brian
2016-11-07 15:32:35 +1000
3163e41c1cRelease as a universal wheel
Adam Chainz
2016-10-16 11:08:28 +0100
cb1508fa49Merge pull request #251 from thomasgoirand/master
Solly Ross
2016-10-10 15:53:40 -0400
325e4efe00TCP_KEEPCNT doesn't exist in non-linux
Thomas Goirand
2016-10-10 12:06:49 +0200
966ba9eb6fwin32 platform support: * no daemonizing support * no SIGCHLD signal * no multiprocessing support * override copyfile so we can retry on WSAEWOULDBLOCK
Antoine Martin
2016-08-25 15:44:21 +0700
fd846b3f5dremove unused send_parts code
Antoine Martin
2016-08-24 09:56:28 +0700
c8305399cfwebsockify does not react to SIGTERM
Abhishek Kekane
2016-02-03 22:58:21 -0800
4465e2a16cpulling numpy from setup.py
Cudadog
2016-01-12 17:53:32 -0500
c7aa7ebecfpulling numpy from setup.py
Cudadog
2016-01-12 17:53:05 -0500
0b906a1c3eMerge pull request #219 from noah8713/master
Solly Ross
2016-01-11 16:28:02 -0500
6f0e06772aRemove additional signal calls in websockify that causes novnc to hang.
Aliasgar Ginwala
2016-01-04 18:04:26 -0800
4ae2024641Remove additional signal calls in websockify that causes novnc to hang.
Aliasgar Ginwala
2016-01-03 22:26:48 -0800
84b7cd652bRemove additional signal calls in websockify that causes novnc to hang.
Aliasgar Ginwala
2016-01-03 22:26:48 -0800
66902e7746Remove additional signal calls in websockify that causes novnc to hang.
Aliasgar Ginwala
2016-01-03 22:19:06 -0800
46b7144d98Remove additional signal calls in websockify that causes novnc to hang.
Aliasgar Ginwala
2016-01-03 22:19:06 -0800
077d91e687Remove additional signal calls in websockify that causes novnc to hang. Openstack nova novnc-proxy services uses websockify to provide support for nova vms using novnc proxy. At present, novnc hangs every couple of weeks. It only resumes post restart of the novnc-proxy which is not good. Hence, this code in websockify is updated to get rid of additional signal calls to avoid novnc going in hang state even though process is running. Basically, we are getting rid of existing msg and msg calls in the websocket.py. This is kind of quick fix but we will need an additional way of figuring out the logging to make it easy to trace in case of any further failures in future.
Aliasgar Ginwala
2016-01-03 22:12:47 -0800
db2fe55d36Openstack nova novnc-proxy services uses websockify to provide support for nova vms using novnc proxy. At present, novnc hangs every couple of weeks. It only resumes post restart of the novnc-proxy which is not good. Hence, this code in websockify is updated to get rid of additional signal calls to avoid novnc going in hang state even though process is running. Basically, we are getting rid of existing msg and msg calls in the websocket.py. This is kind of quick fix but we will need an additional way of figuring out the logging to make it easy to trace in case of any further failures in future.
Aliasgar Ginwala
2016-01-03 22:12:47 -0800
54b286cfe6Openstack nova novnc-proxy services uses websockify to provide support for nova vms using novnc proxy. At present, novnc hangs every couple of weeks. It only resumes post restart of the novnc-proxy which is not good. Hence, this code in websockify is updated to get rid of additional signal calls to avoid novnc going in hang state even though process is running. Basically, we are getting rid of existing msg and msg calls in the websocket.py. This is kind of quick fix but we will need an additional way of figuring out the logging to make it easy to trace in case of any further failures in future.
Aliasgar Ginwala
2015-12-21 14:10:21 -0800
22d09bff66fix:bug-556 noVNC hangs after some time (variable)
Aliasgar Ginwala
2015-12-21 14:10:21 -0800
8a13c48428Merge pull request #215 from miguelxpn/logfile
Samuel
2015-12-05 13:19:44 +0100
b2a93bf709Add information about new logging files functionality in README
Miguel Xavier Penha Neto
2015-12-04 22:41:02 -0200
9bc002dcf9Merge pull request #214 from miguelxpn/logfile
Solly Ross
2015-12-03 12:51:56 -0800
dc979f042cFix log files when daemonizing
Miguel Xavier Penha Neto
2015-12-02 14:59:00 -0200
72b629838aMerge pull request #205 from miguelxpn/logfile
Solly Ross
2015-12-01 10:25:23 -0800
d947fb6e30Add support for log files
Miguel Xavier Penha Neto
2015-10-15 10:40:53 -0300
0b1655e73eMake numpy an optional dependency
Pavlo Shchelokovskyy
2015-11-26 10:50:03 +0200
8dacbc974cBump NPM Version
Solly Ross
2015-10-12 15:37:03 -0400
c415521214Merge pull request #201 from quinox/basicauth
Solly
2015-10-06 22:39:27 -0400
5bd6554651Verify username/password with BasicAuth plugin
Ceesjan Luiten
2015-10-06 11:39:53 +0200
a438391079Switch to using ssl.create_default_context in order to prevent various SSL attacks and choose secure ciphers
Brian Rak
2015-08-11 19:53:49 -0400
b7684e0914Merge pull request #186 from timkurvers/fix/js/node-modules-ignore
Solly
2015-08-11 13:37:57 -0400
12432c9b06Merge pull request #187 from timkurvers/fix/js/spdx-license-identifier
Solly
2015-08-05 15:32:56 -0400
2051c2419fCorrect SPDX license identifier for LGPL-3.0
Tim Kurvers
2015-08-01 16:28:59 +0200
cb6b309dadIgnore node_modules correctly
Tim Kurvers
2015-08-01 16:19:30 +0200
addc2e6b20Drop pkrumins/node-base64 dependency
Tim Kurvers
2015-08-01 16:10:58 +0200