This website works better with JavaScript.
f868d56ef1
x11vnc: -clear_mods -clear_keys -storepasswd, add RFB_SERVER_IP RFB_SERVER_PORT to -accept/-gone
runge
2004-06-12 14:25:47 +0000
992be8f5f7
fix compilation on IRIX
dscho
2004-06-08 20:17:04 +0000
1afc2a04e4
fix test for sdl
dscho
2004-06-08 19:46:12 +0000
68422b6309
fix compilation on MacOSX
dscho
2004-06-08 19:13:06 +0000
120500f7a3
layout and wording fix
dscho
2004-06-07 20:09:49 +0000
83dd5a9032
more news
dscho
2004-06-07 19:41:48 +0000
81fcc1c942
now that it is released, increment x11vnc's version
dscho
2004-06-07 18:03:42 +0000
35236477c4
all this moving and renaming needs changes in the cvsignores, too!
dscho
2004-06-07 17:57:21 +0000
cb3d612bb1
fix bug 968264: make rpm did not work with x11vnc package
dscho
2004-06-07 17:52:42 +0000
00901a2eb9
add vnc2mpg, a program which makes a movie from a VNC desktop using FFMPEG
dscho
2004-06-07 17:47:54 +0000
c7730d9bad
added -encodings
dscho
2004-06-07 17:25:24 +0000
fefcb9188a
fix cursor trails (when not using cursor encoding and moving the cursor, the redrawn part of the screen didn't get updated, and so left cursor trails).
dscho
2004-06-07 11:43:00 +0000
fc45b97d65
add mouse button handling
dscho
2004-06-07 11:21:51 +0000
2b8c2a5c3a
add client_examples/, add SDLvncviewer, libvncclient API changes, suppress automake CFLAGS nagging
dscho
2004-06-07 08:31:57 +0000
98e4f89569
x11vnc: rearrange file for easier maintenance, add RFB_CLIENT_COUNT to -accept/-gone
runge
2004-06-06 01:55:39 +0000
f988c5b28e
*** empty log message ***
runge
2004-05-28 01:52:01 +0000
e3c8cddef9
x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfile
runge
2004-05-27 17:27:34 +0000
fcf44cf5ae
a script which automatically converts a few files to make an x11vnc release
dscho
2004-05-25 10:56:17 +0000
2febc578ea
-lvncserver is not default now
dscho
2004-05-25 09:25:28 +0000
876868553d
move the library into libvncserver/, x11vnc into x11vnc/
dscho
2004-05-25 09:05:09 +0000
0130bdb9d6
x11vnc: -gone, -passwdfile, -o logfile; add view-only to -accept
runge
2004-05-22 03:30:31 +0000
dd26262a36
x11vnc: more -inetd fixes.
runge
2004-05-14 20:45:53 +0000
de95a56868
x11vnc: less fprintf under -q so '-q -inetd' has no stderr output.
runge
2004-05-14 15:25:26 +0000
d485cebe82
x11vnc: improvements to -accept popup: yes/no buttons and timeout.
runge
2004-05-13 20:02:41 +0000
d8c8a38224
x11vnc: clean up -Wall warnings.
runge
2004-05-08 17:59:47 +0000
05a8d11903
x11vnc: add -accept some-command/xmessage/popup
runge
2004-05-08 14:43:03 +0000
d43fc7efbe
x11vnc: mouse -> keystroke and keystroke -> mouse remappings.
runge
2004-05-06 02:46:07 +0000
f5cfa4bc8d
prevent segmentation fault when requested area is too big; if select is interrupted while WriteExact, just try again.
dscho
2004-05-05 19:42:27 +0000
1c7ca906f7
x11vnc: add -auth, more -cursorpos and -nofb work
runge
2004-04-28 19:12:45 +0000
7c1c81eede
x11vnc: add -cursorpos for Cursor Position Updates, and -sigpipe
runge
2004-04-20 01:40:20 +0000
167c619722
ignore SIGPIPE the correct way
dscho
2004-04-19 16:24:18 +0000
a6149f349e
x11vnc: do not send selection unless all clients are in RFB_NORMAL state. increase rfbMaxClientWait when threaded to avoid ReadExact() timeouts for some viewers.
runge
2004-04-13 23:56:54 +0000
47eece6aff
fix compilation without jpeg and a certain autoconf version
dscho
2004-04-12 18:31:04 +0000
782c6e7a15
x11vnc options -blackout, -xinerama, -xwarppointer. check cargs. modify configure.ac to pick up -lXinerama
runge
2004-04-08 20:07:29 +0000
e68063f246
add support for pgm and pbm (8-bit and 1-bit grayscale images)
dscho
2004-03-24 18:26:05 +0000
6a1a59f90e
fix cargs.c: arguments were not correctly purged.
dscho
2004-03-22 08:40:51 +0000
5df82de5ce
fix --link for libvncserver-config
dscho
2004-03-15 08:54:01 +0000
ed986a0bbe
x11vnc options -vncconnect, -connect, -remap, -debug_pointer, and -debug_keyboard add reverse connections, keysym remapping, and debug output option
runge
2004-03-11 00:57:59 +0000
74b9f7de2e
link to pre.tar.gz, mention valgrind
dscho
2004-02-29 17:56:17 +0000
9bdee1a7f0
update on news
dscho
2004-02-29 17:51:17 +0000
7aa9d27733
fixed valgrind warning
dscho
2004-02-29 15:13:38 +0000
c08bfcfd02
x11vnc options -nosel -noprimary -visual. add clipboard/selection handling. add visual option (mostly for testing and workarounds). improve shm cleanup on failures.
runge
2004-02-20 01:39:45 +0000
50a80e7304
make examples g++ compileable, thanks to Juan Jose Costello
dscho
2004-02-04 07:59:03 +0000
2fbf23c17f
memory leaks fixed
dscho
2004-01-30 09:59:32 +0000
e0cbabec29
Honour the check for libz, libjpeg again
dscho
2004-01-29 13:33:03 +0000
34fc97a52a
add "-progressive height" option to make SendFramebufferUpdate "preemptive"
dscho
2004-01-21 15:25:41 +0000
3a472f8805
update
dscho
2004-01-21 01:23:35 +0000
ce4c02b6f4
ignore all test programs
dscho
2004-01-21 01:20:53 +0000
c0c5aace2f
add a simple example how to use rfbDoCopyRect
dscho
2004-01-21 01:19:11 +0000
d58d3af1ce
ignore SIGPIPE by default; it is handled via EPIPE
dscho
2004-01-21 01:17:47 +0000
c4a0223e38
do not send unnecessary updated because of cursor drawing
dscho
2004-01-21 01:16:49 +0000
dede774922
handle mouse button number mismatch improved pointer input handling during drags, etc. somewhat faster copy_tiles() -> copy_tiles() x11vnc options -buttonmap -old_pointer -old_copytile
runge
2004-01-19 21:02:32 +0000
c63b5bb0d2
0.6 is out... version is 0.7pre now
dscho
2004-01-19 20:27:29 +0000
bdc365a09c
inherit CFLAGS
dscho
2004-01-19 17:34:46 +0000
6e7aa909e9
fix usage of non-existent attribute buffer
dscho
2004-01-19 17:34:25 +0000
15f3a61eb5
compile fix for cygwin
dscho
2004-01-16 13:53:54 +0000
11e3f6a6b0
x11vnc options -allow, -localhost, -nodragging, -input_skip minimize memory usage under -nofb
runge
2004-01-10 02:52:20 +0000
7cb3958fd9
fix compilation with Mac OSX: preprocessor can't do recursive macros
dscho
2003-12-09 15:22:11 +0000
b7643ac9aa
x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning
runge
2003-12-09 03:01:00 +0000
13716c3e2f
fixed link
dscho
2003-11-27 09:40:19 +0000
f6e8710729
-inetd, -noshm and friends added
dscho
2003-11-11 13:25:37 +0000
8b0d8da5bf
release 0.6
dscho
2003-11-07 07:23:06 +0000
d117c4b564
fix gcc 2.x compilation: no C99
dscho
2003-10-08 20:23:52 +0000
d02db5cac4
2002-09-11 Mark McLoughlin <mark@skynet.ie>
markmc
2003-09-11 16:34:08 +0000
9edf7e56bb
2003-09-11 Mark McLoughlin <mark@skynet.ie>
markmc
2003-09-11 16:08:19 +0000
937b906f0d
ZRLE no longer uses C++, but C
dscho
2003-09-08 23:15:53 +0000
f41eee753e
added --disable-cxx flag to configure
dscho
2003-08-29 11:30:28 +0000
872405e698
Karl Runge: 8bpp handling now much better, single window also, many improvements
dscho
2003-08-18 09:25:09 +0000
e66f28fcaa
socklen_t -> size_t
dscho
2003-08-18 09:24:03 +0000
7dc44503f6
using autoconf 1.6
dscho
2003-08-18 08:30:56 +0000
1154bd8972
added Projects section
dscho
2003-08-09 09:45:11 +0000
682e8a669a
more files to ignore
dscho
2003-08-08 11:41:04 +0000
1fd42ce98c
make --without-jpeg, --without-zlib work
dscho
2003-08-08 11:36:21 +0000
f9e179613f
add --without-jpeg, --without-zlib; repair --without-backchannel, --without-24bpp
dscho
2003-08-08 11:36:12 +0000
98c888cd6b
handle EINTR after select()
dscho
2003-08-08 08:12:50 +0000
4fcb60871b
rfbErr introduced
dscho
2003-08-06 15:12:49 +0000
79c414ab99
forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION unneccessary...
dscho
2003-08-03 00:12:22 +0000
34316ef618
really check for setsid, not pgrp
dscho
2003-08-02 23:59:18 +0000
37b93d7844
overlooked endian config.h constant
dscho
2003-08-02 23:53:50 +0000
89c6e645bb
required file
dscho
2003-08-02 23:46:19 +0000
428fc93ee8
mention NEWS in README, add checks for fork and setpgrp
dscho
2003-08-01 08:25:55 +0000
71c8b9a33b
credit last two changes to Erik
dscho
2003-07-31 23:27:35 +0000
48029a3a0b
rfbLog can be overridden; EINTR on read/write means just try again
dscho
2003-07-31 16:48:23 +0000
ae5142bdbd
add rfbclient.h to distribution; avoid C++ style comments
dscho
2003-07-30 14:58:32 +0000
eeb2061dfb
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
dscho
2003-07-30 09:42:36 +0000
964aa1628f
further valgrinding showed leaked mallocs
dscho
2003-07-29 15:02:33 +0000
9b46601daa
adapted dox
dscho
2003-07-28 15:26:24 +0000
2cc9392914
is autoconfed now
dscho
2003-07-28 15:26:05 +0000
13b358fed1
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
dscho
2003-07-28 12:01:07 +0000
eef408c1d8
first beginnings of automatic tests, thanks to libvncclient
dscho
2003-07-28 00:58:27 +0000
9f0a1a3bc1
synced with TightVNC and RealVNC
dscho
2003-07-28 00:57:52 +0000
b9ebdab1f2
debug flags
dscho
2003-07-28 00:56:49 +0000
cc250a1e71
libvncclient
dscho
2003-07-27 21:55:03 +0000
0fc57f2054
first alpha version of libvncclient
dscho
2003-07-27 21:51:57 +0000
a1ce2ac48f
make vncauth usable also for upcoming libvncclient
dscho
2003-07-27 21:30:29 +0000
1e60fc200a
Added simple examples
dscho
2003-07-25 08:18:27 +0000
1694a57460
these files are generated by configure
dscho
2003-07-11 12:12:30 +0000
0ca0f4b3a8
long standing bug in http; was sending .jar twice
dscho
2003-07-11 07:35:37 +0000
d5ac0a551a
another try to make CVS more helpful with configure
dscho
2003-07-10 09:29:01 +0000
ebc250a946
also distribute classes/ directory
dscho
2003-07-10 09:07:38 +0000