Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
b7643ac9 [view]master2003-12-09 03:01:00 +0000runge[libtdevnc] x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning
13716c3e [view]master2003-11-27 09:40:19 +0000dscho[libtdevnc] fixed link
f6e87107 [view]master2003-11-11 13:25:37 +0000dscho[libtdevnc] -inetd, -noshm and friends added
8b0d8da5 [view]master2003-11-07 07:23:06 +0000dscho[libtdevnc] release 0.6
d117c4b5 [view]master2003-10-08 20:23:52 +0000dscho[libtdevnc] fix gcc 2.x compilation: no C99
d02db5ca [view]master2003-09-11 16:34:08 +0000markmc[libtdevnc] 2002-09-11 Mark McLoughlin
* Makefile.in, */Makefile.in, aclocal.m4,
bootstrap.sh, config.h.in, configure,
depcomp, install-sh, missing, mkinstalldirs,
Removed auto-generated files from CVS.
9edf7e56 [view]master2003-09-11 16:08:19 +0000markmc[libtdevnc] 2003-09-11 Mark McLoughlin
* rdr/Exception.h, rdr/FdInStream.cxx, rdr/FdInStream.h,
rdr/FdOutStream.cxx, rdr/FdOutStream.h, rdr/FixedMemOutStream.h,
rdr/InStream.cxx, rdr/InStream.h, rdr/MemInStream.h,
rdr/MemOutStream.h, rdr/NullOutStream.cxx, rdr/NullOutStream.h,
rdr/OutStream.h, rdr/ZlibInStream.cxx, rdr/ZlibInStream.h,
rdr/ZlibOutStream.cxx, rdr/ZlibOutStream.h, rdr/types.h,
zrle.cxx, zrleDecode.h, zrleEncode.h: remove original
C++ ZRLE implementation. Its been ported to C.
* NEWS: copy the existing ChangeLog to here and make
this a more detailed ChangeLog.
937b906f [view]master2003-09-08 23:15:53 +0000dscho[libtdevnc] ZRLE no longer uses C++, but C
f41eee75 [view]master2003-08-29 11:30:28 +0000dscho[libtdevnc] added --disable-cxx flag to configure
872405e6 [view]master2003-08-18 09:25:09 +0000dscho[libtdevnc] Karl Runge: 8bpp handling now much better, single window also, many improvements
e66f28fc [view]master2003-08-18 09:24:03 +0000dscho[libtdevnc] socklen_t -> size_t
7dc44503 [view]master2003-08-18 08:30:56 +0000dscho[libtdevnc] using autoconf 1.6
1154bd89 [view]master2003-08-09 09:45:11 +0000dscho[libtdevnc] added Projects section
682e8a66 [view]master2003-08-08 11:41:04 +0000dscho[libtdevnc] more files to ignore
1fd42ce9 [view]master2003-08-08 11:36:21 +0000dscho[libtdevnc] make --without-jpeg, --without-zlib work
f9e17961 [view]master2003-08-08 11:36:12 +0000dscho[libtdevnc] add --without-jpeg, --without-zlib; repair --without-backchannel, --without-24bpp
98c888cd [view]master2003-08-08 08:12:50 +0000dscho[libtdevnc] handle EINTR after select()
4fcb6087 [view]master2003-08-06 15:12:49 +0000dscho[libtdevnc] rfbErr introduced
79c414ab [view]master2003-08-03 00:12:22 +0000dscho[libtdevnc] forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION unneccessary...
34316ef6 [view]master2003-08-02 23:59:18 +0000dscho[libtdevnc] really check for setsid, not pgrp
37b93d78 [view]master2003-08-02 23:53:50 +0000dscho[libtdevnc] overlooked endian config.h constant
89c6e645 [view]master2003-08-02 23:46:19 +0000dscho[libtdevnc] required file
428fc93e [view]master2003-08-01 08:25:55 +0000dscho[libtdevnc] mention NEWS in README, add checks for fork and setpgrp
71c8b9a3 [view]master2003-07-31 23:27:35 +0000dscho[libtdevnc] credit last two changes to Erik
48029a3a [view]master2003-07-31 16:48:23 +0000dscho[libtdevnc] rfbLog can be overridden; EINTR on read/write means just try again
ae5142bd [view]master2003-07-30 14:58:32 +0000dscho[libtdevnc] add rfbclient.h to distribution; avoid C++ style comments
eeb2061d [view]master2003-07-30 09:42:36 +0000dscho[libtdevnc] API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
964aa162 [view]master2003-07-29 15:02:33 +0000dscho[libtdevnc] further valgrinding showed leaked mallocs
9b46601d [view]master2003-07-28 15:26:24 +0000dscho[libtdevnc] adapted dox
2cc93929 [view]master2003-07-28 15:26:05 +0000dscho[libtdevnc] is autoconfed now
13b358fe [view]master2003-07-28 12:01:07 +0000dscho[libtdevnc] fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
eef408c1 [view]master2003-07-28 00:58:27 +0000dscho[libtdevnc] first beginnings of automatic tests, thanks to libvncclient
9f0a1a3b [view]master2003-07-28 00:57:52 +0000dscho[libtdevnc] synced with TightVNC and RealVNC
b9ebdab1 [view]master2003-07-28 00:56:49 +0000dscho[libtdevnc] debug flags
cc250a1e [view]master2003-07-27 21:55:03 +0000dscho[libtdevnc] libvncclient
0fc57f20 [view]master2003-07-27 21:51:57 +0000dscho[libtdevnc] first alpha version of libvncclient
a1ce2ac4 [view]master2003-07-27 21:30:29 +0000dscho[libtdevnc] make vncauth usable also for upcoming libvncclient
1e60fc20 [view]master2003-07-25 08:18:27 +0000dscho[libtdevnc] Added simple examples
1694a574 [view]master2003-07-11 12:12:30 +0000dscho[libtdevnc] these files are generated by configure
0ca0f4b3 [view]master2003-07-11 07:35:37 +0000dscho[libtdevnc] long standing bug in http; was sending .jar twice
d5ac0a55 [view]master2003-07-10 09:29:01 +0000dscho[libtdevnc] another try to make CVS more helpful with configure
ebc250a9 [view]master2003-07-10 09:07:38 +0000dscho[libtdevnc] also distribute classes/ directory
13637517 [view]master2003-07-10 09:06:49 +0000dscho[libtdevnc] fix compile
d4d51c33 [view]master2003-06-28 16:32:35 +0000dscho[libtdevnc] http options inserted
6da36120 [view]master2003-05-05 11:20:35 +0000dscho[libtdevnc] fix am__fastdepCXX for system not having ZLIB
b3213b6d [view]master2003-04-03 10:52:39 +0000dscho[libtdevnc] added ChangeLog for x11vnc
c984f2b1 [view]master2003-04-03 10:49:34 +0000dscho[libtdevnc] new version from Karl!
c4d44f98 [view]master2003-02-28 14:05:27 +0000dscho[libtdevnc] let libvncserver-config behave as expected when called without installing
8d308e2f [view]master2003-02-27 07:46:24 +0000dscho[libtdevnc] added some documentation how to compile from CVS sources
d75c85d7 [view]master2003-02-21 08:27:29 +0000dscho[libtdevnc] #include instead of #include "rfbregion.h"

List generated Fri Mar 14 16:18:00 2025
Currently showing patches 51101 to 51150 of 51350 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]