Commit Graph

  • 069808dbca update ChangeLog dscho 2003-02-20 13:44:14 +0000
  • 54da39ba2d #include <rfb/rfb.h> instead of "rfb.h" dscho 2003-02-20 13:24:43 +0000
  • 98b9663e29 the correct way to include rfb.h is now "#include <rfb/rfb.h>" dscho 2003-02-20 13:23:07 +0000
  • cbf75f79c8 webpage update dscho 2003-02-19 07:02:13 +0000
  • 7caf2e3b53 forgotten .cvsignore dscho 2003-02-19 06:39:32 +0000
  • 1c3c0c811b fixed header installation into $(prefix)/include/rfb dscho 2003-02-19 06:27:31 +0000
  • e22be6634d moved include/ to rfb/ dscho 2003-02-18 16:02:38 +0000
  • 5ef5c81e79 fixed a bug when closing a client if no longer listening for new clients. dscho 2003-02-18 15:49:14 +0000
  • 8a5f8f2590 export rfbReverseBytes; undefine VERSION, because it's too common dscho 2003-02-17 16:03:52 +0000
  • ca872f759a INSTALL is copied by automake dscho 2003-02-17 12:18:47 +0000
  • 8e9ab15572 INSTALL was missing dscho 2003-02-17 12:17:25 +0000
  • aaee934fa3 fixed --link option to libvncserver-config dscho 2003-02-16 01:25:42 +0000
  • 3c5d1b0ff2 cvs more flexible now; ZRLE encoding only when HAVE_ZRLE defined dscho 2003-02-10 20:40:36 +0000
  • 1e4c2e7369 really fixed ClientConnectionGone problem dscho 2003-02-10 20:21:09 +0000
  • 47c481b7ca fixed LinuxVNC colours dscho 2003-02-10 20:10:38 +0000
  • d3bb5fb6eb fixed a bug that prevented the first connection to be closed dscho 2003-02-10 20:09:20 +0000
  • 2a48679c1c fixed pthread debugging (locks...) dscho 2003-02-10 20:07:14 +0000
  • 73d943b394 fixed dependecy to libvncserver.a; if the lib is newer, the programs are relinked dscho 2003-02-10 20:06:40 +0000
  • 8305a4991a removed superfluous file dscho 2003-02-10 14:21:00 +0000
  • bd9e5747e5 added colourmapexample; fixed LinuxVNC to show the right colours dscho 2003-02-10 14:16:32 +0000
  • 4a1355d13c vncterm imported, porting issues solved (IRIX, OS X, Solaris) dscho 2003-02-09 19:18:16 +0000
  • 0552ea2e6e support for OS X is better now dscho 2003-02-09 18:58:06 +0000
  • 722577d8ba trying again to support OS X dscho 2003-02-09 18:14:11 +0000
  • 23f45bc764 included vncterm dscho 2003-02-09 18:05:54 +0000
  • 28a84b63fe moved the OSXvnc-server to examples; IRIX fixes (not really IRIX, but shows there) dscho 2003-02-09 17:55:10 +0000
  • fd96c5e835 renamed sraRegion to rfbregion and put it in include/; will be installed now dscho 2003-02-09 17:20:15 +0000
  • 75484911df portability changes dscho 2003-02-09 17:08:52 +0000
  • f74a607696 order of X libraries is not good for IRIX dscho 2003-02-09 16:37:43 +0000
  • e7d21a7a18 include order was wrong dscho 2003-02-09 15:43:18 +0000
  • d832c5be9a source from CVS always will need a current autoconf/automake dscho 2003-02-09 15:20:55 +0000
  • 153ff63d0f I give up supporting old autoconf/automake; now require at least 2.52 dscho 2003-02-09 15:17:52 +0000
  • 5bd8f59ce6 more macros included for older autoconf/automake dscho 2003-02-09 15:11:39 +0000
  • 5030d53ff0 converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h dscho 2003-02-09 15:04:00 +0000
  • f86f9cec24 ignore libvncserver-config dscho 2003-02-09 13:32:07 +0000
  • b8a0af8259 bigendian is now determined at configure time dscho 2003-02-09 13:30:53 +0000
  • 76e558d2b8 added website dscho 2003-02-09 13:14:07 +0000
  • 0fb516818c small adjustments for autoconf/automake compatibility dscho 2003-02-09 12:04:59 +0000
  • 4f3ac987fb make dist fixed; make rpm introduced dscho 2003-02-09 03:38:26 +0000
  • c3d51c32e1 removed Makefiles; these are generated now dscho 2003-02-08 14:39:39 +0000
  • 14f7c57705 ignore generated files dscho 2003-02-08 14:35:42 +0000
  • 980f062a06 missing files dscho 2003-02-08 14:31:01 +0000
  • e1d563f8b7 further autoconf'ing dscho 2003-02-08 14:28:27 +0000
  • 9f6a47087b autoconf'ed everything dscho 2003-02-08 14:26:39 +0000
  • 6c78073285 added files dscho 2003-02-07 19:03:10 +0000
  • 8113f77d88 added Makefile in examples; "export" in cvs_update_anonymously dscho 2003-02-07 19:01:10 +0000
  • 0f66740881 moved files to include; moved a file to examples/ dscho 2003-02-07 18:58:00 +0000
  • 6b7cdeb9ef moved files to contrib/ and examples/ dscho 2003-02-07 11:53:43 +0000
  • 357844447c fixed cargs (segmentation fault!) dscho 2002-12-30 09:33:35 +0000
  • 49c2d82dcb strange, but standard X11 behaviour from Sun keymappings... dscho 2002-12-25 16:02:49 +0000
  • ba2029e998 include commented debug functionality dscho 2002-12-20 10:54:29 +0000
  • 43536e2ae1 AltGr fixes in x11vnc, renamed from altgr to modtweak dscho 2002-12-20 10:37:05 +0000
  • 545988d031 fixed compilation for zippy dscho 2002-12-20 09:48:27 +0000
  • 866044e5e7 Makefile for contrib dscho 2002-12-20 09:47:19 +0000
  • ce2fdb720d new version of x11vnc from Karl Runge dscho 2002-12-19 14:40:13 +0000
  • 58551e93a4 small fixes: in X11/Xlib.h Bool is int (Karl Runge); indexed colour support dscho 2002-12-15 19:30:55 +0000
  • 2d44cfd873 fix: if no CXX is defined, really don't use zrle (Karl Runge) dscho 2002-12-15 19:27:43 +0000
  • 4d87189420 compiler warnings, contrib directory, new x11vnc from Karl Runge dscho 2002-12-06 16:03:50 +0000
  • d60fda117b fixed severe bug with sending fbupdates dscho 2002-10-29 16:04:24 +0000
  • 19c7fc0217 patch from Const for CursorPosUpdate encoding dscho 2002-10-29 14:07:15 +0000
  • 347ab48bd9 rdr dscho 2002-10-22 08:47:29 +0000
  • af85e5fee3 updated to vnc-3.3.4 (ZRLE encoding) dscho 2002-10-22 08:46:27 +0000
  • 5a5c22ffc9 patch for IRIX dscho 2002-08-31 14:16:33 +0000
  • b34beb1b22 socket via proxy gets options set, compiler warning fixes dscho 2002-08-31 14:13:50 +0000
  • 0024d74727 compiler warnings and format vulnerabilities fixed dscho 2002-08-31 14:09:39 +0000
  • 08bfb7cb63 IRIX changes dscho 2002-08-27 15:35:54 +0000
  • dd7e8effed changes dscho 2002-08-22 20:36:30 +0000
  • c3e27a155d a pseudo HTTP request for tunnelling (also via strict Web Proxy) was added. dscho 2002-08-22 20:35:13 +0000
  • 727b025799 synchronized with tightVNC 1.2.5 dscho 2002-08-22 10:13:48 +0000
  • 598c460ceb unwarn compilation dscho 2002-08-19 10:41:11 +0000
  • fde8958dc5 prepare for version 0.4 dscho 2002-07-28 16:58:32 +0000
  • 7e6d5c65eb NewFB encoding added dscho 2002-07-28 16:45:16 +0000
  • 131ede28a7 pthread fix dscho 2002-06-13 17:41:40 +0000
  • af41bea661 solaris fixes (INADDR_NONE) dscho 2002-05-03 10:14:53 +0000
  • d7117b698c index was shadowed dscho 2002-05-02 14:33:09 +0000
  • ff9fbd971b Tim's Changes dscho 2002-05-02 12:53:29 +0000
  • 22405c3ddd command line handling dscho 2002-04-30 14:06:50 +0000
  • dae41e0b3e more mac dscho 2002-04-30 13:09:05 +0000
  • 5d09096086 dimming for mac dscho 2002-04-30 13:07:30 +0000
  • 103df7394a Mac compile fix dscho 2002-04-30 06:49:45 +0000
  • 11deabd325 x11vnc memleaks patched dscho 2002-04-25 14:19:04 +0000
  • efa12fa978 memleaks patched dscho 2002-04-25 13:41:52 +0000
  • 160c85f4ec now colour handling should be correct dscho 2002-04-25 08:08:38 +0000
  • 48e64b87c9 bug for 3 bpp planes (as Mac OSX) dscho 2002-04-24 09:16:28 +0000
  • e66eeecd62 sync with TightVNC 1.2.3 dscho 2002-04-23 12:34:50 +0000
  • fd2931c0ed OSXvnc-server compile fixes dscho 2002-04-23 11:20:47 +0000
  • a73243f8c2 another solaris clean compile dscho 2002-04-23 10:35:00 +0000
  • b2865b4f83 KBDDEBUG dscho 2002-04-23 09:28:50 +0000
  • 49bfc728fa solaris endian changes dscho 2002-04-23 08:21:39 +0000
  • ab4126d1ec reverted exception fds to NULL, because of unexpected behaviour dscho 2002-03-04 07:10:08 +0000
  • c70b4dd8ec changes dscho 2002-02-19 13:11:31 +0000
  • 9ec36a65b5 select exceptfds dscho 2002-02-18 07:42:28 +0000
  • 45a4b4a223 changes from Tim Jansen: threading issues, new client can be rejected, and more dscho 2002-02-18 06:43:54 +0000
  • fbf2c977fe compile warning fix, dependency on 1instance.c dscho 2002-01-17 09:37:39 +0000
  • 4d7ecfb8c1 compile warning fix dscho 2002-01-17 09:36:43 +0000
  • 7b90c44708 correct BackChannel handling, compile cleanups dscho 2002-01-17 09:33:17 +0000
  • ba66518fa0 compile fix dscho 2002-01-16 20:01:29 +0000
  • 9fb7fef3c6 clean ups and encoding "backchannel" dscho 2002-01-16 19:45:21 +0000
  • 94570b019a fixed compile on MAC dscho 2002-01-14 11:14:02 +0000
  • b9e4a63f12 toggle view only with OSX dscho 2002-01-14 11:09:50 +0000
  • ca932ee102 view mode now toggleable dscho 2002-01-14 11:02:30 +0000