1. 3fc2561 Do not return returncode indicating error when listing sessions by Jan Grulich · 6 years ago
  2. 4a4453f Remove Java web server by Pierre Ossman · 7 years ago
  3. 2d614c0 Make sure auth argument is escaped by Oliver Gondža · 8 years ago
  4. 31cad94 Do not depends on mcookie command by Koichiro IWAO · 9 years ago
  5. 977fbde remove trailing space by Koichiro IWAO · 9 years ago
  6. 1f1786f Merge branch 'system-wide-config' of https://github.com/jblaine/tigervnc by Pierre Ossman · 9 years ago
  7. 8a9abc1 Support both defaults and mandatory system config files by Jeff Blaine · 9 years ago
  8. 1db99eb Merge branch 'clipboard' by Pierre Ossman · 9 years ago
  9. d6777a6 Properly name filehandle based on context of code by Jeff Blaine · 9 years ago
  10. 3f2bb34 Don't start vncconfig from vncserver anymore by Pierre Ossman · 10 years ago
  11. cddd648 Set up Xauthority using a single invokation by Pierre Ossman · 10 years ago
  12. 5fe6070 Use mcookie to generate X server cookie by Pierre Ossman · 10 years ago
  13. a7ac6a9 Check that xauth is in PATH by Pierre Ossman · 10 years ago
  14. e76c2fb option -xstartup added by Llorenç Garcia Martinez · 10 years ago
  15. 10fe061 Merge branch 'patch-1' of https://github.com/Siot/tigervnc by Pierre Ossman · 10 years ago
  16. 861cb06 new option -noxstartup to not load any xstartup script file by Llorenç Garcia Martinez · 10 years ago
  17. ddff8d0 update vncserver to parse a config file by graysky · 10 years ago
  18. e6e11f9 vncserver: Clean pid files of dead processes. by Michal Srb · 10 years ago
  19. a5b37c0 Start a hidden rather than minimised vncconfig by Pierre Ossman · 10 years ago
  20. ce6feaa Remove bogus -geometry width/height adjustment from vncserver script by Adam Tkac · 12 years ago
  21. f6b5840 Launch vncconfig directly from vncserver, not from xstartup. Justification: vncconfig is necessary to enable basic functionality of the TigerVNC system (clipboard transfer, most notably.) It isn't always going to be in the PATH, and in fact, there might be more than one version of it on the system (for instance, a version from RealVNC in /usr/bin and a version from TigerVNC in /opt/TigerVNC/bin.) If it is desirable to disable vncconfig under certain circumstances, then I would suggest adding a command-line option to vncserver to accomplish that. by DRC · 14 years ago
  22. e85eba5 Always look for the Java classes in ../vnc/classes first before looking in the system locations. This prevents TigerVNC from picking up the Java classes from a RealVNC installation. by DRC · 14 years ago
  23. 38ba8cf Merged r4361 from 1_1 branch. by Adam Tkac · 14 years ago
  24. f586b84 Merged r4342 - r4359 from 1_1 branch. by Adam Tkac · 14 years ago
  25. 8fb1191 Always exit Xvnc whenever the user exits the window manager, and provide a -fg switch to allow Xvnc to run in the foreground (necessary for some grid computing environments) by DRC · 15 years ago
  26. 075d9fa TurboVNC=TigerVNC by DRC · 15 years ago
  27. b9d8e76 Port -list feature and -kill robustifications from TurboVNC 1.0 by DRC · 15 years ago
  28. 39c9d99 [Bugfix] vncserver: accept <+optname> option when specified as the first one. by Adam Tkac · 15 years ago
  29. d28792b Remove xfs support, because it doesn't work and isn't needed by DRC · 16 years ago
  30. 6cbd9d1 [Bugfix] Use /dev/urandom when available for xauth cookie generation (alan dot coopersmith at sun dot com) by Adam Tkac · 16 years ago
  31. c071e49 [Bugfix] Start per session D-Bus daemon correctly. by Adam Tkac · 16 years ago
  32. 989dbd1 If font catalogue exists (Fedora 11), use it as the initial font path by DRC · 16 years ago
  33. 5e6c57f It shouldn't be necessary to actually open the XFS unix socket. If the socket file exists, then XFS is running. by DRC · 16 years ago
  34. 36546c1 Change font path logic such that XFS is used if it is available and running, otherwise Xvnc is started with no -fp argument. If this fails, then Xvnc is restarted using the automatically-generated font path. by DRC · 16 years ago
  35. 804d86f Execute vncconfig in xstartup file early to make clipboard working. by Adam Tkac · 16 years ago
  36. eed5d1f Add -fp argument to allow user to override font path selection by DRC · 16 years ago
  37. e5b4f75 Don't complain if $depth not set by DRC · 16 years ago
  38. 9d1c157 Comment out $depth line so that the server will use the default (24-bit) by DRC · 16 years ago
  39. d6821bf Attempt to build a reasonable font path for the system and start Xvnc with this font path. Failing that, attempt to use the X Font Server (xfs.) Note that XFS is not generally available on SuSE and Ubuntu, so it cannot be used as the default font path. by DRC · 16 years ago
  40. 9324898 Better default xstartup file which attempts to launch the user's chosen window manager before falling back to twm. This is borrowed from TurboVNC 0.5.1. by DRC · 16 years ago
  41. 190854c Allow Xvnc, vncpasswd, etc. to be run from an arbitrary directory, even if the directory is not part of the PATH. Look for xauth in /usr/X11R6/bin to support older Linux systems. by DRC · 16 years ago
  42. b30ae7f Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago