aboutsummaryrefslogtreecommitdiff
path: root/vnc.c
AgeCommit message (Expand)Author
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-06-01vnc: move size-changed check into the vnc_desktop_resize function.Gerd Hoffmann
2010-06-01vnc: don't send invalid screen updates.Gerd Hoffmann
2010-06-01vnc: keep track of client desktop sizeGerd Hoffmann
2010-06-01vnc: send desktopresize event as reply to set encodingsGerd Hoffmann
2010-06-01vnc: factor out vnc_desktop_resize()Gerd Hoffmann
2010-06-01vnc: add basic tight supportCorentin Chary
2010-06-01vnc: return the number of rectanglesCorentin Chary
2010-06-01vnc: remove a memory leak in zlibCorentin Chary
2010-06-01vnc: add buffer_free()Corentin Chary
2010-06-01vnc: don't clear zlib stream on set_encodingCorentin Chary
2010-06-01vnc: really call zlib if we want zlibCorentin Chary
2010-06-01vnc: explain why set_encodings loop is reversedCorentin Chary
2010-06-01Revert "vnc: set the right prefered encoding"Corentin Chary
2010-05-24vnc: rich cursor support.Gerd Hoffmann
2010-05-10vnc: set the right prefered encodingCorentin Chary
2010-05-04vnc: make sure to send pointer type change event on SetEncodingsAnthony Liguori
2010-05-03vnc: split encoding in specific filesCorentin Chary
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-09Remove magic numbers for VNC message IDs from codeDaniel P. Berrange
2010-03-19input: make vnc use mouse mode notifiersAnthony Liguori
2010-03-17vnc: add no-lock-key-sync optionGerd Hoffmann
2010-03-17Fix SIGFPE for vnc display of width/height = 1Chris Webb
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster
2010-03-09kbd keds: vncGerd Hoffmann
2010-03-06Fix curses interaction with keymapsSamuel Thibault
2010-02-10vnc: Migrate to using QTAILQ instead of custom implementationAmit Shah
2010-02-05vnc.c: remove dead codePaolo Bonzini
2010-01-26vnc_refresh: calling vnc_update_client might free vsStefano Stabellini
2010-01-20vnc: Use inet_strfamily()Luiz Capitulino
2010-01-19QMP: Introduce VNC_INITIALIZED eventLuiz Capitulino
2010-01-19QMP: Introduce VNC_DISCONNECTED eventLuiz Capitulino
2010-01-19QMP: Introduce VNC_CONNECTED eventLuiz Capitulino
2010-01-19VNC: Cache client info at connection timeLuiz Capitulino
2010-01-19VNC: Add 'family' keyLuiz Capitulino
2010-01-19VNC: Rename client's 'username' keyLuiz Capitulino
2010-01-19VNC: Make 'auth' key mandatoryLuiz Capitulino
2010-01-19VNC: Use 'enabled' key instead of 'status'Luiz Capitulino
2010-01-12vnc_refresh: return if vd->timer is NULLStefano Stabellini
2009-12-12VNC: Convert do_info_vnc() to QObjectLuiz Capitulino
2009-12-12vnc: fix capslock tracking logic.Gerd Hoffmann
2009-12-03Don't leak file descriptorsKevin Wolf
2009-11-12vnc: improve capslock handling.Gerd Hoffmann
2009-10-05Win32: Fix vnc support.Stefan Weil
2009-10-05vnc: Set invalid buffer pointers to NULLStefan Weil
2009-09-25fix use after freeGlauber Costa
2009-08-24When using stdio monitor and VNC display, one can set or clear a VNC password...Zachary Amsden
2009-08-24Don't segfault when changing VNC password on an SDL display.Zachary Amsden
2009-08-10variable timer intervalsStefano Stabellini
2009-08-10single vnc server surfaceStefano Stabellini