Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `strings.h` and `resolv.h` are not available on MSVC, and some POSIX ↵ | Daniel Cohen Gindi | 2014-09-20 | 1 | -0/+4 |
| | | | | | | functions are renamed or deprecated For all of those missing/deprecated POSIX functions, we just add a macro mapping to the _underscored version of MSVC. | ||||
* | tightPng: Add initial tightPng encoding support. | Joel Martin | 2011-07-22 | 1 | -0/+1 |
| | | | | | | | http://wiki.qemu.org/VNC_Tight_PNG Signed-off-by: Joel Martin <[email protected]> Signed-off-by: Christian Beier <[email protected]> | ||||
* | Set proper file permissions for source files. | Christian Beier | 2011-03-10 | 1 | -0/+0 |
| | |||||
* | libvncserver cleanup: remove rfbKeyFrame remnants. | Christian Beier | 2010-11-11 | 1 | -2/+0 |
| | |||||
* | libvnc[server|client]: implement xvp VNC extension. | Christian Beier | 2010-11-02 | 1 | -0/+2 |
| | | | | | | | This implements the xvp VNC extension, which is described in the community version of the RFB protocol: http://tigervnc.sourceforge.net/cgi-bin/rfbproto It is also mentioned in the official RFB protocol. | ||||
* | Add ZYWRLE to server printout. | runge | 2008-02-03 | 1 | -0/+1 |
| | |||||
* | Statistics now fit into 80-column output | steven_carr | 2006-05-16 | 1 | -4/+4 |
| | |||||
* | Statistics output now fits in 80-column output | steven_carr | 2006-05-16 | 1 | -67/+85 |
| | |||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -66/+410 |
| | |||||
* | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 1 | -1/+1 |
| | | | | Both PalmVNC and UltraVNC SetScale messages are supported | ||||
* | kill BackChannel and CustomClientMessage: the new extension technique makes ↵ | dscho | 2005-10-06 | 1 | -4/+0 |
| | | | | these hooks obsolete | ||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -38/+38 |
| | | | | while structure members should not | ||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -0/+119 |