summaryrefslogtreecommitdiff
path: root/websockify/websocketproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Rework Auth Plugins to Support HTTP Authfeature/http-auth-pluginsSolly Ross2015-08-251-9/+24
* Catch interrupted system callBennett Kanuka2015-05-131-3/+16
* Process plugin parameters in mainSolly Ross2015-05-131-32/+29
* Introduce Auth PluginsSolly Ross2015-05-131-0/+33
* Add ping heartbeat optionAric Stewart2015-04-141-0/+16
* Add option to turn on auto-pongAric Stewart2015-04-131-0/+2
* Fix bug in token_plugin/target_cfg supportSolly Ross2015-04-091-3/+6
* Introduce Token Pluginsfeature/token-pluginsSolly Ross2015-03-261-42/+60
* Don't use implicit relative importsbug/154-no-implicit-relative-importsSolly Ross2015-02-031-1/+1
* python3 compatibility fixesRadek Podgorny2014-10-021-3/+3
* Avoid using the %-operator, URL-escaped strings can contain extra %'s which c...samhed2014-03-181-6/+6
* Minor whitespace and layout tweaks, to reduce diff againstPeter Åstrand (astrand)2013-12-171-1/+1
* Merge commit '477dce6cf86d61b20a394f3cbf3170e60d199658'Peter Åstrand (astrand)2013-11-281-10/+26
|\
| * websocket: use python logging moduleAlon Bar-Lev2013-10-151-10/+26
* | Merge commit 'a7fa97f0e14926cc4433483fcb7581e0b3782140'Peter Åstrand (astrand)2013-11-271-3/+4
|\ \ | |/
| * WebSocketProxy: support non path target_cfgAlon Bar-Lev2013-10-141-3/+4
* | Merge commit 'f30ad05c70ab2a43c9078e2f79da40f1dc0c60ec'Peter Åstrand (astrand)2013-11-271-1/+4
|\ \ | |/
| * Fix #97: rebind.so not found when installedJoel Martin2013-09-271-1/+4
* | Fix Python3 compatibility when using --libserver.Peter Åstrand (astrand)2013-03-201-5/+8
* | Let our ProxyRequestHandler be default. This allows you to inheritPeter Åstrand (astrand)2013-03-201-5/+5
* | Move WebSocketProxy class so that it is defined after thePeter Åstrand (astrand)2013-03-201-125/+114
* | Removed unused import of SimpleHTTPRequestHandler.Peter Åstrand (astrand)2013-03-201-1/+0
* | Corrected last commit.Peter Åstrand (astrand)2013-03-181-1/+2
* | Renamed CustomProxyServer to WebSocketProxy; this was the earlier name.Peter Åstrand (astrand)2013-03-181-6/+5
* | Try to solve https://github.com/kanaka/websockify/issues/71 byPeter Åstrand (astrand)2013-03-141-23/+89
* | Prepare for fixing https://github.com/kanaka/websockify/issues/71:Peter Åstrand (astrand)2013-03-141-13/+14
* | Prepare for solving https://github.com/kanaka/websockify/issues/71:Peter Åstrand (astrand)2013-03-141-4/+4
|/
* websocketproxy.py: fix for python2.4Joel Martin2012-10-301-2/+5
* websocketproxy.py: put client socket handling first.Joel Martin2012-10-291-18/+18
* websocketproxy.py: better missing token exception.Joel Martin2012-10-291-1/+1
* Merge branch 'master' of github.com:kanaka/websockifyJoel Martin2012-09-211-6/+13
|\
| * Merge pull request #59 from dosht/masterJoel Martin2012-09-211-1/+1
| |\
| | * Fix --unix-target optionmostafa sameh2012-09-181-1/+1
| * | Merge pull request #61 from vishvananda/fix-popenJoel Martin2012-09-211-5/+12
| |\ \
| | * | Reset SIGPIPE handler when calling PopenVishvananda Ishaya2012-09-201-5/+12
| | |/
* | | Fix issue #60: not all arguments convertedJoel Martin2012-09-211-1/+1
|/ /
* | Gracefully handle errors when popping kwargs.Joel Martin2012-09-211-7/+7
|/
* Refactor into python modules: websocket, websocketproxyJoel Martin2012-09-171-0/+383