summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: simplify projects/companies. News/help/contact section.binaryJoel Martin2012-08-281-3/+29
* webutil.js: use decodeURIComponent on getQueryVar values.Joel Martin2012-08-211-2/+7
* websock.js: simpler binary support, protocols param.Joel Martin2012-08-163-60/+52
* Fix tight decoding when using binary/non-base64 connection.Joel Martin2012-08-152-3/+7
* Pull in latest websockify.Joel Martin2012-08-143-127/+301
* timers: fix over repeated connects.Joel Martin2012-06-281-1/+2
* websock.js: comment out debug options.Joel Martin2012-06-251-2/+2
* License clarification: HTML,CSS,images,fonts under permissive licenses.Joel Martin2012-06-2418-26/+537
* Merge branch 'master' of github.com:kanaka/noVNCJoel Martin2012-06-231-1/+1
|\
| * Merge pull request #172 from soheilhassasyeganeh/fix_novarpcJoel Martin2012-06-221-1/+1
| |\
| | * Fixes nova rpc package.Soheil Hassas Yeganeh2012-06-211-1/+1
| |/
* | UltraVNC repeaterID cleanup.Joel Martin2012-06-234-10/+13
* | Merge remote branch 'kassah/master'Joel Martin2012-06-235-2/+23
|\ \
| * | Update vnc_auto.html to use config option for repeaterIDWilliam Lightning2012-06-221-3/+3
| * | Make repeaterID show up in config options on vnc.htmlWilliam Lightning2012-06-222-0/+6
| * | Change RepeaterID to be a config optionWilliam Lightning2012-06-222-4/+5
| * | Add ultravnc_repeater.pl support to rfb.js and vnc_auto.htmlWilliam Lightning2012-06-062-5/+19
* | | remove docs/TODO: see issues marked as "feature".Joel Martin2012-06-231-19/+0
| |/ |/|
* | Fix forcing of web-socket-js even when native available.Joel Martin2012-06-082-4/+8
* | Merge pull request #168 from soheilhassasyeganeh/masterJoel Martin2012-06-081-2/+1
|\ \ | |/ |/|
| * Merging with upstream tree.Soheil Hassas Yeganeh2012-06-081-2/+3
| |\ | |/ |/|
* | README: Add PocketVNC.Joel Martin2012-05-241-2/+3
* | Merge pull request #166 from mnaser/patch-1Joel Martin2012-05-181-1/+1
|\ \
| * | Remove old flagfile support Mohammed Naser2012-05-171-1/+1
| | * Switch to nova's new flag API.Soheil Hassas Yeganeh2012-06-061-2/+1
| |/ |/|
* | rfb: Use the render queue for copyrect.Joel Martin2012-05-172-4/+11
* | Move render queue processing to Display and use requestAnimationFrameJoel Martin2012-05-173-37/+76
* | rfb: debug output cleanup.Joel Martin2012-05-171-4/+4
|/
* README: Link to websockify encryption page.Joel Martin2012-05-161-2/+3
* Fail the connection on unexpected tightPNG cmode.Joel Martin2012-05-161-2/+2
* docs/release.txt: --all and --tags are incompatibleJoel Martin2012-05-111-1/+1
* docs/release.txt: correct tag instructionsJoel Martin2012-05-111-1/+2
* noVNC version 0.3v0.3Joel Martin2012-05-113-1/+18
* Pull from websockify. Fix close code.Joel Martin2012-05-101-3/+1
* Add/use display.drawImage which is viewport relative.Joel Martin2012-05-102-1/+7
* Merge pull request #162 from toddfreese/masterJoel Martin2012-05-101-0/+1
|\
| * Added support for RealVNC Mac.Todd Freese2012-05-101-0/+1
|/
* Pull from websockify.Joel Martin2012-05-101-1/+3
* Merge pull request #158 from cloudbuilders/fix_rpc_backendJoel Martin2012-04-301-0/+5
|\
| * Use explicit check for rpc.register_optsAnthony Young2012-04-301-3/+1
| * Update to fix trunk nova issue with rpc libraryAnthony Young2012-04-301-0/+7
|/
* Comment out duplicates in unicodeTable.Joel Martin2012-04-261-4/+4
* Don't treat onerror as a close.Joel Martin2012-04-251-5/+7
* Update websockify to pull in close code/reason fixes.Joel Martin2012-04-252-15/+28
* Add code/reason to close event messages. Remove useless object print in error...Joel Martin2012-04-131-6/+11
* Merge pull request #149 from ohadlevy/patch-1Joel Martin2012-04-101-1/+1
|\
| * Update README.mdOhad Levy2012-04-101-1/+1
|/
* Use page host:port as default for WebSocket host/port.Joel Martin2012-04-032-8/+5
* Simplify nova-novncproxy related logic.Anthony Young2012-04-031-8/+13
* Add nova-novncproxyAnthony Young2012-04-032-3/+158