summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Specifically test for Major Version 3 addedsteven_carr2006-05-161-1/+2
|
* Statistics now fit into 80-column outputsteven_carr2006-05-162-4/+8
|
* Statistics output now fits in 80-column outputsteven_carr2006-05-161-67/+85
|
* Corrected Cursor Statistics reporting as messagessteven_carr2006-05-161-2/+2
|
* remove unneeded filedscho2006-05-151-15/+0
|
* Support sending TextChat messages back to the clientsteven_carr2006-05-152-0/+43
|
* Default to RFB 3.8, add command line option to specify the RFB version.steven_carr2006-05-156-6/+40
|
* The great UltraVNC Compatibility Commitsteven_carr2006-05-1525-301/+1935
|
* fix some build issues WRT ultravnc code.runge2006-05-1311-6983/+6999
|
* x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, ↵runge2006-05-0746-1360/+4982
| | | | -rawfb console.
* Server Capability Encodingssteven_carr2006-05-046-32/+413
| | | | | | | rfbEncodingSupportedEncodings - What encodings are supported? rfbEncodingSupportedMessages - What message types are supported? rfbEncodingServerIdentity - What is the servers version string? ie: "x11vnc: 0.8.1 lastmod: 2006-04-25 (LibVNCServer 0.9pre)"
* UltraVNC with scaling, will send rectangles with a zero W or Hsteven_carr2006-05-041-3/+8
| | | | | | We need to process the rectangle (especially if it a type that contains subrectangles or any kind of compression). UltraVNC should be fixed to prevent these useless rectangles from being sent.
* Client side support for PalmVNC/UltraVNC 'Server Side Scaling'steven_carr2006-05-043-4/+71
|
* KeyboardLedState should be placed in 'various protocol extensions'steven_carr2006-05-041-1/+1
|
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-0316-64/+594
| | | | Both PalmVNC and UltraVNC SetScale messages are supported
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-0216-27/+7552
|
* CopyRectangle() BPP!=8 bug fixedsteven_carr2006-05-021-1/+1
|
* Eliminate incompatible pointer assignment warning (gcc 4.0.1)steven_carr2006-05-021-2/+2
|
* signed vs unsigned warnings eliminated (gcc 4.0.1)steven_carr2006-05-023-5/+5
|
* include rotatetemplate.c in the tarballdscho2006-04-301-1/+1
|
* libvncclient: support changing of framebuffer size; make SDLvncviewer use itdscho2006-04-283-15/+30
|
* fix SDLvncviewer for widths which are not divisible by 8dscho2006-04-281-1/+2
|
* add rotate and flip exampledscho2006-04-276-2/+153
|
* malloc.h should not be needed (it is missing on quite a few platforms)dscho2006-04-271-1/+0
|
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-2618-245/+287
|
* Added an example camera application to demonstrate another way to write a ↵steven_carr2006-04-173-1/+158
| | | | server application.
* Apache SSL gateway. More web proxy cases for Java and ssl_vncviewer.runge2006-04-1614-1655/+3148
|
* SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils ↵runge2006-04-0535-589/+4359
| | | | for x11vnc. FBPM "support".
* add KeyboardLedState extensiondscho2006-03-289-4/+122
|
* SSL patch for Java viewer. https support for x11vnc.runge2006-03-2835-1495/+3364
|
* ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr)dscho2006-03-273-1/+8
|
* libvncclient: take -compress <level> and -quality <level> command line argumentsdscho2006-03-271-0/+6
|
* x11vnc: add -ssl mode using libssl. Include Xdummy in misc.runge2006-03-1227-1150/+3983
|
* x11vnc: do CLIPBOARD, reverse conn require passwds, -usepw, -debug_sel, ↵runge2006-03-0820-527/+1304
| | | | -storepasswd homedir.
* x11vnc: gui speedup and fixes. -unixpw and -inetdrunge2006-03-0619-223/+682
|
* x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui ↵runge2006-03-0520-757/+1314
| | | | tweaks.
* x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune ↵runge2006-03-0318-1216/+2283
| | | | SMALL_FOOTPRINT.
* Fix blooptest exampledscho2006-03-013-5/+3
|
* do not assume that KEYSYM_H guards X11's keysym.hdscho2006-03-011-2/+1
|
* do not timeout on idle client input (with pthreads)dscho2006-03-011-0/+16
|
* if compiling with pthreads, also compile blooptestdscho2006-03-011-1/+9
|
* rfbCheckFds now returns the number of processed eventsdscho2006-02-281-10/+13
|
* add handleEventsEagerly flag (Thanks, Donald)dscho2006-02-285-84/+97
|
* x11vnc: -unixpw and -stunnel. Add clipboard to input control.runge2006-02-2536-1086/+2355
|
* Added method to get extension specific client datarohit_991292006-02-242-2/+2
|
* Added method to get extension specific client datarohit_991292006-02-244-34/+42
|
* add functions to unregister extensions/security typesdscho2006-02-225-9/+134
|
* IRIX linker is very picky about order of librariesdscho2006-02-212-4/+4
|
* fix some non-gcc compiler warnings and signals in x11vncrunge2006-02-2016-894/+1228
|
* x11vnc: fix AIX build wrt h_errno.runge2006-02-075-473/+504
|