496e10e47cea46b45112f1efedc9abeb64936f14
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Download</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

7)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

11) </head>
12) 
13) <body>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

14) 
15) <!-- TITLE BAR & NAVIGATION -->
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

16) 
17) <table class="banner" border="0" cellpadding="0" cellspacing="0">
18)     <tr>
19)         <td class="banner-left"></td>
20)         <td class="banner-middle">
21)             <a href="index.html">Home</a>
22)           | <a href="howitworks.html">How It Works</a>
23)           | <a class="current">Download</a>
24)           | <a href="documentation.html">Docs</a>
25)           | <a href="users.html">Users</a>
26)           | <a href="faq.html">FAQs</a>
27)           | <a href="contribute.html">Contribute</a>
28)           | <a href="developers.html">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
32)         <td class="banner-right"></td>
33)     </tr>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

34) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

35) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

36) <!-- END TITLE BAR & NAVIGATION -->
37) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

38) <div class="center">
39) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

40) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

41) 
42) <h2>Tor: Packages and source</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

43) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

44) 
Roger Dingledine tor is no longer a network-...

Roger Dingledine authored 19 years ago

45) <p>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
46) under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p>
Roger Dingledine mention our license promine...

Roger Dingledine authored 19 years ago

47) 
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

48) <p>You can get the latest release from the <a href="dist/">download
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

49) directory</a>. The latest development release is <b>0.1.0.9-rc</b>, and the
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

50) latest stable release is <b>0.0.9.9</b>. Tor should run on Linux,
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

51) BSD, OS X, Win32, Solaris, and more.</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

52) <ul>
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

53) <li><b>Win32</b> installer (experimental):
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

54) <a href="dist/win32/tor-0.1.0.9-rc-win32.exe">0.1.0.9-rc</a> (<a
55) href="dist/win32/tor-0.1.0.9-rc-win32.exe.asc">sig</a>)
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

56) <a href="dist/win32/tor-0.0.9.9-win32.exe">0.0.9.9</a> (<a
57) href="dist/win32/tor-0.0.9.9-win32.exe.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

58) Be sure to read the <a
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

59) href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li>
Roger Dingledine clean up the link to the rc...

Roger Dingledine authored 19 years ago

60) <li><b>Mac OS X</b> installer (experimental):
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

61) <a href="dist/osx/Tor 0.1.0.9-rc Bundle.dmg">0.1.0.9-rc</a> (<a
62) href="dist/osx/Tor 0.1.0.9-rc Bundle.dmg.asc">sig</a>)
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

63) <a href="dist/osx/Tor 0.0.9.9 Bundle.dmg">0.0.9.9</a> (<a
64) href="dist/osx/Tor 0.0.9.9 Bundle.dmg.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

65) Be sure to read the <a
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

66) href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li>
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

67) <li><b>RPM</b> package (experimental):
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

68) <a href="dist/rpm/tor-0.1.0.9.rc-tor.0.fc1.i386.rpm">0.1.0.9.rc RPM</a> (<a
69) href="dist/rpm/tor-0.1.0.9.rc-tor.0.fc1.i386.rpm.asc">sig</a>),
70) <a href="dist/rpm/tor-0.1.0.9.rc-tor.0.fc1.src.rpm">0.1.0.9.rc SRPM</a> (<a
71) href="dist/rpm/tor-0.1.0.9.rc-tor.0.fc1.src.rpm">sig</a>),
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

72) <a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.i386.rpm">0.0.9.9 RPM</a>,
73) <a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.src.rpm">0.0.9.9 SRPM</a>
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

74) </li>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

75) <li>Latest testing source: <a href="dist/tor-0.1.0.9-rc.tar.gz">0.1.0.9-rc</a>
76) (<a href="dist/tor-0.1.0.9-rc.tar.gz.asc">sig</a>).
Thomas Sjögren download.html - point libev...

Thomas Sjögren authored 19 years ago

77) You will <a href="http://www.monkey.org/~provos/libevent/">need
Roger Dingledine correct now-false statement...

Roger Dingledine authored 19 years ago

78) libevent</a>. If you are brave enough to try building from source on
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

79) Windows, you'll need libevent 1.0c or later.</li>
80) <li>Latest stable source: <a href="dist/tor-0.0.9.9.tar.gz">0.0.9.9</a>
81) (<a href="dist/tor-0.0.9.9.tar.gz.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

82) </li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

83) </ul>
84) 
Roger Dingledine link to the win32 instructions

Roger Dingledine authored 19 years ago

85) <p>General instructions for installing and configuring Tor are <a
Roger Dingledine mention the instructions on...

Roger Dingledine authored 19 years ago

