summaryrefslogtreecommitdiffstats
path: root/vnc.h
Commit message (Expand)AuthorAgeFilesLines
* vnc: keep track of client desktop sizeGerd Hoffmann2010-06-011-0/+2
* vnc: add basic tight supportCorentin Chary2010-06-011-0/+12
* vnc: return the number of rectanglesCorentin Chary2010-06-011-3/+3
* vnc: remove a memory leak in zlibCorentin Chary2010-06-011-0/+1
* vnc: add buffer_free()Corentin Chary2010-06-011-0/+1
* vnc: don't clear zlib stream on set_encodingCorentin Chary2010-06-011-1/+0Star
* vnc: adjust compression zstream levelCorentin Chary2010-06-011-0/+1
* vnc: only use a single zlib streamCorentin Chary2010-06-011-1/+1
* vnc: rich cursor support.Gerd Hoffmann2010-05-241-1/+7
* vnc: split encoding in specific filesCorentin Chary2010-05-031-3/+26
* Remove magic numbers for VNC message IDs from codeDaniel P. Berrange2010-04-091-0/+51
* input: make vnc use mouse mode notifiersAnthony Liguori2010-03-191-0/+2
* vnc: add no-lock-key-sync optionGerd Hoffmann2010-03-171-0/+1
* kbd keds: vncGerd Hoffmann2010-03-091-0/+1
* Increase VNC_MAX_WIDTHBrian Jackson2010-02-101-1/+1
* vnc: Migrate to using QTAILQ instead of custom implementationAmit Shah2010-02-101-2/+3
* VNC: Cache client info at connection timeLuiz Capitulino2010-01-191-0/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-1/+1
* Get rid of _t suffixmalc2009-10-011-1/+1
* variable timer intervalsStefano Stabellini2009-08-101-0/+1
* single vnc server surfaceStefano Stabellini2009-08-101-8/+9
* a single vnc timer to refresh the screenStefano Stabellini2009-08-101-1/+1
* vnc: throttle screen updates. (Gerd Hoffmann)aliguori2009-03-201-0/+1
* vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann)aliguori2009-03-201-3/+11
* Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori2009-03-061-0/+3
* Add SASL authentication support ("Daniel P. Berrange")aliguori2009-03-061-3/+28
* Move TLS auth into separate file ("Daniel P. Berrange")aliguori2009-03-061-26/+50
* Move VNC structs into header file ("Daniel P. Berrange")aliguori2009-03-061-3/+147
* Support multiple VNC clients (Brian Kress)aliguori2009-02-161-0/+2
* Split VNC defines to vnc.h (Alexander Graf)aliguori2009-02-021-0/+112