summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to version 0.4.1v0.4.1Joel Martin2013-03-124-10/+26
* Update to version 0.4.0v0.4.0Joel Martin2013-03-125-11/+19
* Use Buffer base64 support instead of pkrumins/node-base64Joel Martin2013-02-191-5/+4
* Update to version 0.3.0 and upload to pypi.v0.3.0Joel Martin2013-01-153-2/+13
* In Opera 12.10, set binaryType earlier.Joel Martin2012-11-141-3/+3
* Pull include/util.js from noVNC.Joel Martin2012-11-011-15/+35
* websocket.py: close lsock on stop.Joel Martin2012-10-311-0/+5
* websocketproxy.py: fix for python2.4Joel Martin2012-10-301-2/+5
* websocketproxy.py: put client socket handling first.Joel Martin2012-10-291-18/+18
* README.md: clarify binary vs base64 negotiation.Joel Martin2012-10-291-4/+17
* websocketproxy.py: better missing token exception.Joel Martin2012-10-291-1/+1
* Ignore other/node_modules directory (node.js modules).Joel Martin2012-10-291-0/+1
* websockify.js: add encrypted HTTPS/WSS support.Joel Martin2012-10-291-18/+29
* websock.js: use iteration to receive binary dataJoel Martin2012-10-261-1/+4
* websockify.js: executable, fix usage statement.Joel Martin2012-10-261-1/+3
* websockify.js: binary data, better logs and err handling.Joel Martin2012-10-261-14/+56
* websocket.py: fix recording and refactor unmask.Joel Martin2012-10-171-22/+34
* util.js, websock.js: sync with noVNC - dynamic script loading.Joel Martin2012-10-172-13/+44
* Merge pull request #65 from lovelysystems/masterJoel Martin2012-10-152-1/+6
|\
| * updated versionJodok Batlogg2012-10-152-1/+6
* | include/*util.js: update to versions from noVNC.Joel Martin2012-10-152-8/+93
* | Change include/websock.js (and deps) to MPL 2.0 license.Joel Martin2012-10-156-75/+420
|/
* Merge pull request #64 from vishvananda/fix-importJoel Martin2012-09-261-1/+2
|\
| * Import everything in websocketproxy and websocketVishvananda Ishaya2012-09-251-1/+2
* | other/websockify.js: arg cleanup, remove deprecated call.Joel Martin2012-09-211-4/+5
* | Merge branch 'master' of github.com:kanaka/websockifyJoel Martin2012-09-211-6/+13
|\ \
| * \ Merge pull request #59 from dosht/masterJoel Martin2012-09-211-1/+1
| |\ \
| | * | Fix --unix-target optionmostafa sameh2012-09-181-1/+1
| | |/
| * | Merge pull request #61 from vishvananda/fix-popenJoel Martin2012-09-211-5/+12
| |\ \
| | * | Reset SIGPIPE handler when calling PopenVishvananda Ishaya2012-09-201-5/+12
| | |/
* | | Fix issue #60: not all arguments convertedJoel Martin2012-09-211-1/+1
|/ /
* | Gracefully handle errors when popping kwargs.Joel Martin2012-09-211-7/+7
|/
* Pull upstream web-socket-js with IETF 6455 support.Joel Martin2012-09-172-32/+82
* include/websock.js: cleanup and fix protocol list check.Joel Martin2012-09-171-3/+12
* Refactor into python modules: websocket, websocketproxyJoel Martin2012-09-176-3/+9
* websockify version 0.2.0Joel Martin2012-09-173-3/+17
* Merge pull request #56 from AricStewart/masterJoel Martin2012-09-062-1/+23
|\
| * change --idle-timeout to reset the idle timeout when activeAric Stewart2012-08-311-5/+13
| * Implement option --idle-timeoutAric Stewart2012-08-312-1/+15
|/
* websock.js: make protocols parameter of open().Joel Martin2012-08-161-13/+34
* websock.js: simplify rQshiftStr with apply().Joel Martin2012-08-161-3/+1
* Simpler (but working) binary support.Joel Martin2012-08-161-40/+16
* Use WebSocket binary data (no base64 enc/dec) if available.Joel Martin2012-08-141-21/+86
* websock.js: jslint comments, debug comments, copyright dateJoel Martin2012-08-141-6/+11
* More verbosity about who closed the connection.Joel Martin2012-08-141-1/+5
* Fix split out handshake parsing for Hixie.Joel Martin2012-08-141-3/+3
* websockify.rb: correct comment, no SSL support yet.Joel Martin2012-07-241-1/+1
* websockify: rename config opt, fix config dir readingJoel Martin2012-07-131-18/+20
* websocket.py: split out handshake parsing.Joel Martin2012-07-131-61/+67
* websockify: change cfg file syntax and clean up parsing.Joel Martin2012-07-121-28/+17