Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various compilation warnings | Vic Lee | 2009-11-10 | 1 | -2/+3 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | 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 |
| | | | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
* | | libvncclient: make listenAtTCPPort() work under windows. | Christian Beier | 2009-10-30 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | Actually, initSockets() has to be called everywhere we possibly use sockets the first time. Also fix return value of initSockets(). Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | | Fix hostname resolution problems under Windows | Alexander Dorokhine | 2009-10-30 | 1 | -8/+17 |
| | | | | | | | | | | | | | | | | On Windows, the WSA system needs to be initialized to be able to look up host names. This patch also changes *addr = 0 to use the constant INADDR_LOOPBACK instead, which seems to be required on Windows. | ||||
* | | mingw32 crosscompile fixes. | Christian Beier | 2009-10-02 | 1 | -0/+1 |
|/ | | | | | | | | | | | SOCKET is redefined in winsock2.h so #undef it where winsock2.h is included. The changes in rfbproto.c circumvent crosscompiler errors like 'S_IFMT' undeclared ...', the Makefile.am changes avoid building linux specific stuff for a win32 host target. Also added configure option to specify sdl-config. Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | libvncclient: Unix sockets support by Ben Klopfenstein | Ben Klopfenstein | 2009-05-12 | 1 | -0/+29 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | 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 ↵ | dscho | 2005-05-18 | 1 | -0/+2 |
| | | | | socklen_t test from configure.ac | ||||
* | 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 ↵ | dscho | 2004-12-01 | 1 | -15/+15 |
| | | | | Andre Leiradella) | ||||
* | 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 |
| | | | | overrideable | ||||
* | support password reading with getpass(); support -play to play vncrec'orded ↵ | dscho | 2004-06-18 | 1 | -1/+39 |
| | | | | files | ||||
* | debug | dscho | 2004-06-15 | 1 | -1/+17 |
| | |||||
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 1 | -0/+21 |
| | | | | automake CFLAGS nagging | ||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -6/+6 |
| | | | | get prefix "LIBVNCSERVER_" | ||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 1 | -13/+13 |
| | | | | should not be used in a library (use rfbLog instead) | ||||
* | first alpha version of libvncclient | dscho | 2003-07-27 | 1 | -0/+424 |