aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-06* Ship AUTHORS, doc/CLIENTS, doc/FAQ, doc/HACKING, doc/TODO, ↵Peter Palfrader
doc/tor-doc.{css,html}, doc/{rend,tor}-spec.txt with the binary package. * Build tor-design.{pdf,ps}, wich adds new build-dependencies: tetex-{bin,extra}, transfig, and gs. * Support DEB_BUILD_OPTIONS option 'nodoc' to skip building tor-design. With nodoc the build will not need tetex-{bin,extra}, transfig, and gs. * Support DEB_BUILD_OPTIONS option 'nocheck' to skip unittests ('notest' is an alias') svn:r2170
2004-08-06Properly clean up everything we might have bulitPeter Palfrader
svn:r2169
2004-08-06Keep track of a whole day of bandwidth, not just 12 hrsNick Mathewson
svn:r2168
2004-08-06Fix 0.0.8pre2-1 changelogPeter Palfrader
svn:r2167
2004-08-06the repository is no place for a well behaved .in filePeter Palfrader
svn:r2166
2004-08-06(size_t)-1 is never < 0; fix an XXXX008 by changing the interface for ↵Nick Mathewson
dirserv_get_runningrouters svn:r2165
2004-08-06Add mystery 0 entry to TODO listNick Mathewson
svn:r2164
2004-08-06Move design-paper into its own directory, and ship it and all that is needed ↵Peter Palfrader
to build with it in the tarball svn:r2163
2004-08-06There is no space after network-status; make router_get_hash_impl more ↵Nick Mathewson
bulletproof. svn:r2162
2004-08-06when they use tor as an http proxy, point them at a better urlRoger Dingledine
svn:r2161
2004-08-06bump cvs to 0.0.8pre3-cvsRoger Dingledine
svn:r2160
2004-08-06and add a comment to that effectRoger Dingledine
svn:r2159
2004-08-06make explicit that 'no socks policy' means 'accept'Roger Dingledine
svn:r2158
2004-08-06clarify sockspolicy, exitpolicy rulesRoger Dingledine
svn:r2157
2004-08-06fix an assert: check the sockspolicy before we make/add the connection,Roger Dingledine
else we close a connection without assigning it a state, which is bad because it fails assert_conn_ok() svn:r2156
2004-08-06weasel suggests we compress the directory one day. he's right.Roger Dingledine
svn:r2155
2004-08-06we were telling them a nonexistent config option. oops.Roger Dingledine
(thanks to john todd for pointing this out) svn:r2154
2004-08-06fix a few typos in the resolve/resolved specRoger Dingledine
svn:r2153
2004-08-06they're uint64 and uint32, not int and intRoger Dingledine
svn:r2152
2004-08-06list total traffic and total uptime in -usr1 statsRoger Dingledine
svn:r2151
2004-08-06note a bug that adam foundRoger Dingledine
svn:r2150
2004-08-05note a bug in our dns error handling. we should fix this sometime.Roger Dingledine
svn:r2149
2004-08-05bugfix: when you finish answering a 'resolve' request, hold theRoger Dingledine
connection open so you can flush the answer svn:r2148
2004-08-04bugfix: when tor-resolve asks to resolve an IP to an IP and we answerRoger Dingledine
immediately, there's no need to send an 'end' relay cell when we close the conn. svn:r2147
2004-08-04Fix changelogdebian-version-0.0.7.2+0.0.8pre2-1Peter Palfrader
svn:r2145
2004-08-04New upstream releasePeter Palfrader
svn:r2144
2004-08-04add pre2 release notes to changelogtor-0.0.8pre2Roger Dingledine
svn:r2142
2004-08-04fix rare race condition that causes infinite loopRoger Dingledine
if we get a sigchld but all our children are gone by the time we get around to reaping them (i don't think this should ever happen, but it just did), then we'd loop forever trying to reap them. svn:r2141
2004-08-04update tor-doc.htmlRoger Dingledine
svn:r2140
2004-08-04update the sample torrcRoger Dingledine
svn:r2139
2004-08-04todo items to switch dirservers entries to config linesRoger Dingledine
and remove old todo items svn:r2138
2004-08-04commit some odds and ends, so my tree is cleanRoger Dingledine
svn:r2137
2004-08-04<arma> did you get it working on win32? or just compilingNick Mathewson
svn:r2136
2004-08-04Bugfix: "Okay, I just shut down like you told me. Now let me verify your ↵Nick Mathewson
signature." Also fix error message when running over-new version. svn:r2135
2004-08-04only pick a default nickname if you're a serverRoger Dingledine
svn:r2134
2004-08-04bump cvs version to 0.0.8pre2-cvsRoger Dingledine
svn:r2133
2004-08-04put a comment by routerlist_update_from_runningrouters() toRoger Dingledine
remind me that it's not used yet svn:r2132
2004-08-04log a warning if you're running an unverified server, to letRoger Dingledine
you know you might want to get it verified also, moved that whole block below the check-signature logic, so we don't execute it if the directory is a fake. (the recommended-versions logic is still executed before the signature is checked; we should fix that.) svn:r2131
2004-08-04Hack: Include date with successful directory GETs.Nick Mathewson
svn:r2130
2004-08-04Add functions to format and parse RFC1123-style times, for HTTP protocol.Nick Mathewson
svn:r2129
2004-08-04put the have_warned_about_unsafe_socks static var inside the functionRoger Dingledine
svn:r2128
2004-08-03Fix all warnings on win32 buildNick Mathewson
svn:r2127
2004-08-03warn if we use an unsafe socks variantRoger Dingledine
for now, warn every time. we should decide how often we want to warn; one problem here is that there are several scenarios where we use an unsafe socks variant safely, so the warning may be inaccurate. hm. svn:r2126
2004-08-03It is possible to have struct timeval but not gettimeofday.Nick Mathewson
svn:r2125
2004-08-03add some more todo items for 0.0.8Roger Dingledine
svn:r2124
2004-08-03update location of tor-in-chroot docRoger Dingledine
svn:r2123
2004-07-23check return value of fclose while writing to disk, since it mightRoger Dingledine
return out-of-space, etc svn:r2122
2004-07-23bump us to 0.0.8pre1tor-0.0.8pre1Roger Dingledine
this is it svn:r2120
2004-07-23don't send an end back for a malformed resolved cell,Roger Dingledine
since they don't establish streams svn:r2119
2004-07-23add release notes for 0.0.8pre1Roger Dingledine
svn:r2118