| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix checks for socket values, 0 is a legal value. | Christian Beier | 2009-11-11 | 1 | -2/+5 |
| | | | | | | | | | | | To make this work, we also have to initialize sockets to a default value of -1. Also close a client listen socket if it's open. Signed-off-by: Christian Beier <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | libvncclient: include winsock2.h in vncviewer.c. | Christian Beier | 2009-11-10 | 1 | -0/+2 |
| | | | | | | | | fixes warning about closesocket being implicitly declared. 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/+9 |
| |\ | |||||
| | * | Add anonymous TLS support in libvncclient | Vic Lee | 2009-10-02 | 1 | -0/+9 |
| | | | | | | | | | 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/+1 |
| |/ | | | | | | 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. | ||||
| * | Fix two issues in rfbGetClient() | Johannes Schindelin | 2009-06-16 | 1 | -2/+4 |
| | | | | | | | | | | There was an unnecessary assignment, and an assignment of a string that was to be free()ed later, so it has to be strdup()ed. Both issues spotted by Roman Held. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | Add close() to rfbClientCleanup() | Stefan Becker | 2009-05-22 | 1 | -0/+2 |
| | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
| * | argv > 0 doesn't make sense for a pointer; assuming argv != NULL. | runge | 2007-08-04 | 1 | -1/+1 |
| | | |||||
| * | LibVNCClient: some users do not want to get whole-screen updates; introduce ↵ | dscho | 2007-02-01 | 1 | -6/+19 |
| | | | | | client->updateRect for that | ||||
| * | libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient | runge | 2007-01-31 | 1 | -1/+1 |
| | | |||||
| * | Client side support for PalmVNC/UltraVNC 'Server Side Scaling' | steven_carr | 2006-05-04 | 1 | -3/+20 |
| | | |||||
| * | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 1 | -1/+1 |
| | | |||||
| * | Eliminate incompatible pointer assignment warning (gcc 4.0.1) | steven_carr | 2006-05-02 | 1 | -2/+2 |
| | | |||||
| * | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -1/+6 |
| | | |||||
| * | libvncclient: take -compress <level> and -quality <level> command line arguments | dscho | 2006-03-27 | 1 | -0/+6 |
| | | |||||
| * | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -1/+3 |
| | | |||||
| * | assorted fixes for MinGW32 | dscho | 2005-12-19 | 1 | -1/+1 |
| | | |||||
| * | one more memory leak | dscho | 2005-12-07 | 1 | -0/+5 |
| | | |||||
| * | plug memory leaks | dscho | 2005-12-07 | 1 | -2/+17 |
| | | |||||
| * | 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. | ||||
| * | implement ZRLE decoding | dscho | 2005-05-24 | 1 | -1/+1 |
| | | |||||
| * | init a structure *before* using it... | dscho | 2005-05-23 | 1 | -0/+1 |
| | | |||||
| * | make zlib and tight handling thread safe (static -> rfbClient) | dscho | 2005-05-23 | 1 | -0/+9 |
| | | |||||
| * | 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 | -4/+7 |
| | | |||||
| * | if no argc & argv are passed, honour the serverHost&serverPort which was set ↵ | dscho | 2005-01-21 | 1 | -5/+4 |
| | | | | | by the application | ||||
| * | argc and argv may be zero (which means to ignore them) | dscho | 2005-01-14 | 1 | -30/+36 |
| | | |||||
| * | support MinGW32! | dscho | 2004-12-01 | 1 | -1/+12 |
| | | |||||
| * | use rfbClientErr to log errors, check if calloc succeded (both hinted by ↵ | dscho | 2004-12-01 | 1 | -0/+4 |
| | | | | | Andre Leiradella) | ||||
| * | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 1 | -1/+5 |
| | | | | | overrideable | ||||
| * | no need to modify argv | dscho | 2004-10-15 | 1 | -2/+4 |
| | | |||||
| * | do not use GNU-only getline | dscho | 2004-06-30 | 1 | -3/+12 |
| | | |||||
| * | support password reading with getpass(); support -play to play vncrec'orded ↵ | dscho | 2004-06-18 | 1 | -6/+35 |
| | | | | | files | ||||
| * | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 1 | -5/+56 |
| | | | | | automake CFLAGS nagging | ||||
| * | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -3/+3 |
| | | | | | get prefix "LIBVNCSERVER_" | ||||
| * | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 1 | -0/+4 |
| | | |||||
| * | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 1 | -129/+12 |
| | | | | | should not be used in a library (use rfbLog instead) | ||||
| * | first alpha version of libvncclient | dscho | 2003-07-27 | 1 | -0/+240 |
