summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-25Prepare for release 0.1.5spice-html5-0.1.5Jeremy White3-12/+10
2014-09-06If an agent is attached, enable dynamic resizing of the guest screen.Jeremy White10-30/+289
2014-08-01Enable the use of OPUS on spice_auto.html.Jeremy White1-0/+2
2014-08-01Use wss scheme when accessing with https protocolVladik Romanovsky1-0/+3
2014-06-05Update the todoJeremy White1-8/+5
2014-05-20Add support for audio streams using the Opus encoding.Jeremy White7-0/+923
2014-05-20Tweak hexdump to not generate new lines.Jeremy White1-1/+4
2013-09-19Add changelog for 0.1.4spice-html5-0.1.4Jeremy White1-0/+13
2013-09-18Implement handling of SPICE_MSG_DISPLAY_INVAL_LISTAric Stewart2-3/+37
2013-09-18implement and use a new dataview getUint64Aric Stewart3-15/+18
2013-09-13Send the client cache size correctly in little endian order so weJeremy White2-2/+13
2013-09-12Give the Garbage collector a clue to recycle images; avoidsJeremy White1-0/+4
2013-08-27Ack every message.Jeremy White1-11/+9
2013-08-23Fix default websocket port detection in spice_auto.htmlJordan Pittier1-1/+14
2013-05-30spice.html: remove default passwordAlon Levy1-1/+1
2013-05-28Adds missing mapping of the alphanumeric minus key. (spice-html5)Thomas Goirand1-0/+1
2013-05-23Correct spice_auto.html for a missing include for the spice array buffer.spice-html5-0.1.3Jeremy White1-0/+1
2013-04-19Provide two levels of workaround for IE 10 cursor support.Jeremy White6-1/+220
2013-04-18Use document.documentElement.scrollXXX if document.body.scrollXXX is not pres...Jeremy White1-2/+5
2013-04-16Extend the native ArrayBuffer to add a slice() method if missing.Jeremy White2-0/+59
2013-03-19added on succeess eventAmos Benari2-0/+9
2013-03-19added sendCtrlAltDel method.Amos Benari1-0/+20
2013-03-08Use release 2spice-html5-0.1.2Jeremy White1-2/+2
2013-03-08Escape the % character.Jeremy White1-1/+1
2013-02-25Switch to a freedesktop.org download location.Jeremy White1-2/+3
2013-02-20No longer install apache.conf, just put it in the doc folder.Jeremy White3-4/+2
2013-02-20Revise the .spec file to use %{name}, and remove a few unneded statementsJeremy White1-5/+6
2013-02-20Fix our SPEC file to indicate LGPLv3 license, not GPLv3Jeremy White1-2/+6
2013-02-20Make our sample Apache configuration work on a RHEL server as well.Jeremy White1-3/+2
2013-02-11Correct errors from rpmlintspice-html5-0.1.0Jeremy White2-4/+3
2013-02-11Update the TODOJeremy White1-22/+2
2013-02-11Add the ability to build an rpm.Jeremy White3-0/+109
2013-02-11Add a basic Apache configuration file.Jeremy White1-0/+11
2013-01-21Trim spaces at line ends to keep git happy.Jeremy White1-17/+17
2013-01-21Add spice_auto.html for automated console displayDaniel P. Berrange1-0/+153
2012-10-11support loading SPICE_IMAGE_TYPE_JPEG_ALPHA image typesAric Stewart2-9/+108
2012-10-11support decompressing LZ_IMAGE_TYPE_XXXA imagesAric Stewart2-10/+18
2012-09-26Discard input messages until input channel is readyAric Stewart1-8/+8
2012-09-24Modify the template html to include a required file.Jeremy White1-0/+1
2012-09-24quic: implemenet QUIC_IMAGE_TYPE_RGBA decodingAric Stewart1-4/+264
2012-09-24quic: generalize QuicEncoder.prototype.decode_runAric Stewart1-13/+13
2012-09-24quic javascript code cleanupsAric Stewart1-59/+42
2012-09-24QUIC_IMAGE_TYPE_RGB24 decodes the same as QUIC_IMAGE_TYPE_RGB32Aric Stewart1-6/+4
2012-09-24remove function find_bucket_8bpcAric Stewart1-16/+11
2012-09-24fold do_run into uncompressAric Stewart1-61/+73
2012-09-24remove code duplications in uncompressAric Stewart1-109/+71
2012-09-24correct some issues with prototype vs instance member objectsAric Stewart1-13/+5
2012-09-13rewrite quic.js to be a native javascript implementationAric Stewart7-34454/+984
2012-09-06implement handing of MJPEG display streamsAric Stewart3-0/+160
2012-08-17(resend)[spice-html5] prevent out of sync modifier keysAric Stewart1-0/+86