summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* x11vnc: -8to24 more speedups; tunables for very slow machines.runge2006-02-067-101/+383
|
* x11vnc: -8to24 speedups and improvements.runge2006-02-0516-464/+1052
|
* x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crashrunge2006-01-2216-159/+310
|
* x11vnc: -8to24 now works on default depth 8 displays.runge2006-01-1913-873/+1240
|
* x11vnc: more tweaks to -8to24 XGETIMAGE_8TO24runge2006-01-167-858/+1074
|
* x11vnc: add -8to24 option for some multi-depth displays.runge2006-01-1523-540/+1639
|
* configure.ac: add switches for most X extensions.runge2006-01-127-37/+81
|
* logMutex needs to be initialized too; in rfbDefaultLog.runge2006-01-115-713/+727
|
* x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix ↵runge2006-01-1117-31/+68
| | | | 64bit bug for -solid.
* rfbProcessEvents() has to iterate also over clients with sock < 0 to close themdscho2006-01-103-3/+24
|
* x11vnc: the big split.runge2006-01-0969-32423/+34376
|
* fix client non-jpeg/libz buildsrunge2006-01-084-4/+14
|
* rfbRegisterProtocolExtension extMutex was never initialized.runge2006-01-062-0/+10
|
* x11vnc: enhance -passwdfile features, filetransfer on by default.runge2005-12-245-103/+312
|
OpenPOWER on IntegriCloud