| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Swap16IfLE() on bytes | dscho | 2008-01-31 | 1 | -3/+3 |
* | Move tightQualityLevel out of the JPEG specific part | dscho | 2008-01-31 | 1 | -2/+2 |
* | Add missing #include <time.h> (thanks Christian Ehrlicher) | dscho | 2008-01-29 | 1 | -0/+2 |
* | Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi) | dscho | 2008-01-29 | 1 | -0/+3 |
* | Avoid misaligned access on 64-bit machines | dscho | 2007-09-17 | 1 | -13/+15 |
* | More fixes to ultra java viewer, ultrafilexfer debugging output, fix -loop in... | runge | 2007-05-19 | 1 | -7/+10 |
* | In rfbSendFileTransferChunk() check permitFileTransfer 1st to avoid false ala... | runge | 2007-05-17 | 1 | -3/+4 |
* | Drop client if UltraVNC filetransfer is not enabled. | runge | 2007-05-16 | 1 | -3/+33 |
* | Fix a locking problem in libvncserver | dscho | 2007-03-17 | 1 | -1/+1 |
* | compile fix for MinGW | dscho | 2007-01-25 | 1 | -19/+27 |
* | x11vnc: improve ultravnc filexfer rate by calling rfbCheckFD more often | runge | 2006-09-18 | 1 | -1/+2 |
* | x11vnc: clear DISPLAY for -unixpw su_verify, user supplied sig ignore. | runge | 2006-09-15 | 1 | -2/+2 |
* | RFB 3.8 clients are well informed | steven_carr | 2006-06-05 | 1 | -7/+24 |
* | Plugged some memory leakage | steven_carr | 2006-05-28 | 1 | -0/+2 |
* | Permit auth.c to test major version | steven_carr | 2006-05-16 | 1 | -0/+1 |
* | Support sending TextChat messages back to the client | steven_carr | 2006-05-15 | 1 | -0/+41 |
* | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 1 | -2/+14 |
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -103/+910 |
* | fix some build issues WRT ultravnc code. | runge | 2006-05-13 | 1 | -3/+5 |
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -3/+277 |
* | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 1 | -23/+93 |
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 1 | -4/+28 |
* | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -2/+67 |
* | ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr) | dscho | 2006-03-27 | 1 | -0/+2 |
* | rfbProcessEvents() has to iterate also over clients with sock < 0 to close them | dscho | 2006-01-10 | 1 | -2/+16 |
* | make compile again with pthreads; fix off-by-one error | dscho | 2005-12-22 | 1 | -2/+4 |
* | introduce -deferptrupdate (thanks Dave) | dscho | 2005-12-19 | 1 | -4/+14 |
* | assorted fixes for MinGW32 | dscho | 2005-12-19 | 1 | -0/+2 |
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,... | runge | 2005-11-25 | 1 | -6/+10 |
* | The PseudoEncoding extension code was getting silly: | dscho | 2005-10-07 | 1 | -4/+2 |
* | kill BackChannel and CustomClientMessage: the new extension technique makes t... | dscho | 2005-10-06 | 1 | -42/+0 |
* | provide a list of the pseudo encodings understood by the extension | dscho | 2005-10-06 | 1 | -4/+37 |
* | add enablePseudoEncoding() to rfbProtocolExtension | dscho | 2005-10-03 | 1 | -7/+24 |
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -14/+21 |
* | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 1 | -7/+36 |
* | support VNC protocol version 3.7 | dscho | 2005-09-26 | 1 | -3/+14 |
* | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 1 | -0/+2 |
* | fix SIGSEGV when client has incompatible protocol; release mutex before freei... | dscho | 2005-05-16 | 1 | -2/+5 |
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -70/+53 |
* | libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaks | runge | 2005-05-15 | 1 | -2/+2 |
* | fix memory leaks detected using valgrind | dscho | 2005-05-14 | 1 | -5/+4 |
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -4/+1 |
* | clear requested region after handling it | dscho | 2005-04-27 | 1 | -1/+1 |
* | 10l: really fix preferredEncoding set from outside | dscho | 2005-01-25 | 1 | -1/+2 |
* | fix disappearing cursor | dscho | 2005-01-20 | 1 | -5/+5 |
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -84/+72 |
* | close socket in ClientConnectionGone | dscho | 2005-01-14 | 1 | -0/+3 |
* | add hook to allow for custom client messages | dscho | 2005-01-03 | 1 | -0/+3 |
* | release client list mutex earlier | dscho | 2004-10-02 | 1 | -2/+2 |
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -51/+51 |