aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-19/+20
2007-12-11Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori).balrog1-0/+7
2007-11-18Add statics and missing #includes for prototypes.pbrook1-6/+6
2007-11-17Break up vl.h.pbrook1-1/+4
2007-10-31Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg).balrog1-1/+4
2007-10-30Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog1-2/+33
2007-09-30Support UltraVNC clients, by Eduardo Felipe.ths1-2/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-19/+19
2007-09-13Fix infinite loop in VNC support, by Marc Bevand.ths1-2/+5
2007-08-25Custom location for x509 cert paths, by Daniel P. Berrange.ths1-16/+115
2007-08-25x509 client certificate verification, by Daniel P. Berrange.ths1-3/+103
2007-08-25x509 certificate for server, by Daniel P. Berrange.ths1-20/+107
2007-08-25VeNCrypt basic TLS support, by Daniel P. Berrange.ths1-8/+396
2007-08-25VNC password authentication, by Daniel P. Berrange.ths1-13/+225
2007-08-25Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths1-2/+2
2007-08-25Refactor VNC server setup API, by Daniel P. Berrange.ths1-27/+76
2007-04-29Crop VNC update requests to avoid segfaults, by Thomas Tuttle.ths1-0/+9
2007-03-19Add -name option, by Anthony Liguori.ths1-2/+9
2007-02-05info vnc command (Anthony Liguori)bellard1-0/+22
2007-02-05Mouse relative offset VNC extension (Anthony Liguori)bellard1-10/+42
2006-12-22Unix domain socket support for VNC, by Anthony Liguori.ths1-26/+60
2006-12-14Reduce VNC resize traffic, thanks Eduardo Felipe.ths1-1/+3
2006-08-24signed fixes - VNC console switch (initial patch by Andrzej Zaborowski)bellard1-11/+94
2006-06-13support for higher resolutionsbellard1-17/+57
2006-05-14support for all VNC pixel formatsbellard1-37/+161
2006-05-03removed ssize_t for win32 compatibilitybellard1-2/+2
2006-05-01uppercase fix (Anthony Liguori)bellard1-1/+8
2006-05-01copyrightbellard1-0/+25
2006-04-30win32 socket fixesbellard1-16/+11
2006-04-30VNC server (Anthony Liguori)bellard1-0/+894