summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-109-37/+46
|/
* 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-305-9/+103
|\
| * Added SSL-certificate-based client authentication.Hermann Höhne2017-10-265-9/+103
* | 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
* | Merge branch 'patch-1' of https://github.com/tillz/websockifyPierre Ossman2017-10-181-0/+2
|\ \
| * | Allow tab to be sent via telnetTill Zimmermann2015-07-061-0/+2
* | | Properly declare websocket functions in headerPierre Ossman2017-10-181-0/+16
* | | Avoid implicit int typePierre Ossman2017-10-182-2/+2
* | | Include string.h where neededPierre Ossman2017-10-182-1/+2
* | | Merge branch 'master' of https://github.com/leeyiw/websockifyPierre Ossman2017-10-182-7/+13
|\ \ \
| * | | kill 9 warnings when compile on OS X 10.9liyiwei2014-04-071-7/+12
| * | | add run-once option help messageliyiwei2014-04-071-0/+1
* | | | Merge branch 'fix-cygwin' of https://github.com/r1b/websockifyPierre Ossman2017-10-181-0/+1
|\ \ \ \
| * | | | fix cygwin compilationchummm2013-12-271-0/+1
* | | | | Send Content-Type headers with static filesGiannis Kosmas2017-10-122-1/+9
* | | | | Better error message for problems in token filePierre Ossman2017-10-101-2/+8
* | | | | Fix sub protocol handling when no protocol is specifiedPierre Ossman2017-09-041-1/+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
* | | | Merge branch 'test_websockifyserver_python3.6' of https://github.com/zmedico/...Pierre Ossman2017-05-241-0/+6
|\ \ \ \
| * | | | test_websockifyserver: add send_error stubZac Medico2017-05-221-0/+6
* | | | | Change logging of URL to be compatible with both old and new versionsSam Frances2017-05-181-1/+1
* | | | | Fix bug caused by upgrade to ws version 3Sam Frances2017-05-171-3/+3
|/ / / /
* | | | Add unittests for ping() and pong()Pierre Ossman2017-04-191-0/+26
* | | | Handle ping/pong without payload properlyPierre Ossman2017-04-191-2/+2
* | | | typo in ping() and pong()Felix J. Ogris2017-04-121-2/+2
* | | | Don't try to install Flash handling codePierre Ossman2017-03-101-5/+1
* | | | Remove base64.js from setup.pyPierre Ossman2017-03-091-1/+0
* | | | Avoid assertIn for Python 2.6 compatibilityPierre Ossman2017-02-091-5/+5
* | | | Be backwards compatible with older websockify clientsPierre Ossman2017-02-081-0/+10
* | | | Force choice of sub-protocolPierre Ossman2017-02-082-0/+110
* | | | Remove --auto-pong argumentPierre Ossman2017-02-071-2/+0
* | | | Update websock.js descriptionPierre Ossman2017-02-031-3/+2
* | | | Don't delay flushingPierre Ossman2017-02-032-30/+6
* | | | Update websock.js from noVNCPierre Ossman2017-02-032-286/+355
* | | | Remove last bits of Flash WebSocket emulationPierre Ossman2017-02-0317-644/+6
* | | | Split out basic WebSocket server templatePierre Ossman2017-02-017-827/+899
* | | | Separate out raw WebSocket protocol handlingPierre Ossman2017-02-019-1305/+1968
* | | | Remove Base64 supportPierre Ossman2017-02-0119-540/+49
* | | | Assume Python 2.6+ modules are always presentPierre Ossman2017-02-011-51/+16
* | | | Close connection after Websocket handshakePierre Ossman2017-01-191-0/+4
* | | | Merge pull request #251 from thomasgoirand/masterSolly Ross2016-10-102-6/+11
|\ \ \ \