Fix typo
[qemu] / vnc.c
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...
2008-09-06 aurel32Some little fixes on QEMU
2008-08-23 aliguoriVNC: Support for ExtendedKeyEvent client message
2008-08-21 aliguoriadd DisplayState->idle (Samuel Thibault)
2008-08-06 thsAdd qemu_realloc(), by Gerd Hoffmann.
2008-06-02 balrogDon't forget to save VNC FB dimensions after resize...
2008-05-25 balrogFix VNC update regoin height.
2008-05-25 balrogInvalidate VNC framebuffer on every resize.
2008-05-20 balrogPrevent SEGV in VNC server for old clients (Anthony...
2008-04-24 balrogFix spurious VNC disconnects on Win32 (Hervé Poussineau).
2008-03-10 aurel32Let the USB tablet reach the far bottom and right pixels
2008-02-10 balrogAdd an ncurses UI.
2008-02-03 balrogAdd VNC reverse connections, by Eddie Kohler.
2008-01-14 balrogAdd a missing vga_hw_update() when accepting a connecti...
2008-01-13 balrogReduce redundant timer ticks in VNC, by Anders Melchiorsen.
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-12-11 balrogFix fragments due to incomplete dirty tracking in CGA...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-31 balrogHandle 3.7 VNC clients authentication correctly (Dan...
2007-10-30 balrogMiscellaneous VNC related fixes from Xen forwarded...
2007-09-30 thsSupport UltraVNC clients, by Eduardo Felipe.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-13 thsFix infinite loop in VNC support, by Marc Bevand.
2007-08-25 thsCustom location for x509 cert paths, by Daniel P. Berrange.
2007-08-25 thsx509 client certificate verification, by Daniel P....
2007-08-25 thsx509 certificate for server, by Daniel P. Berrange.
2007-08-25 thsVeNCrypt basic TLS support, by Daniel P. Berrange.
2007-08-25 thsVNC password authentication, by Daniel P. Berrange.
2007-08-25 thsExtend monitor 'change' command for VNC, by Daniel...
2007-08-25 thsRefactor VNC server setup API, by Daniel P. Berrange.
2007-04-29 thsCrop VNC update requests to avoid segfaults, by Thomas...
2007-03-19 thsAdd -name option, by Anthony Liguori.
2007-02-05 bellardinfo vnc command (Anthony Liguori)
2007-02-05 bellardMouse relative offset VNC extension (Anthony Liguori)
2006-12-22 thsUnix domain socket support for VNC, by Anthony Liguori.
2006-12-14 thsReduce VNC resize traffic, thanks Eduardo Felipe.
2006-08-24 bellardsigned fixes - VNC console switch (initial patch by...
2006-06-13 bellardsupport for higher resolutions
2006-05-14 bellardsupport for all VNC pixel formats
2006-05-03 bellardremoved ssize_t for win32 compatibility
2006-05-01 bellarduppercase fix (Anthony Liguori)
2006-05-01 bellardcopyright
2006-04-30 bellardwin32 socket fixes
2006-04-30 bellardVNC server (Anthony Liguori)