Age | Commit message (Expand) | Author |
2010-06-01 | Monitor: Drop QMP documentation from code | Luiz Capitulino |
2010-06-01 | vnc: move size-changed check into the vnc_desktop_resize function. | Gerd Hoffmann |
2010-06-01 | vnc: don't send invalid screen updates. | Gerd Hoffmann |
2010-06-01 | vnc: keep track of client desktop size | Gerd Hoffmann |
2010-06-01 | vnc: send desktopresize event as reply to set encodings | Gerd Hoffmann |
2010-06-01 | vnc: factor out vnc_desktop_resize() | Gerd Hoffmann |
2010-06-01 | vnc: add basic tight support | Corentin Chary |
2010-06-01 | vnc: return the number of rectangles | Corentin Chary |
2010-06-01 | vnc: remove a memory leak in zlib | Corentin Chary |
2010-06-01 | vnc: add buffer_free() | Corentin Chary |
2010-06-01 | vnc: don't clear zlib stream on set_encoding | Corentin Chary |
2010-06-01 | vnc: really call zlib if we want zlib | Corentin Chary |
2010-06-01 | vnc: explain why set_encodings loop is reversed | Corentin Chary |
2010-06-01 | Revert "vnc: set the right prefered encoding" | Corentin Chary |
2010-05-24 | vnc: rich cursor support. | Gerd Hoffmann |
2010-05-10 | vnc: set the right prefered encoding | Corentin Chary |
2010-05-04 | vnc: make sure to send pointer type change event on SetEncodings | Anthony Liguori |
2010-05-03 | vnc: split encoding in specific files | Corentin Chary |
2010-04-25 | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl |
2010-04-09 | Remove magic numbers for VNC message IDs from code | Daniel P. Berrange |
2010-03-19 | input: make vnc use mouse mode notifiers | Anthony Liguori |
2010-03-17 | vnc: add no-lock-key-sync option | Gerd Hoffmann |
2010-03-17 | Fix SIGFPE for vnc display of width/height = 1 | Chris Webb |
2010-03-16 | monitor: Separate "default monitor" and "current monitor" cleanly | Markus Armbruster |
2010-03-09 | kbd keds: vnc | Gerd Hoffmann |
2010-03-06 | Fix curses interaction with keymaps | Samuel Thibault |
2010-02-10 | vnc: Migrate to using QTAILQ instead of custom implementation | Amit Shah |
2010-02-05 | vnc.c: remove dead code | Paolo Bonzini |
2010-01-26 | vnc_refresh: calling vnc_update_client might free vs | Stefano Stabellini |
2010-01-20 | vnc: Use inet_strfamily() | Luiz Capitulino |
2010-01-19 | QMP: Introduce VNC_INITIALIZED event | Luiz Capitulino |
2010-01-19 | QMP: Introduce VNC_DISCONNECTED event | Luiz Capitulino |
2010-01-19 | QMP: Introduce VNC_CONNECTED event | Luiz Capitulino |
2010-01-19 | VNC: Cache client info at connection time | Luiz Capitulino |
2010-01-19 | VNC: Add 'family' key | Luiz Capitulino |
2010-01-19 | VNC: Rename client's 'username' key | Luiz Capitulino |
2010-01-19 | VNC: Make 'auth' key mandatory | Luiz Capitulino |
2010-01-19 | VNC: Use 'enabled' key instead of 'status' | Luiz Capitulino |
2010-01-12 | vnc_refresh: return if vd->timer is NULL | Stefano Stabellini |
2009-12-12 | VNC: Convert do_info_vnc() to QObject | Luiz Capitulino |
2009-12-12 | vnc: fix capslock tracking logic. | Gerd Hoffmann |
2009-12-03 | Don't leak file descriptors | Kevin Wolf |
2009-11-12 | vnc: improve capslock handling. | Gerd Hoffmann |
2009-10-05 | Win32: Fix vnc support. | Stefan Weil |
2009-10-05 | vnc: Set invalid buffer pointers to NULL | Stefan Weil |
2009-09-25 | fix use after free | Glauber Costa |
2009-08-24 | When using stdio monitor and VNC display, one can set or clear a VNC password... | Zachary Amsden |
2009-08-24 | Don't segfault when changing VNC password on an SDL display. | Zachary Amsden |
2009-08-10 | variable timer intervals | Stefano Stabellini |
2009-08-10 | single vnc server surface | Stefano Stabellini |