86) href="cvs/tor/doc/tor-doc.html#installing">here</a>.
87) </p>
88) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

89) <p>See the <a href="developers.html">developers page</a> for instructions
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

90) on fetching Tor from CVS.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

91) </p>
92) 
93) <p>
94) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

95) </p>
96) 
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

97) <hr />
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

98) 
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

99) <p><b>Debian packages</b> have been uploaded to the set of official unstable
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

100) (sid) and testing (etch) <a href="http://packages.debian.org/tor">Debian packages</a>.
101) If you are running stable (sarge) or oldstable (woody), you must first add
102) these lines to <code>/etc/apt/sources.list</code>:</p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

103) 
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

104) <ul>
105) <li><p>for sarge (stable):</p>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

106) <p><code>
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

107) deb http://mirror.noreply.org/pub/tor sarge main<br />
108) deb-src http://mirror.noreply.org/pub/tor sarge main
109) </code></p></li>
110) <li><p>or for woody (oldstable):</p>
111) <p><code>
112) deb http://mirror.noreply.org/pub/tor woody main<br />
113) deb-src http://mirror.noreply.org/pub/tor woody main
114) </code></p></li>
115) </ul>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

116) 
117) <p>To install the packages, issue the following commands:</p>
118) 
119) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

120) $ apt-get update<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

121) $ apt-get install tor
122) </code></p>
123) 
124) <p>Packages for the <b>development</b> version of Tor are available as well.  To install these,
125) add the following lines to <code>/etc/apt/sources.list</code>:</p>
126) 
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

127) <ul>
128) <li><p>For sid use</p>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

129) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

130) deb http://mirror.noreply.org/pub/tor experimental main<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

131) deb-src http://mirror.noreply.org/pub/tor experimental main
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

132) </code></p></li>
133) <li><p>or for sarge (stable) there is</p>
134) <p><code>
135) deb http://mirror.noreply.org/pub/tor experimental-sarge main<br />
136) deb-src http://mirror.noreply.org/pub/tor experimental-sarge main
137) </code></p></li>
138) <li><p>and in case you still run woody (oldstable) add those two lines:</p>
139) <p><code>
140) deb http://mirror.noreply.org/pub/tor experimental-woody main<br />
141) deb-src http://mirror.noreply.org/pub/tor experimental-woody main
142) </code></p></li>
143) </ul>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

144) 
145) <p>Then issue the following commands:</p>
146) 
147) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

148) $ apt-get update<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

149) $ apt-get install -t experimental tor
150) </code></p>
Peter Palfrader The -t experimental to apt...

Peter Palfrader authored 19 years ago

151) <p>or just</p>
152) <p><code>
153) $ apt-get update<br />
154) $ apt-get install tor
155) </code></p>
156) <p>depending on which of those lines you added.</p>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

157) 
Peter Palfrader The -t experimental to apt...

Peter Palfrader authored 19 years ago

158) <p>Packages for architectures other than i386 can be built from the sources
159) above quite easily.  Pester <a href="mailto:weasel@debian.org">weasel</a> if he
160) hasn't documented it yet.</p>
Thomas Sjögren download.html - point OBSD...

Thomas Sjögren authored 19 years ago

161) <p>
162) A guide to chrooting is available <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorInChroot">in the Wiki</a>. </p>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

163) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

164) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

165) <p><b>FreeBSD</b>: <!--<tt>portinstall -s security/tor</tt> -->
166) ports are obsolete, please install from source.
167) </p>
Roger Dingledine link to matthias's chrootin...

Roger Dingledine authored 19 years ago

168) 
Thomas Sjögren download.html - point OBSD...

Thomas Sjögren authored 19 years ago

169) <p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)</p>
Roger Dingledine instructions for the freebs...

Roger Dingledine authored 19 years ago

170) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

171) <p><b>NetBSD</b>: <tt>cd /usr/pkgsrc/net/tor &amp;&amp; make install</tt></p>
172) 
Roger Dingledine point at the actual gentoo...

Roger Dingledine authored 19 years ago

173) <p><b>Gentoo</b>: <tt>emerge tor</tt> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)</p>
Roger Dingledine add gentoo install directions

Roger Dingledine authored 19 years ago

174) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

175) <p><b>Other packages</b> for other platforms are rumored to exist.
Roger Dingledine remove reference to obsolet...

Roger Dingledine authored 19 years ago

176) If somebody sends details, we'll put links here.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

177) </p>
178) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

179) <hr />
180) 
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

181) <h2>Mirrors</h2>
182) 
183) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

184) If you are running a mirror please email
185) <a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

186) and we'll add it to the list.
187) </p>
188) 
189) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

190) Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
Thomas Sjögren Add Meulie.net mirror

