1. e27c896 Use cmake TIMESTAMP function by Bernhard M. Wiedemann · 7 years ago
  2. 4a4453f Remove Java web server by Pierre Ossman · 7 years ago
  3. 1f8d998 Change development version to 1.9.80 by Pierre Ossman · 7 years ago
  4. 88a4541 Display security state when asking for password (java) by Brian P. Hinz · 8 years ago
  5. 335446d Fix build Java errors caused by UTF-8 characters in source comments by Brian P. Hinz · 8 years ago
  6. bce950b Raise minimum supported Java version to 7 by Brian P. Hinz · 8 years ago
  7. 5f0e605 Make sure install path for java classes is properly defined (re:#295) by Brian P. Hinz · 8 years ago
  8. eefa6fe Change development version to 1.8.80 by Pierre Ossman · 8 years ago
  9. f524072 Change development version to 1.7.80 by Pierre Ossman · 9 years ago
  10. 10d9af5 Suppress/eliminate JDK warnings by Brian P. Hinz · 10 years ago
  11. ce48cc8 Upgrade in-tree jsch and jzlib to latest upstream versions by Brian P. Hinz · 10 years ago
  12. c416ad5 Change development version to 1.6.80 by Pierre Ossman · 10 years ago
  13. 8d6e356 Change development version to 1.5.80 by Pierre Ossman · 10 years ago
  14. 532e4e3 Change development version to 1.4.80 by Pierre Ossman · 11 years ago
  15. f88b3ad Added attributes to the Java viewer MANIFEST file in order to conform to upcoming JRE requirements. Added support for specifying a signing certificate in place of the self-signed certificate. by Brian Hinz · 12 years ago
  16. 0990998 Fix regression in java install path introduced in r5143 by Brian Hinz · 12 years ago
  17. 48ce362 Copied Lion fullScreen code from TurboVNC viewer. This is a more robust implementation and does not suffer from Java bugs 8009911 or 4783448 like the existing code did. CMakeLists file was also updated to be more similar to the TurboVNC cmake file. This wasn't strictly necessary but it simplifies things a bit. by Brian Hinz · 12 years ago
  18. 607c9d0 Bump development version now that 1.3 has been branched off. by Pierre Ossman · 12 years ago
  19. d93a26d Cleanup linter warnings wherever possible and suppress all linter warnings from Jsch code by Brian Hinz · 13 years ago
  20. 09e20d4 upgrade jzlib to 1.1.1 by Brian Hinz · 13 years ago
  21. 5c98b21 Updated copyright notice, fixed build string by Brian Hinz · 13 years ago
  22. 92ddde2 adds initial support for loading & saving of both configuration files and user preferences by Brian Hinz · 13 years ago
  23. cf0e312 adds experimental support for SSH tunneling to the Java client. Has not been tested with large desktop sizes yet. CMakeLists.txt needs some rework. by Brian Hinz · 13 years ago
  24. 95e28f7 Consolidate the installation paths and make sure we have decent defaults. by Pierre Ossman · 13 years ago
  25. 550a4df Bump version number to prepare for post-1.2 development by DRC · 14 years ago
  26. 0eaec7d Replace all stream-based IO with non-blocking NIO-based implementation. Still a fair amount of cleanup to do, particularly in the SSL handler, which is not very robust, and exception handling in general. All core functionality appears to be working fine though. by Brian Hinz · 14 years ago
  27. 4f3b254 Bump version to 1.1.91 (1.2 beta2) by DRC · 14 years ago
  28. a2f5f1a 1.1.90 (1.2 beta1) by DRC · 14 years ago
  29. ccc0969 Remove Visual C++ support by DRC · 14 years ago
  30. 308b7ed Added a favicon for embedded http server. Even less useful than a 50 cent coin, but I'm a sucker for eye candy. by Brian Hinz · 14 years ago
  31. c19ab9e Move Java source up one level and allow Java viewer to be built as a standalone project (per community request) by DRC · 14 years ago[Renamed (95%) from java/src/CMakeLists.txt]
  32. f50ec7c Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1 by DRC · 14 years ago
  33. d000252 Only sign JAR when it is built by DRC · 14 years ago
  34. 11ca3b4 Sign the JAR file so clipboard transfer will work by DRC · 14 years ago
  35. 27a80a7 Ignore serial and cast warnings by DRC · 14 years ago
  36. d87412f OpenJDK needs '-source 1.5' by DRC · 14 years ago
  37. 7636ad0 Integrate Java TigerVNC Viewer build into CMake build system by DRC · 14 years ago