| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libvncclient: better return value for non-forking listen. | Christian Beier | 2009-11-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | The return value now better reflects what has happened: 1 on success (incoming connection on listen socket, we accepted it successfully), -1 on error, 0 on timeout. Also change the select calls to not check _all_ possible file descriptors. Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | Merge branch 'VeNCrypt' | Johannes Schindelin | 2009-11-02 | 1 | -0/+51 |
| |\ | |||||
| | * | Add MSLogon security type | Vic Lee | 2009-11-02 | 1 | -0/+10 |
| | | | | | | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| | * | Add VeNCrypt support in libvncclient | Vic Lee | 2009-10-02 | 1 | -3/+6 |
| | | | | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
| | * | Add anonymous TLS support in libvncclient | Vic Lee | 2009-10-02 | 1 | -0/+38 |
| | | | | | | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
| * | | libvncclient: add a non-forking listen function. | Christian Beier | 2009-10-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forking the whole process from deep within a library call does not really work at all with apps that use multiple threads, i.e. every reasonably modern GUI app. So, provide a non-forking listen function so that the caller can decide if to fork, start a thread, etc. This implementation adds a timeout parameter to be able to call the listen function multiple times so that it's possible to do sth. else in between, e.g. abort listening. Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | | libvncclient: Add FinishedFrameBufferUpdate callback | Alexander Dorokhine | 2009-10-30 | 1 | -0/+2 |
| |/ | | | | | | When working on a program which searches the display for some image, one does not want to search again without getting an FB update. Add a callback to make this possible. | ||||
| * | Export the functions SupportsClient2Server and SupportsServer2Client | llyzs | 2009-05-20 | 1 | -0/+3 |
| | | | | | | | | These are useful functions for VNC clients, so let's export them for everybody to use. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | libvncclient: Unix sockets support by Ben Klopfenstein | Ben Klopfenstein | 2009-05-12 | 1 | -0/+1 |
| | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | Fix compilation in the absence of libjpeg | dscho | 2008-04-28 | 1 | -1/+1 |
| | | | | | | | | | The JPEG library is not necessarily installed everywhere, and sometimes it is outright undesirable to compile with JPEG support, e.g. when the server is not very fast. So fix the compilation for that case. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | rfbclient.h: use 'extern "C"' to make it convenient to include from C++ | dscho | 2007-04-06 | 1 | -0/+9 |
| | | |||||
| * | LibVNCClient: some users do not want to get whole-screen updates; introduce ↵ | dscho | 2007-02-01 | 1 | -0/+4 |
| | | | | | client->updateRect for that | ||||
| * | libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient | runge | 2007-01-31 | 1 | -0/+6 |
| | | |||||
| * | make cut text handling using a hook | dscho | 2006-09-11 | 1 | -2/+2 |
| | | |||||
| * | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -0/+21 |
| | | |||||
| * | Client side support for PalmVNC/UltraVNC 'Server Side Scaling' | steven_carr | 2006-05-04 | 1 | -0/+3 |
| | | |||||
| * | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 1 | -2/+6 |
| | | |||||
| * | libvncclient: support changing of framebuffer size; make SDLvncviewer use it | dscho | 2006-04-28 | 1 | -0/+2 |
| | | |||||
| * | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -0/+6 |
| | | |||||
| * | plug memory leaks | dscho | 2005-12-07 | 1 | -0/+1 |
| | | |||||
| * | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵ | runge | 2005-11-25 | 1 | -0/+2 |
| | | | | | builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place. | ||||
| * | add an extension mechanism for LibVNCClient, modify the client data handling | dscho | 2005-10-06 | 1 | -1/+30 |
| | | | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel. | ||||
| * | make zlib and tight handling thread safe (static -> rfbClient) | dscho | 2005-05-23 | 1 | -0/+44 |
| | | |||||
| * | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 1 | -4/+12 |
| | | | | | overrideable | ||||
| * | more comments; support playing vncrec'orded files | dscho | 2004-06-18 | 1 | -1/+13 |
| | | |||||
| * | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 1 | -18/+12 |
| | | | | | automake CFLAGS nagging | ||||
| * | add rfbclient.h to distribution; avoid C++ style comments | dscho | 2003-07-30 | 1 | -2/+0 |
| | | |||||
| * | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -38/+38 |
| | | | | | get prefix "LIBVNCSERVER_" | ||||
| * | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 1 | -0/+1 |
| | | |||||
| * | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 1 | -6/+11 |
| | | | | | should not be used in a library (use rfbLog instead) | ||||
| * | first alpha version of libvncclient | dscho | 2003-07-27 | 1 | -0/+186 |