Thomas Sjögren authored 19 years ago

191)  | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)<br />
192) Meulie.net (<a href="http://tor.meulie.net/">http</a>)
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

193) </p>
194) 
195) <hr />
196) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

197) <h2>Testing releases</h2>
198) 
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

199) <p>2005-06-09: Tor 0.1.0.9-rc <a
Roger Dingledine update link to announce

Roger Dingledine authored 19 years ago

200) href="http://archives.seul.org/or/talk/Jun-2005/msg00090.html">
201) fixes some memory bloating, disables threads on Solaris, and includes
202) some important security fixes for Win32</a>.
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

203) </p>
204) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

205) <p>2005-05-23: Tor 0.1.0.8-rc <a
Roger Dingledine fix changelog url

Roger Dingledine authored 19 years ago

206) href="http://archives.seul.org/or/talk/May-2005/msg00095.html">
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

207) makes Tor no longer induce kernel panics on OS X 10.3.9, disables
208) threading on OpenBSD, and fixes other odds and ends</a>.
209) </p>
210) 
Roger Dingledine ready website for 0.1.0.7-rc

Roger Dingledine authored 19 years ago

211) <p>2005-05-17: Tor 0.1.0.7-rc <a
Roger Dingledine fix link

Roger Dingledine authored 19 years ago

212) href="http://archives.seul.org/or/talk/May-2005/msg00056.html">fixes
Roger Dingledine ready website for 0.1.0.7-rc

Roger Dingledine authored 19 years ago

213) an install problem with OS X on Tiger, and finds and links and runs
214) libevent much better on weird platforms</a>.
215) </p>
216) 
Roger Dingledine point to 0.1.0.6 on downloa...

Roger Dingledine authored 19 years ago

217) <p>2005-05-14: Tor 0.1.0.6-rc <a
Roger Dingledine fix archive url

Roger Dingledine authored 19 years ago

218) href="http://archives.seul.org/or/talk/May-2005/msg00044.html">fixes
Roger Dingledine point to 0.1.0.6 on downloa...

Roger Dingledine authored 19 years ago

219) the last known major bugs: we don't use threading on netbsd now, and the
220) new libevent detects and disables the broken kqueue that ships with OS
221) X 10.4.0</a>.
222) </p>
223) 
Roger Dingledine update download page for 0....

Roger Dingledine authored 19 years ago

224) <p>2005-04-27: Tor 0.1.0.5-rc <a
225) href="http://archives.seul.org/or/talk/Apr-2005/msg00201.html">has a
226) few stability fixes (in particular, libevent 1.0d has a serious crash bug,
227) so now we incorporate libevent 1.0e), add https authenticator support,
228) and some performance improvements</a>.
229) </p>
230) 
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

231) <p>2005-04-23: Tor 0.1.0.4-rc <a
Roger Dingledine fix url for 0.1.0.4 release...

Roger Dingledine authored 19 years ago

232) href="http://archives.seul.org/or/talk/Apr-2005/msg00179.html">fixes
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

233) some more stability problems, including a bug that's been taking down
234) a lot of servers suddenly</a>.
235) </p>
236) 
Roger Dingledine point to 0.1.0.3-rc

Roger Dingledine authored 19 years ago

237) <p>2005-04-08: Tor 0.1.0.3-rc <a
238) href="http://archives.seul.org/or/talk/Apr-2005/msg00065.html">makes
239) some performance improvements, makes Tor tolerate more clock skew,
240) and fixes a bunch more bugs</a>.
241) </p>
242) 
Roger Dingledine tell download page about 0....

Roger Dingledine authored 19 years ago

243) <p>2005-04-01: Tor 0.1.0.2-rc <a
244) href="http://archives.seul.org/or/talk/Apr-2005/msg00000.html">makes
245) reachability detection work better, and fixes some other problems</a>.
246) </p>
247) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

248) <p>2005-03-28: Tor 0.1.0.1-rc <a
Roger Dingledine clean up the link to the rc...

Roger Dingledine authored 19 years ago

249) href="http://archives.seul.org/or/talk/Mar-2005/msg00147.html">incorporates
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

250) automatic reachability testing for servers (the first step to getting rid
251) of the 'verified servers' notion), uses pthreads if available to reduce
252) server memory footprint, uses libevent so we can use better polling
253) interfaces when available, handles slow/busy hidden services better,
254) supports https proxies for clients, and fleshes out our controller
255) interface. It also fixes a bunch of minor but annoying bugs</a>.
256) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

257) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

258) <hr />
Roger Dingledine break download.html into tw...

Roger Dingledine authored 19 years ago

259) 
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

260) <h2>Stable releases</h2>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

261) 
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

