7d37201fd04a16d96e048d7f295c4d062accd785
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 20 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 20 years ago

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

Roger Dingledine authored 20 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 20 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 20 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 20 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 20 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 20 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 20 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 20 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 20 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 20 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>
151) 
152) <p>Packages
153) for architectures other than i386 can be added on <a
154) href="mailto:weasel@debian.org">demand</a>.</p>
Thomas Sjögren download.html - point OBSD...

Thomas Sjögren authored 19 years ago

155) <p>
156) 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

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

Roger Dingledine authored 20 years ago

158) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

163) <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

164) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

167) <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

168) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

171) </p>
172) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

173) <hr />
174) 
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

175) <h2>Mirrors</h2>
176) 
177) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

178) If you are running a mirror please email
179) <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

180) and we'll add it to the list.
181) </p>
182) 
183) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

184) 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

185)  | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)<br />
186) 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

187) </p>
188) 
189) <hr />
190) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

191) <h2>Testing releases</h2>
192) 
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

197) </p>
198) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

200) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

206) 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

207) an install problem with OS X on Tiger, and finds and links and runs
208) libevent much better on weird platforms</a>.
209) </p>
210) 
Roger Dingledine point to 0.1.0.6 on downloa...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

212) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

225) <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

226) 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

227) some more stability problems, including a bug that's been taking down
228) a lot of servers suddenly</a>.
229) </p>
230) 
Roger Dingledine point to 0.1.0.3-rc

Roger Dingledine authored 19 years ago

231) <p>2005-04-08: Tor 0.1.0.3-rc <a
232) href="http://archives.seul.org/or/talk/Apr-2005/msg00065.html">makes
233) some performance improvements, makes Tor tolerate more clock skew,
234) and fixes a bunch more bugs</a>.
235) </p>
236) 
Roger Dingledine tell download page about 0....

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

242) <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

243) 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

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

258) href="http://archives.seul.org/or/announce/Apr-2005/msg00002.html">fix
259) 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

260) from clients</a>.
261) </p>
262) 
Roger Dingledine mention 0.0.9.8 on the website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

277) <p>2005-03-24:
278) Tor 0.0.9.6 fixes <a
279) href="http://archives.seul.org/or/announce/Mar-2005/msg00000.html">yet
280) more server stability problems</a>.
281) </p>
282) 
Roger Dingledine add 0.0.9.5 to the website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

292) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

307) more bugs</a>.
308) </p>
309) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

311) Tor 0.0.9.1 fixes <a
312) href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a
313) few minor bugs in 0.0.9</a>.
314) </p>
315) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

330) </p>
331) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

341) <hr />
342) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

344) details.</p>
345) 
346)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

350)      $Id$
351)   </div>