summaryrefslogtreecommitdiffstats
path: root/libvncserver/stats.c
Commit message (Collapse)AuthorAgeFilesLines
* `strings.h` and `resolv.h` are not available on MSVC, and some POSIX ↵Daniel Cohen Gindi2014-09-201-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 Martin2011-07-221-0/+1
| | | | | | | http://wiki.qemu.org/VNC_Tight_PNG Signed-off-by: Joel Martin <github@martintribe.org> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* Set proper file permissions for source files.Christian Beier2011-03-101-0/+0
|
* libvncserver cleanup: remove rfbKeyFrame remnants.Christian Beier2010-11-111-2/+0
|
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-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.runge2008-02-031-0/+1
|
* Statistics now fit into 80-column outputsteven_carr2006-05-161-4/+4
|
* Statistics output now fits in 80-column outputsteven_carr2006-05-161-67/+85
|
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-66/+410
|
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-1/+1
| | | | Both PalmVNC and UltraVNC SetScale messages are supported
* kill BackChannel and CustomClientMessage: the new extension technique makes ↵dscho2005-10-061-4/+0
| | | | these hooks obsolete
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-38/+38
| | | | while structure members should not
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+119