]> git.proxmox.com Git - qemu.git/history - vnc.c
Remove PAGE_RESERVED
[qemu.git] / vnc.c
2010-05-04 Anthony Liguorivnc: make sure to send pointer type change event on...
2010-05-03 Corentin Charyvnc: split encoding in specific files
2010-04-25 Blue SwirlRemove dead assignments in various common files, spotte...
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Daniel P. BerrangeRemove magic numbers for VNC message IDs from code
2010-03-19 Anthony Liguoriinput: make vnc use mouse mode notifiers
2010-03-17 Gerd Hoffmannvnc: add no-lock-key-sync option
2010-03-17 Chris WebbFix SIGFPE for vnc display of width/height = 1
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustermonitor: Separate "default monitor" and "current monito...
2010-03-09 Gerd Hoffmannkbd keds: vnc
2010-03-06 Samuel ThibaultFix curses interaction with keymaps
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Amit Shahvnc: Migrate to using QTAILQ instead of custom implemen...
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-05 Paolo Bonzinivnc.c: remove dead code
2010-01-26 Stefano Stabellinivnc_refresh: calling vnc_update_client might free vs
2010-01-20 Luiz Capitulinovnc: Use inet_strfamily()
2010-01-19 Luiz CapitulinoQMP: Introduce VNC_INITIALIZED event
2010-01-19 Luiz CapitulinoQMP: Introduce VNC_DISCONNECTED event
2010-01-19 Luiz CapitulinoQMP: Introduce VNC_CONNECTED event
2010-01-19 Luiz CapitulinoVNC: Cache client info at connection time
2010-01-19 Luiz CapitulinoVNC: Add 'family' key
2010-01-19 Luiz CapitulinoVNC: Rename client's 'username' key
2010-01-19 Luiz CapitulinoVNC: Make 'auth' key mandatory
2010-01-19 Luiz CapitulinoVNC: Use 'enabled' key instead of 'status'
2010-01-12 Stefano Stabellinivnc_refresh: return if vd->timer is NULL
2009-12-12 Luiz CapitulinoVNC: Convert do_info_vnc() to QObject
2009-12-12 Gerd Hoffmannvnc: fix capslock tracking logic.
2009-12-03 Kevin WolfDon't leak file descriptors
2009-11-12 Gerd Hoffmannvnc: improve capslock handling.
2009-10-05 Stefan WeilWin32: Fix vnc support.
2009-10-05 Stefan Weilvnc: Set invalid buffer pointers to NULL
2009-09-25 Glauber Costafix use after free
2009-08-24 Zachary AmsdenWhen using stdio monitor and VNC display, one can set...
2009-08-24 Zachary AmsdenDon't segfault when changing VNC password on an SDL...
2009-08-10 Stefano Stabellinivariable timer intervals
2009-08-10 Stefano Stabellinisingle vnc server surface
2009-08-10 Stefano Stabellinia single vnc timer to refresh the screen
2009-07-30 Gerd Hoffmannvnc: fix copyrect screen corruption
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-06-16 Gerd Hoffmannvnc: improve numpad support for qemu console.
2009-06-16 Gerd Hoffmannvnc: rework VncState release workflow.
2009-06-13 Stefan WeilWin32: Don't remove const attribute in type casts.
2009-06-13 Blue SwirlFix mingw32 build warnings
2009-06-06 Stefan WeilFix spelling in comment.
2009-05-27 Stefan WeilVNC: Fix memory allocation (wrong structure size).
2009-05-21 Anthony LiguoriEliminate --disable-gfx-check and make VNC default...
2009-05-13 malcRemove any pretense that there can be more than one...
2009-05-01 Gerd Hoffmannvnc: kill leftover debug statement.
2009-05-01 Gerd Hoffmannvnc: no need to set force_update for incremental update...
2009-05-01 Gerd Hoffmannvnc: fix server surface pixel format.
2009-05-01 Gerd Hoffmannvnc: fix segfault
2009-05-01 Gerd Hoffmannvnc: windup keypad keys for qemu console emulation
2009-04-07 aurel32vnc: Fix incorrect attempt to clear a flag
2009-03-20 aliguorivnc: throttle screen updates. (Gerd Hoffmann)
2009-03-20 aliguorivnc: fix printf warnings showing up with VNC_DEBUG...
2009-03-20 aliguorivnc: cleanup surface handling, fix screen corruption...
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-13 aliguoriReplace asprintf() with snprintf() in vnc.c ("Daniel...
2009-03-06 aliguoriRemove tabs introduced from VNC ACL series
2009-03-06 aliguoriSupport ACLs for controlling VNC access ("Daniel P...
2009-03-06 aliguoriInclude auth credentials in 'info vnc' ("Daniel P....
2009-03-06 aliguoriAdd SASL authentication support ("Daniel P. Berrange")
2009-03-06 aliguoriMove TLS auth into separate file ("Daniel P. Berrange")
2009-03-06 aliguoriMove VNC structs into header file ("Daniel P. Berrange")
2009-03-06 aliguoriRefactor keymap code to avoid duplication ("Daniel...
2009-03-06 aliguoriEnhance 'info vnc' monitor output ("Daniel P. Berrange")
2009-03-06 aliguoriFix bug in TLS authentication ("Daniel P. Berrange")
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-16 aliguoriSupport multiple VNC clients (Brian Kress)
2009-02-11 aliguorimonitor: Don't change VNC server when disabled (Jan...
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-02-02 aliguoriAdd zlib encoding support (Alexander Graf)
2009-02-02 aliguoriMove the framebuffer update package out (Alexander...
2009-02-02 aliguoriMove buffer functions up (Alexander Graf)
2009-02-02 aliguoriAdd some tight awareness to vnc.c (Alexander Graf)
2009-02-02 aliguoriFix invalid #if in vnc.c when debugging is enabled...
2009-02-02 aliguoriUse VNC protocol defines (Alexander Graf)
2009-02-02 aliguoriSplit VNC defines to vnc.h (Alexander Graf)
2009-01-26 aliguorivnc fixes and improvements (Stefano Stabellini)
2009-01-15 aliguoriexploiting the new interface in vnc.c (Stefano Stabellini)
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2009-01-14 blueswir1Fix some more warnings
2008-12-22 aliguoriProperly handle the case of SetPixelEncodings with...
2008-12-13 aurel32vnc: Fix crash on 'info vnc' after 'change vnc none'
2008-12-03 malcMake audio violate POSIX less
2008-12-02 aliguoriExclude unix: from vnc call to unix_listen() (Ryan...
2008-12-01 malcReset the key modifiers upon client connect
2008-12-01 malcAdd basic audio functionality to vnc.c
2008-12-01 balrogDon't try to select on an invalid VNC socket when init...
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-11-12 balrogr5531 made x509 certs not loadable (original patch...
2008-11-11 aliguorisockets: switch vnc to new code, support vnc port auto...
2008-10-25 blueswir1Replace uses of strncpy (a GNU extension) with Qemu...
2008-09-24 thsFix compiler warning when _VNC_DEBUG isn't defined.
2008-09-15 aliguoriWMVi extension support (Stefano Stabellini)
2008-09-15 aliguorivnc dynamic resolution (Stefano Stabellini)
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
next