| Commit message (Expand) | Author | Age | Files | Lines |
* | Use WIN32 for Windows-specific #ifdef guards | Daniel Cohen Gindi | 2014-09-02 | 1 | -1/+3 |
* | MSVC: Use _snprintf instead of snprintf | Daniel Cohen Gindi | 2014-09-02 | 1 | -0/+4 |
* | Tune the definitions needed when building with -ansi. | Raphael Kubo da Costa | 2012-09-14 | 1 | -0/+5 |
* | Fix some compiler warnings that hinted some no too unimportant errors. | Christian Beier | 2012-05-09 | 1 | -1/+1 |
* | LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif... | Christian Beier | 2012-04-15 | 1 | -10/+1 |
* | IPv6 support for LibVNCServer, part four: add copyright notices to files with...server-ipv6 | Christian Beier | 2012-04-02 | 1 | -0/+1 |
* | IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa... | Christian Beier | 2012-03-10 | 1 | -1/+62 |
* | Add an optional parameter to specify the ip address for reverse connections | Luca Stauble | 2012-02-03 | 1 | -1/+18 |
* | Use WaitForMessage instead of sleep in socket reading to fix performance issue. | Vic Lee | 2011-03-12 | 1 | -10/+2 |
* | Call WSAGetLastError() everywhere errno is read after a Winsock call. | Christian Beier | 2011-03-03 | 1 | -1/+8 |
* | Fix build failure wrt IP QoS support in libvncclient. | Christian Beier | 2010-10-20 | 1 | -1/+1 |
* | Avoid 100% CPU usage when calling ReadFromRFBServer and no available bytes to... | Vic Lee | 2010-10-13 | 1 | -0/+10 |
* | IP QoS support in libvncclient. | Christian Beier | 2010-09-29 | 1 | -0/+49 |
* | Non-blocking sockets for Windows. | Christian Beier | 2010-09-13 | 1 | -6/+9 |
* | Fix MinGW32 checking for IPv6. | Christian Beier | 2010-07-14 | 1 | -0/+4 |
* | libvncclient: add ipv6 support | Vic Lee | 2010-07-08 | 1 | -0/+62 |
* | Fix various compilation warnings | Vic Lee | 2009-11-10 | 1 | -2/+3 |
* | Merge branch 'VeNCrypt' | Johannes Schindelin | 2009-11-02 | 1 | -2/+31 |
|\ |
|
| * | Add anonymous TLS support in libvncclient | Vic Lee | 2009-10-02 | 1 | -2/+31 |
* | | libvncclient: make listenAtTCPPort() work under windows. | Christian Beier | 2009-10-30 | 1 | -5/+12 |
* | | Fix hostname resolution problems under Windows | Alexander Dorokhine | 2009-10-30 | 1 | -8/+17 |
* | | mingw32 crosscompile fixes. | Christian Beier | 2009-10-02 | 1 | -0/+1 |
|/ |
|
* | libvncclient: Unix sockets support by Ben Klopfenstein | Ben Klopfenstein | 2009-05-12 | 1 | -0/+29 |
* | assorted fixes for MinGW32 | dscho | 2005-12-19 | 1 | -3/+2 |
* | work around write() returning ENOENT on Solaris 2.7 | dscho | 2005-12-09 | 1 | -1/+5 |
* | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 1 | -0/+2 |
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -0/+1 |
* | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -2/+2 |
* | support MinGW32! | dscho | 2004-12-01 | 1 | -19/+58 |
* | use rfbClientErr to log errors, check if calloc succeded (both hinted by Andr... | dscho | 2004-12-01 | 1 | -15/+15 |
* | fix long reads (in some events of success, no TRUE was returned) | dscho | 2004-11-30 | 1 | -7/+8 |
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 1 | -21/+16 |
* | support password reading with getpass(); support -play to play vncrec'orded f... | dscho | 2004-06-18 | 1 | -1/+39 |
* | debug | dscho | 2004-06-15 | 1 | -1/+17 |
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au... | dscho | 2004-06-07 | 1 | -0/+21 |
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 1 | -6/+6 |
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho... | dscho | 2003-07-28 | 1 | -13/+13 |
* | first alpha version of libvncclient | dscho | 2003-07-27 | 1 | -0/+424 |