- 3fc2561 Do not return returncode indicating error when listing sessions by Jan Grulich · 6 years ago
- 4a4453f Remove Java web server by Pierre Ossman · 7 years ago
- 2d614c0 Make sure auth argument is escaped by Oliver Gondža · 8 years ago
- 31cad94 Do not depends on mcookie command by Koichiro IWAO · 9 years ago
- 977fbde remove trailing space by Koichiro IWAO · 9 years ago
- 1f1786f Merge branch 'system-wide-config' of https://github.com/jblaine/tigervnc by Pierre Ossman · 9 years ago
- 8a9abc1 Support both defaults and mandatory system config files by Jeff Blaine · 9 years ago
- 1db99eb Merge branch 'clipboard' by Pierre Ossman · 9 years ago
- d6777a6 Properly name filehandle based on context of code by Jeff Blaine · 9 years ago
- 3f2bb34 Don't start vncconfig from vncserver anymore by Pierre Ossman · 10 years ago
- cddd648 Set up Xauthority using a single invokation by Pierre Ossman · 10 years ago
- 5fe6070 Use mcookie to generate X server cookie by Pierre Ossman · 10 years ago
- a7ac6a9 Check that xauth is in PATH by Pierre Ossman · 10 years ago
- e76c2fb option -xstartup added by Llorenç Garcia Martinez · 10 years ago
- 10fe061 Merge branch 'patch-1' of https://github.com/Siot/tigervnc by Pierre Ossman · 10 years ago
- 861cb06 new option -noxstartup to not load any xstartup script file by Llorenç Garcia Martinez · 10 years ago
- ddff8d0 update vncserver to parse a config file by graysky · 10 years ago
- e6e11f9 vncserver: Clean pid files of dead processes. by Michal Srb · 10 years ago
- a5b37c0 Start a hidden rather than minimised vncconfig by Pierre Ossman · 10 years ago
- ce6feaa Remove bogus -geometry width/height adjustment from vncserver script by Adam Tkac · 12 years ago
- 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
- 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
- 38ba8cf Merged r4361 from 1_1 branch. by Adam Tkac · 14 years ago
- f586b84 Merged r4342 - r4359 from 1_1 branch. by Adam Tkac · 14 years ago
- 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
- 075d9fa TurboVNC=TigerVNC by DRC · 15 years ago
- b9d8e76 Port -list feature and -kill robustifications from TurboVNC 1.0 by DRC · 15 years ago
- 39c9d99 [Bugfix] vncserver: accept <+optname> option when specified as the first one. by Adam Tkac · 15 years ago
- d28792b Remove xfs support, because it doesn't work and isn't needed by DRC · 16 years ago
- 6cbd9d1 [Bugfix] Use /dev/urandom when available for xauth cookie generation (alan dot coopersmith at sun dot com) by Adam Tkac · 16 years ago
- c071e49 [Bugfix] Start per session D-Bus daemon correctly. by Adam Tkac · 16 years ago
- 989dbd1 If font catalogue exists (Fedora 11), use it as the initial font path by DRC · 16 years ago
- 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
- 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
- 804d86f Execute vncconfig in xstartup file early to make clipboard working. by Adam Tkac · 16 years ago
- eed5d1f Add -fp argument to allow user to override font path selection by DRC · 16 years ago
- e5b4f75 Don't complain if $depth not set by DRC · 16 years ago
- 9d1c157 Comment out $depth line so that the server will use the default (24-bit) by DRC · 16 years ago
- 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
- 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
- 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
- b30ae7f Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago