2008-12-03 |
malc | Make audio violate POSIX less |
blob | commitdiff | raw |
2008-12-02 |
aliguori | Exclude unix: from vnc call to unix_listen() (Ryan... |
blob | commitdiff | raw | diff to current |
2008-12-01 |
malc | Reset the key modifiers upon client connect |
blob | commitdiff | raw | diff to current |
2008-12-01 |
malc | Add basic audio functionality to vnc.c |
blob | commitdiff | raw | diff to current |
2008-12-01 |
balrog | Don't try to select on an invalid VNC socket when init... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
aliguori | Introduce accessors for DisplayState (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2008-11-12 |
balrog | r5531 made x509 certs not loadable (original patch... |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aliguori | sockets: switch vnc to new code, support vnc port auto... |
blob | commitdiff | raw | diff to current |
2008-10-25 |
blueswir1 | Replace uses of strncpy (a GNU extension) with Qemu... |
blob | commitdiff | raw | diff to current |
2008-09-24 |
ths | Fix compiler warning when _VNC_DEBUG isn't defined. |
blob | commitdiff | raw | diff to current |
2008-09-15 |
aliguori | WMVi extension support (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2008-09-15 |
aliguori | vnc dynamic resolution (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2008-09-06 |
blueswir1 | Fix most warnings that would be caused by gcc flag... |
blob | commitdiff | raw | diff to current |
2008-09-06 |
aurel32 | Some little fixes on QEMU |
blob | commitdiff | raw | diff to current |
2008-08-23 |
aliguori | VNC: Support for ExtendedKeyEvent client message |
blob | commitdiff | raw | diff to current |
2008-08-21 |
aliguori | add DisplayState->idle (Samuel Thibault) |
blob | commitdiff | raw | diff to current |
2008-08-06 |
ths | Add qemu_realloc(), by Gerd Hoffmann. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
balrog | Don't forget to save VNC FB dimensions after resize... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
balrog | Fix VNC update regoin height. |
blob | commitdiff | raw | diff to current |
2008-05-25 |
balrog | Invalidate VNC framebuffer on every resize. |
blob | commitdiff | raw | diff to current |
2008-05-20 |
balrog | Prevent SEGV in VNC server for old clients (Anthony... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
balrog | Fix spurious VNC disconnects on Win32 (Hervé Poussineau). |
blob | commitdiff | raw | diff to current |
2008-03-10 |
aurel32 | Let the USB tablet reach the far bottom and right pixels |
blob | commitdiff | raw | diff to current |
2008-02-10 |
balrog | Add an ncurses UI. |
blob | commitdiff | raw | diff to current |
2008-02-03 |
balrog | Add VNC reverse connections, by Eddie Kohler. |
blob | commitdiff | raw | diff to current |
2008-01-14 |
balrog | Add a missing vga_hw_update() when accepting a connecti... |
blob | commitdiff | raw | diff to current |
2008-01-13 |
balrog | Reduce redundant timer ticks in VNC, by Anders Melchiorsen. |
blob | commitdiff | raw | diff to current |
2007-12-16 |
ths | Fix wrong signedness, by Andre Przywara. |
blob | commitdiff | raw | diff to current |
2007-12-11 |
balrog | Fix fragments due to incomplete dirty tracking in CGA... |
blob | commitdiff | raw | diff to current |
2007-11-18 |
pbrook | Add statics and missing #includes for prototypes. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
pbrook | Break up vl.h. |
blob | commitdiff | raw | diff to current |
2007-10-31 |
balrog | Handle 3.7 VNC clients authentication correctly (Dan... |
blob | commitdiff | raw | diff to current |
2007-10-30 |
balrog | Miscellaneous VNC related fixes from Xen forwarded... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
ths | Support UltraVNC clients, by Eduardo Felipe. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
ths | Fix infinite loop in VNC support, by Marc Bevand. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | Custom location for x509 cert paths, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | x509 client certificate verification, by Daniel P.... |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | x509 certificate for server, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | VeNCrypt basic TLS support, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | VNC password authentication, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | Extend monitor 'change' command for VNC, by Daniel... |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | Refactor VNC server setup API, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-04-29 |
ths | Crop VNC update requests to avoid segfaults, by Thomas... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
ths | Add -name option, by Anthony Liguori. |
blob | commitdiff | raw | diff to current |
2007-02-05 |
bellard | info vnc command (Anthony Liguori) |
blob | commitdiff | raw | diff to current |
2007-02-05 |
bellard | Mouse relative offset VNC extension (Anthony Liguori) |
blob | commitdiff | raw | diff to current |
2006-12-22 |
ths | Unix domain socket support for VNC, by Anthony Liguori. |
blob | commitdiff | raw | diff to current |
2006-12-14 |
ths | Reduce VNC resize traffic, thanks Eduardo Felipe. |
blob | commitdiff | raw | diff to current |
2006-08-24 |
bellard | signed fixes - VNC console switch (initial patch by... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
bellard | support for higher resolutions |
blob | commitdiff | raw | diff to current |
2006-05-14 |
bellard | support for all VNC pixel formats |
blob | commitdiff | raw | diff to current |
2006-05-03 |
bellard | removed ssize_t for win32 compatibility |
blob | commitdiff | raw | diff to current |
2006-05-01 |
bellard | uppercase fix (Anthony Liguori) |
blob | commitdiff | raw | diff to current |
2006-05-01 |
bellard | copyright |
blob | commitdiff | raw | diff to current |
2006-04-30 |
bellard | win32 socket fixes |
blob | commitdiff | raw | diff to current |
2006-04-30 |
bellard | VNC server (Anthony Liguori) |
blob | commitdiff | raw | diff to current |
|