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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add option for cert key password
Tommy Brunn
2019-03-02
2
-2
/
+5
*
fix handling of code: invalid unpacking, undefined variable in error path, mi...
totaam
2019-02-23
1
-3
/
+3
*
Added JWT/JWS/JWE tokens capability
UXabre
2019-02-15
1
-0
/
+47
*
Handle connection failures
Pierre Ossman
2018-10-23
1
-5
/
+10
*
Explicitly deny text messages
Pierre Ossman
2018-10-23
1
-0
/
+2
*
Merge branch 'master' of https://github.com/josedpedroso/websockify
Pierre Ossman
2018-09-10
2
-22
/
+159
|
\
|
*
Syslog now RFC 5424 compliant and properly identified.
josedpedroso
2018-08-28
2
-22
/
+155
|
*
Port no longer included in token when using --host-token
josedpedroso
2018-07-12
1
-0
/
+7
*
|
Change WebSocket request handler to a mix-in
Pierre Ossman
2018-08-15
2
-17
/
+25
*
|
Added command line options for minum SSL version and SSL ciphers
Tomasz Barański
2018-07-05
1
-1
/
+57
*
|
Enable setting SSL ciphers and SSL options
Tomasz Barański
2018-07-05
1
-1
/
+6
|
/
*
Added --host-token to allow choosing target by hostname.
josedpedroso
2018-07-05
2
-9
/
+25
*
Improved --help.
josedpedroso
2018-07-05
1
-10
/
+10
*
Added syslog support.
josedpedroso
2018-07-05
1
-15
/
+50
*
Added --web-auth option to require authentication to access the webserver.
josedpedroso
2018-07-05
3
-38
/
+70
*
Make recording Python 3 compatible
Pierre Ossman
2018-04-05
1
-2
/
+6
*
Clean up after request handler
Pierre Ossman
2018-03-19
1
-0
/
+1
*
Make sure ping/pong data is in the correct type
Pierre Ossman
2018-02-28
1
-2
/
+2
*
Fix handling of closed proxy socket
Pierre Ossman
2018-01-25
1
-1
/
+1
*
Merge branch 'empty-message' of https://github.com/andersk/websockify
Pierre Ossman
2017-11-13
3
-27
/
+21
|
\
|
*
Clarify that WebSocket.{recv,recvmsg} may return empty messages
Anders Kaseorg
2017-11-13
1
-8
/
+10
|
*
Do not confuse an empty message with a closed connection
Anders Kaseorg
2017-11-10
3
-24
/
+16
*
|
Do not use base except: clauses
Anders Kaseorg
2017-11-10
6
-28
/
+38
|
/
*
fixed: ssl call error at function load_cert_chain.
wention
2017-11-09
1
-1
/
+4
*
Merge branch 'ssl_clientdn_validation' of https://github.com/hoehermann/webso...
Pierre Ossman
2017-10-30
3
-7
/
+69
|
\
|
*
Added SSL-certificate-based client authentication.
Hermann Höhne
2017-10-26
3
-7
/
+69
*
|
Only start termination process once
Pierre Ossman
2017-10-27
1
-1
/
+4
*
|
Don't log clients that don't send any request
Pierre Ossman
2017-10-27
1
-2
/
+2
*
|
Better error message for problems in token file
Pierre Ossman
2017-10-10
1
-2
/
+8
|
/
*
Merge branch 'master' of https://github.com/michalsrb/websockify
Pierre Ossman
2017-08-14
2
-28
/
+56
|
\
|
*
Fix inetd mode on Python 2.
Michal Srb
2017-08-14
1
-0
/
+4
|
*
Add support for inetd.
Michal Srb
2017-08-14
2
-28
/
+52
*
|
Remove stray comma in signal handler setup
Pierre Ossman
2017-08-14
1
-1
/
+1
|
/
*
Prevent startup on Windows
Pierre Ossman
2017-06-15
1
-0
/
+3
*
Work around lack of SIGCHLD on Windows
Solly Ross
2017-06-15
1
-2
/
+4
*
Handle ping/pong without payload properly
Pierre Ossman
2017-04-19
1
-2
/
+2
*
typo in ping() and pong()
Felix J. Ogris
2017-04-12
1
-2
/
+2
*
Be backwards compatible with older websockify clients
Pierre Ossman
2017-02-08
1
-0
/
+10
*
Force choice of sub-protocol
Pierre Ossman
2017-02-08
1
-0
/
+12
*
Remove --auto-pong argument
Pierre Ossman
2017-02-07
1
-2
/
+0
*
Remove last bits of Flash WebSocket emulation
Pierre Ossman
2017-02-03
1
-9
/
+0
*
Split out basic WebSocket server template
Pierre Ossman
2017-02-01
3
-788
/
+860
*
Separate out raw WebSocket protocol handling
Pierre Ossman
2017-02-01
3
-928
/
+1520
*
Remove Base64 support
Pierre Ossman
2017-02-01
2
-43
/
+9
*
Assume Python 2.6+ modules are always present
Pierre Ossman
2017-02-01
1
-51
/
+16
*
Close connection after Websocket handshake
Pierre Ossman
2017-01-19
1
-0
/
+4
*
TCP_KEEPCNT doesn't exist in non-linux
Thomas Goirand
2016-10-10
1
-2
/
+5
*
Merge pull request #228 from jrziviani/master
Solly Ross
2016-06-30
1
-2
/
+8
|
\
|
*
Enable unix socket to work with token plugin
Jose Ricardo Ziviani
2016-02-16
1
-2
/
+8
*
|
Disable Nagle for proxied connections
samhed
2016-06-02
1
-0
/
+4
[prev]
[next]