index
:
delta/python-packages/websockify.git
baserock/v0.6.0
baserock/v0.6.1-1-g2f02574
bug/108-no-sigchld-in-windows
bug/154-no-implicit-relative-imports
feature/generic-auth-hook
feature/http-auth-plugins
feature/strict-mode
feature/token-plugins
master
patches
primalmotion/master
github.com: kanaka/websockify.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
websockify
/
websocketproxy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework Auth Plugins to Support HTTP Auth
feature/http-auth-plugins
Solly Ross
2015-08-25
1
-9
/
+24
*
Catch interrupted system call
Bennett Kanuka
2015-05-13
1
-3
/
+16
*
Process plugin parameters in main
Solly Ross
2015-05-13
1
-32
/
+29
*
Introduce Auth Plugins
Solly Ross
2015-05-13
1
-0
/
+33
*
Add ping heartbeat option
Aric Stewart
2015-04-14
1
-0
/
+16
*
Add option to turn on auto-pong
Aric Stewart
2015-04-13
1
-0
/
+2
*
Fix bug in token_plugin/target_cfg support
Solly Ross
2015-04-09
1
-3
/
+6
*
Introduce Token Plugins
feature/token-plugins
Solly Ross
2015-03-26
1
-42
/
+60
*
Don't use implicit relative imports
bug/154-no-implicit-relative-imports
Solly Ross
2015-02-03
1
-1
/
+1
*
python3 compatibility fixes
Radek Podgorny
2014-10-02
1
-3
/
+3
*
Avoid using the %-operator, URL-escaped strings can contain extra %'s which c...
samhed
2014-03-18
1
-6
/
+6
*
Minor whitespace and layout tweaks, to reduce diff against
Peter Åstrand (astrand)
2013-12-17
1
-1
/
+1
*
Merge commit '477dce6cf86d61b20a394f3cbf3170e60d199658'
Peter Åstrand (astrand)
2013-11-28
1
-10
/
+26
|
\
|
*
websocket: use python logging module
Alon Bar-Lev
2013-10-15
1
-10
/
+26
*
|
Merge commit 'a7fa97f0e14926cc4433483fcb7581e0b3782140'
Peter Åstrand (astrand)
2013-11-27
1
-3
/
+4
|
\
\
|
|
/
|
*
WebSocketProxy: support non path target_cfg
Alon Bar-Lev
2013-10-14
1
-3
/
+4
*
|
Merge commit 'f30ad05c70ab2a43c9078e2f79da40f1dc0c60ec'
Peter Åstrand (astrand)
2013-11-27
1
-1
/
+4
|
\
\
|
|
/
|
*
Fix #97: rebind.so not found when installed
Joel Martin
2013-09-27
1
-1
/
+4
*
|
Fix Python3 compatibility when using --libserver.
Peter Åstrand (astrand)
2013-03-20
1
-5
/
+8
*
|
Let our ProxyRequestHandler be default. This allows you to inherit
Peter Åstrand (astrand)
2013-03-20
1
-5
/
+5
*
|
Move WebSocketProxy class so that it is defined after the
Peter Åstrand (astrand)
2013-03-20
1
-125
/
+114
*
|
Removed unused import of SimpleHTTPRequestHandler.
Peter Åstrand (astrand)
2013-03-20
1
-1
/
+0
*
|
Corrected last commit.
Peter Åstrand (astrand)
2013-03-18
1
-1
/
+2
*
|
Renamed CustomProxyServer to WebSocketProxy; this was the earlier name.
Peter Åstrand (astrand)
2013-03-18
1
-6
/
+5
*
|
Try to solve https://github.com/kanaka/websockify/issues/71 by
Peter Åstrand (astrand)
2013-03-14
1
-23
/
+89
*
|
Prepare for fixing https://github.com/kanaka/websockify/issues/71:
Peter Åstrand (astrand)
2013-03-14
1
-13
/
+14
*
|
Prepare for solving https://github.com/kanaka/websockify/issues/71:
Peter Åstrand (astrand)
2013-03-14
1
-4
/
+4
|
/
*
websocketproxy.py: fix for python2.4
Joel Martin
2012-10-30
1
-2
/
+5
*
websocketproxy.py: put client socket handling first.
Joel Martin
2012-10-29
1
-18
/
+18
*
websocketproxy.py: better missing token exception.
Joel Martin
2012-10-29
1
-1
/
+1
*
Merge branch 'master' of github.com:kanaka/websockify
Joel Martin
2012-09-21
1
-6
/
+13
|
\
|
*
Merge pull request #59 from dosht/master
Joel Martin
2012-09-21
1
-1
/
+1
|
|
\
|
|
*
Fix --unix-target option
mostafa sameh
2012-09-18
1
-1
/
+1
|
*
|
Merge pull request #61 from vishvananda/fix-popen
Joel Martin
2012-09-21
1
-5
/
+12
|
|
\
\
|
|
*
|
Reset SIGPIPE handler when calling Popen
Vishvananda Ishaya
2012-09-20
1
-5
/
+12
|
|
|
/
*
|
|
Fix issue #60: not all arguments converted
Joel Martin
2012-09-21
1
-1
/
+1
|
/
/
*
|
Gracefully handle errors when popping kwargs.
Joel Martin
2012-09-21
1
-7
/
+7
|
/
*
Refactor into python modules: websocket, websocketproxy
Joel Martin
2012-09-17
1
-0
/
+383