summaryrefslogtreecommitdiff
path: root/websockify
Commit message (Expand)AuthorAgeFilesLines
...
* Add option for cert key passwordTommy Brunn2019-03-022-2/+5
* fix handling of code: invalid unpacking, undefined variable in error path, mi...totaam2019-02-231-3/+3
* Added JWT/JWS/JWE tokens capabilityUXabre2019-02-151-0/+47
* Handle connection failuresPierre Ossman2018-10-231-5/+10
* Explicitly deny text messagesPierre Ossman2018-10-231-0/+2
* Merge branch 'master' of https://github.com/josedpedroso/websockifyPierre Ossman2018-09-102-22/+159
|\
| * Syslog now RFC 5424 compliant and properly identified.josedpedroso2018-08-282-22/+155
| * Port no longer included in token when using --host-tokenjosedpedroso2018-07-121-0/+7
* | Change WebSocket request handler to a mix-inPierre Ossman2018-08-152-17/+25
* | Added command line options for minum SSL version and SSL ciphersTomasz Barański2018-07-051-1/+57
* | Enable setting SSL ciphers and SSL optionsTomasz Barański2018-07-051-1/+6
|/
* Added --host-token to allow choosing target by hostname.josedpedroso2018-07-052-9/+25
* Improved --help.josedpedroso2018-07-051-10/+10
* Added syslog support.josedpedroso2018-07-051-15/+50
* Added --web-auth option to require authentication to access the webserver.josedpedroso2018-07-053-38/+70
* Make recording Python 3 compatiblePierre Ossman2018-04-051-2/+6
* Clean up after request handlerPierre Ossman2018-03-191-0/+1
* Make sure ping/pong data is in the correct typePierre Ossman2018-02-281-2/+2
* Fix handling of closed proxy socketPierre Ossman2018-01-251-1/+1
* Merge branch 'empty-message' of https://github.com/andersk/websockifyPierre Ossman2017-11-133-27/+21
|\
| * Clarify that WebSocket.{recv,recvmsg} may return empty messagesAnders Kaseorg2017-11-131-8/+10
| * Do not confuse an empty message with a closed connectionAnders Kaseorg2017-11-103-24/+16
* | Do not use base except: clausesAnders Kaseorg2017-11-106-28/+38
|/
* fixed: ssl call error at function load_cert_chain.wention2017-11-091-1/+4
* Merge branch 'ssl_clientdn_validation' of https://github.com/hoehermann/webso...Pierre Ossman2017-10-303-7/+69
|\
| * Added SSL-certificate-based client authentication.Hermann Höhne2017-10-263-7/+69
* | Only start termination process oncePierre Ossman2017-10-271-1/+4
* | Don't log clients that don't send any requestPierre Ossman2017-10-271-2/+2
* | Better error message for problems in token filePierre Ossman2017-10-101-2/+8
|/
* Merge branch 'master' of https://github.com/michalsrb/websockifyPierre Ossman2017-08-142-28/+56
|\
| * Fix inetd mode on Python 2.Michal Srb2017-08-141-0/+4
| * Add support for inetd.Michal Srb2017-08-142-28/+52
* | Remove stray comma in signal handler setupPierre Ossman2017-08-141-1/+1
|/
* Prevent startup on WindowsPierre Ossman2017-06-151-0/+3
* Work around lack of SIGCHLD on WindowsSolly Ross2017-06-151-2/+4
* Handle ping/pong without payload properlyPierre Ossman2017-04-191-2/+2
* typo in ping() and pong()Felix J. Ogris2017-04-121-2/+2
* Be backwards compatible with older websockify clientsPierre Ossman2017-02-081-0/+10
* Force choice of sub-protocolPierre Ossman2017-02-081-0/+12
* Remove --auto-pong argumentPierre Ossman2017-02-071-2/+0
* Remove last bits of Flash WebSocket emulationPierre Ossman2017-02-031-9/+0
* Split out basic WebSocket server templatePierre Ossman2017-02-013-788/+860
* Separate out raw WebSocket protocol handlingPierre Ossman2017-02-013-928/+1520
* Remove Base64 supportPierre Ossman2017-02-012-43/+9
* Assume Python 2.6+ modules are always presentPierre Ossman2017-02-011-51/+16
* Close connection after Websocket handshakePierre Ossman2017-01-191-0/+4
* TCP_KEEPCNT doesn't exist in non-linuxThomas Goirand2016-10-101-2/+5
* Merge pull request #228 from jrziviani/masterSolly Ross2016-06-301-2/+8
|\
| * Enable unix socket to work with token pluginJose Ricardo Ziviani2016-02-161-2/+8
* | Disable Nagle for proxied connectionssamhed2016-06-021-0/+4