Files
tor/changes
David Fifield b600495441 Set CREATE_NO_WINDOW in tor_spawn_background.
This flag prevents the creation of a console window popup on Windows. We
need it for pluggable transport executables--otherwise you get blank
console windows when you launch the 3.x browser bundle with transports
enabled.

http://msdn.microsoft.com/en-us/library/ms684863.aspx#CREATE_NO_WINDOW

The browser bundles that used Vidalia used to set this flag when
launching tor itself; it was apparently inherited by the pluggable
transports launched by tor. In the 3.x bundles, tor is launched by some
JavaScript code, which doesn't have the ability to set CREATE_NO_WINDOW.
tor itself is now being compiled with the -mwindows option, so that it
is a GUI application, not a console application, and doesn't show a
console window in any case. This workaround doesn't work for pluggable
transports, because they need to be able to write control messages to
stdout.

https://trac.torproject.org/projects/tor/ticket/9444#comment:30
2013-12-05 12:30:11 -05:00
..
2013-10-09 09:43:54 -04:00
2013-10-25 12:07:15 -04:00
2013-10-31 09:21:13 +01:00
2013-10-14 11:44:20 -04:00
2013-10-02 22:20:18 -04:00
2013-10-08 12:02:34 -04:00
2013-10-08 11:48:33 -04:00
2013-10-08 12:06:06 -04:00
2013-10-21 13:02:25 -04:00
2013-10-29 22:49:37 +00:00
2013-11-11 10:49:44 -05:00
2013-11-18 10:48:14 -05:00
2013-10-08 16:06:36 -04:00
2013-11-07 14:42:58 -05:00