summaryrefslogtreecommitdiff
path: root/websockify/websocketproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/shiomax/websockifyPierre Ossman2022-12-221-2/+18
|\
| * Add option to listen to unix socketmax2022-12-141-2/+18
* | Insert rebinder at the head of the (possibly empty) LD_PRELOAD pathlist,Adam Tilghman2022-11-161-1/+4
* | expose --file-only option to disable dir listingManoj Ghosh2022-10-181-0/+2
* | Merge branch 'master' of https://github.com/msnatepg/websockifyPierre Ossman2022-10-101-0/+22
|\ \
| * | ensure that queues are empty when closing connectionsMaximilian Sesterhenn2022-10-071-0/+22
* | | When using verbose set root log level to DEBUGJavier Cacheiro2022-05-031-4/+3
|/ /
* | Add more alternatives to usage stringPierre Ossman2022-04-221-0/+4
* | Apply configuration to the root loggerJavier Cacheiro2022-04-131-8/+11
|/
* Use older PROTOCOL_SSLv23 instead of PROTOCOL_TLSPierre Ossman2021-02-081-3/+3
* Remove support for older PythonPierre Ossman2020-12-141-47/+15
* Add more search paths for rebind.soPierre Ossman2020-12-041-0/+1
* Log connection errors betterPierre Ossman2020-02-271-3/+3
* [websocketproxy] Fixed base class call to process_request() when usingGiuseppe Corbelli2019-05-151-1/+1
* Use ThreadingMixIn for the simple serverPierre Ossman2019-04-021-3/+3
* Rename certificate key password optionTommy Brunn2019-03-041-1/+1
* Add option for cert key passwordTommy Brunn2019-03-021-0/+2
* Handle connection failuresPierre Ossman2018-10-231-5/+10
* Merge branch 'master' of https://github.com/josedpedroso/websockifyPierre Ossman2018-09-101-22/+41
|\
| * Syslog now RFC 5424 compliant and properly identified.josedpedroso2018-08-281-22/+37
| * Port no longer included in token when using --host-tokenjosedpedroso2018-07-121-0/+7
* | Added command line options for minum SSL version and SSL ciphersTomasz Barański2018-07-051-1/+57
|/
* Added --host-token to allow choosing target by hostname.josedpedroso2018-07-051-9/+24
* 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-051-29/+41
* Fix handling of closed proxy socketPierre Ossman2018-01-251-1/+1
* Merge branch 'empty-message' of https://github.com/andersk/websockifyPierre Ossman2017-11-131-1/+1
|\
| * Do not confuse an empty message with a closed connectionAnders Kaseorg2017-11-101-1/+1
* | Do not use base except: clausesAnders Kaseorg2017-11-101-12/+22
|/
* Added SSL-certificate-based client authentication.Hermann Höhne2017-10-261-0/+21
* Add support for inetd.Michal Srb2017-08-141-18/+34
* Remove --auto-pong argumentPierre Ossman2017-02-071-2/+0
* Split out basic WebSocket server templatePierre Ossman2017-02-011-6/+6
* Separate out raw WebSocket protocol handlingPierre Ossman2017-02-011-8/+12
* Remove Base64 supportPierre Ossman2017-02-011-3/+1
* 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
|/
* Add support for log filesMiguel Xavier Penha Neto2015-12-011-0/+13
* 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