| Commit message (Expand) | Author | Age | Files | Lines |
* | long standing bug in http; was sending .jar twice | dscho | 2003-07-11 | 2 | -0/+3 |
* | another try to make CVS more helpful with configure | dscho | 2003-07-10 | 16 | -0/+12762 |
* | also distribute classes/ directory | dscho | 2003-07-10 | 3 | -2/+5 |
* | fix compile | dscho | 2003-07-10 | 1 | -4/+4 |
* | http options inserted | dscho | 2003-06-28 | 2 | -1/+13 |
* | fix am__fastdepCXX for system not having ZLIB | dscho | 2003-05-05 | 1 | -2/+2 |
* | added ChangeLog for x11vnc | dscho | 2003-04-03 | 1 | -0/+51 |
* | new version from Karl! | dscho | 2003-04-03 | 1 | -265/+1187 |
* | let libvncserver-config behave as expected when called without installing | dscho | 2003-02-28 | 3 | -6/+26 |
* | added some documentation how to compile from CVS sources | dscho | 2003-02-27 | 1 | -0/+10 |
* | #include <rfb/rfbregion.h> instead of #include "rfbregion.h" | dscho | 2003-02-21 | 1 | -4/+4 |
* | update ChangeLog | dscho | 2003-02-20 | 1 | -0/+11 |
* | #include <rfb/rfb.h> instead of "rfb.h" | dscho | 2003-02-20 | 1 | -1/+1 |
* | the correct way to include rfb.h is now "#include <rfb/rfb.h>" | dscho | 2003-02-20 | 15 | -18/+23 |
* | webpage update | dscho | 2003-02-19 | 1 | -0/+5 |
* | forgotten .cvsignore | dscho | 2003-02-19 | 1 | -0/+5 |
* | fixed header installation into $(prefix)/include/rfb | dscho | 2003-02-19 | 1 | -2/+4 |
* | moved include/ to rfb/ | dscho | 2003-02-18 | 8 | -10/+6 |
* | fixed a bug when closing a client if no longer listening for new clients. | dscho | 2003-02-18 | 1 | -1/+2 |
* | export rfbReverseBytes; undefine VERSION, because it's too common | dscho | 2003-02-17 | 2 | -3/+3 |
* | INSTALL is copied by automake | dscho | 2003-02-17 | 1 | -231/+0 |
* | INSTALL was missing | dscho | 2003-02-17 | 1 | -0/+231 |
* | fixed --link option to libvncserver-config | dscho | 2003-02-16 | 2 | -3/+11 |
* | cvs more flexible now; ZRLE encoding only when HAVE_ZRLE defined | dscho | 2003-02-10 | 2 | -6/+12 |
* | really fixed ClientConnectionGone problem | dscho | 2003-02-10 | 2 | -8/+10 |
* | fixed LinuxVNC colours | dscho | 2003-02-10 | 2 | -3/+17 |
* | fixed a bug that prevented the first connection to be closed | dscho | 2003-02-10 | 2 | -2/+21 |
* | fixed pthread debugging (locks...) | dscho | 2003-02-10 | 1 | -11/+11 |
* | fixed dependecy to libvncserver.a; if the lib is newer, the programs are reli... | dscho | 2003-02-10 | 3 | -3/+3 |
* | removed superfluous file | dscho | 2003-02-10 | 1 | -1/+0 |
* | added colourmapexample; fixed LinuxVNC to show the right colours | dscho | 2003-02-10 | 4 | -3/+38 |
* | vncterm imported, porting issues solved (IRIX, OS X, Solaris) | dscho | 2003-02-09 | 1 | -1/+2 |
* | support for OS X is better now | dscho | 2003-02-09 | 5 | -9/+16 |
* | trying again to support OS X | dscho | 2003-02-09 | 2 | -1/+9 |
* | included vncterm | dscho | 2003-02-09 | 14 | -3/+1266 |
* | moved the OSXvnc-server to examples; IRIX fixes (not really IRIX, but shows t... | dscho | 2003-02-09 | 3 | -14/+18 |
* | renamed sraRegion to rfbregion and put it in include/; will be installed now | dscho | 2003-02-09 | 9 | -11/+11 |
* | portability changes | dscho | 2003-02-09 | 1 | -0/+4 |
* | order of X libraries is not good for IRIX | dscho | 2003-02-09 | 1 | -1/+1 |
* | include order was wrong | dscho | 2003-02-09 | 2 | -5/+5 |
* | source from CVS always will need a current autoconf/automake | dscho | 2003-02-09 | 4 | -9308/+0 |
* | I give up supporting old autoconf/automake; now require at least 2.52 | dscho | 2003-02-09 | 5 | -262/+9308 |
* | more macros included for older autoconf/automake | dscho | 2003-02-09 | 1 | -0/+124 |
* | converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h | dscho | 2003-02-09 | 30 | -385/+1063 |
* | ignore libvncserver-config | dscho | 2003-02-09 | 1 | -0/+1 |
* | bigendian is now determined at configure time | dscho | 2003-02-09 | 3 | -39/+8 |
* | added website | dscho | 2003-02-09 | 1 | -0/+132 |
* | small adjustments for autoconf/automake compatibility | dscho | 2003-02-09 | 2 | -5/+5 |
* | make dist fixed; make rpm introduced | dscho | 2003-02-09 | 7 | -13/+122 |
* | removed Makefiles; these are generated now | dscho | 2003-02-08 | 7 | -1420/+5 |