262) <p>2005-04-23:
263) Tor 0.0.9.9 has a <a
Roger Dingledine fix mistake in 0.0.9.9 anno...

Roger Dingledine authored 19 years ago

264) href="http://archives.seul.org/or/announce/Apr-2005/msg00002.html">fix
265) for an assert trigger that happens when servers get weird TLS certs
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

266) from clients</a>.
267) </p>
268) 
Roger Dingledine mention 0.0.9.8 on the website

Roger Dingledine authored 19 years ago

269) <p>2005-04-07:
270) Tor 0.0.9.8 has a <a
271) href="http://archives.seul.org/or/announce/Apr-2005/msg00001.html">workaround
272) for a rare bug (reported by Alex de Joode) that makes servers stop
273) processing new circuits</a>.
274) </p>
275) 
Roger Dingledine tell download.html about 0....

Roger Dingledine authored 19 years ago

276) <p>2005-04-01:
277) Tor 0.0.9.7 fixes <a
278) href="http://archives.seul.org/or/announce/Apr-2005/msg00000.html">another
279) server race crash bug, and also fixes a bug where we would refuse to
280) extend to an unknown server</a>.
281) </p>
282) 
Roger Dingledine update website to point to...

Roger Dingledine authored 19 years ago

283) <p>2005-03-24:
284) Tor 0.0.9.6 fixes <a
285) href="http://archives.seul.org/or/announce/Mar-2005/msg00000.html">yet
286) more server stability problems</a>.
287) </p>
288) 
Roger Dingledine add 0.0.9.5 to the website

Roger Dingledine authored 19 years ago

289) <p>2005-02-22:
290) Tor 0.0.9.5 fixes <a
291) href="http://archives.seul.org/or/announce/Feb-2005/msg00001.html">an
292) assert race at exit nodes when resolve requests fail, and cleans up
293) a few other bugs</a>.
294) </p>
295) 
Roger Dingledine point to our 0.0.9.4 source...

Roger Dingledine authored 19 years ago

296) <p>2005-02-03:
297) Tor 0.0.9.4 fixes <a
Roger Dingledine point to the right or-annou...

Roger Dingledine authored 19 years ago

298) href="http://archives.seul.org/or/announce/Feb-2005/msg00000.html">a
Roger Dingledine point to our 0.0.9.4 source...

Roger Dingledine authored 19 years ago

299) server bug that took down most of the network. It also makes us more
300) robust to running out of file descriptors</a>.
301) </p>
302) 
Roger Dingledine update website to point to...

Roger Dingledine authored 19 years ago

303) <p>2005-01-21:
304) Tor 0.0.9.3 improves <a
305) href="http://archives.seul.org/or/announce/Jan-2005/msg00001.html">cpu
306) usage, works better when the network was offline and you try to use Tor,
307) and makes hidden services less unbearable</a>.
308) </p>
309) 
Roger Dingledine update frontpage and downlo...

Roger Dingledine authored 19 years ago

310) <p>2005-01-04:
311) Tor 0.0.9.2 fixes <a
Roger Dingledine move the source tarball to...

Roger Dingledine authored 19 years ago

312) href="http://archives.seul.org/or/announce/Jan-2005/msg00000.html">many
Roger Dingledine update frontpage and downlo...

Roger Dingledine authored 19 years ago

313) more bugs</a>.
314) </p>
315) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

316) <p>2004-12-16:
Roger Dingledine link to 0.0.9.1

Roger Dingledine authored 19 years ago

317) Tor 0.0.9.1 fixes <a
318) href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a
319) few minor bugs in 0.0.9</a>.
320) </p>
321) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

322) <p>2004-12-12:
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

323) Tor 0.0.9 adds <a
324) href="http://archives.seul.org/or/announce/Dec-2004/msg00000.html">a
325) win32 installer, better
326) circuit building algorithms, bandwidth accounting and hibernation,
327) more efficient directory fetching, and support for a separate Tor GUI
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

328) controller program (once somebody writes one)</a>.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

329) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

330) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

331) <p>2004-10-14:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

332) Tor 0.0.8.1 fixes <a
333) href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
334) remotely triggerable crash bug, and has several other stability
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

335) improvements</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

336) </p>
337) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

338) <p>2004-08-25:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

339) Tor 0.0.8 adds <a
340) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
341) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
342) routers by bandwidth, handles firewalls better, handles dynamic IPs for
343) servers, makes use of unverified servers in some path positions, and fixes
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

344) many bugs</a>.
345) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

346) 
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

347) <hr />
348) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

349) <p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

350) details.</p>
351) 
352)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

353) </div>
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

354)   <div class="bottom" id="bottom">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

355)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

356)      $Id$
357)   </div>