summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add an extension mechanism for LibVNCClient, modify the client data handlingdscho2005-10-065-20/+219
| | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel.
* add BackChannel extension exampledscho2005-10-062-1/+114
|
* fix warningdscho2005-10-061-1/+1
|
* kill BackChannel and CustomClientMessage: the new extension technique makes ↵dscho2005-10-068-143/+1
| | | | these hooks obsolete
* provide a list of the pseudo encodings understood by the extensiondscho2005-10-063-5/+43
|
* DEFINES -> AM_CFLAGSdscho2005-10-062-2/+2
|
* do it right: it is not DEFINES, but AM_CFLAGSdscho2005-10-065-5/+5
|
* add enablePseudoEncoding() to rfbProtocolExtensiondscho2005-10-034-8/+34
|
* more TODOs, and an update to the websitedscho2005-09-292-1/+4
|
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-2825-26/+3025
| | | | Thank you very much, Rohit!
* Introduce generic protocol extension method. Deprecatedscho2005-09-276-11/+140
| | | | the processCustomClientMessage() method.
* Security is global. This was a misguided attempt to evade a global list.dscho2005-09-273-11/+9
| | | | I eventually saw the light and went with Rohit´s original approach.
* support new ffmpeg versiondscho2005-09-272-5/+17
|
* support VNC protocol version 3.7dscho2005-09-266-23/+258
|
* for x11vnc standalone package, adaptions were needed after changing ↵dscho2005-08-221-2/+2
| | | | LibVNCServer.spec.in
* split rpm into three packages: the library, -devel (headers), and x11vncdscho2005-08-213-14/+57
|
* x11vnc: more gui fixes, gui requests via client_sock, PASSWD_REQUIRED build ↵runge2005-07-186-1068/+1858
| | | | opt.
* x11vnc: setup for new release 0.7.3 while I remember how..runge2005-07-135-730/+705
|
* x11vnc: tweaks for release, fix queue buildup under -viewonly.runge2005-07-137-1051/+1573
|
* x11vnc: more improvements to gui, scary nopassword warning msg.runge2005-07-116-1339/+2836
|
* x11vnc: -grab_buster for XGrabServer deadlock; fix scrolls and copyrect for ↵runge2005-07-097-57/+682
| | | | -clip and -id
* x11vnc: -gui tray now embeds in systray; more improvements to gui.runge2005-07-077-812/+3577
|
* x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0.runge2005-07-028-173/+1727
|
* fix annoying zrle decoding bugdscho2005-06-283-1/+7
|
* main.c: fix screen->deferUpdateTime default.runge2005-06-272-3/+7
|
* x11vnc: track keycode state for heuristics, -sloppy_keys, -wmdt, add ↵runge2005-06-276-735/+1053
| | | | -nodbg as option
* ZRLE has problems with RealVNC server. Look into it.dscho2005-06-211-1/+1
|
* x11vnc: long info and tips when XOpenDisplay fails, reinstate "bad desktop" ↵runge2005-06-214-20/+118
| | | | for wireframe
* configure.ac: HP-UX and OSF1 no -R, x11vnc: second round of beta-testing fixes.runge2005-06-186-735/+889
|
* main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ↵runge2005-06-149-1259/+2117
| | | | beta-testing fixes, RFE's.
* no longer complain on Solaris about missing ar, which was not really missingdscho2005-06-112-0/+5
|
* add definitions from other VNC implementationsdscho2005-06-061-0/+300
|
* more TODOsdscho2005-06-061-0/+2
|
* link to libmp3lame only if existsdscho2005-06-062-2/+9
|
* main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add ↵runge2005-06-048-156/+442
| | | | -fixscreen
* main.c: fix copyRect for non-cursor-shape-aware clients.runge2005-05-316-444/+568
|
* newsdscho2005-05-251-0/+8
|
* x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetilerunge2005-05-258-233/+983
|
* mac works!dscho2005-05-241-0/+1
|
* make libvncserver-conf executable the autoconf waydscho2005-05-242-5/+1
|
* "make t" now executes the testsdscho2005-05-241-0/+2
|
* do distribute and depend on zrle.cdscho2005-05-241-2/+2
|
* implement ZRLE decodingdscho2005-05-247-6/+437
|
* try 32 bit firstdscho2005-05-241-1/+2
|
* fix off by one bugdscho2005-05-242-4/+8
|
* init a structure *before* using it...dscho2005-05-232-1/+3
|
* remove wrong commentdscho2005-05-231-16/+0
|
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-235-214/+226
|
* work around bug in ffmpegdscho2005-05-231-0/+1
|
* simplify configure (do not check for malloc(0) bug)dscho2005-05-232-1/+3
|