aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * Ship AUTHORS, doc/CLIENTS, doc/FAQ, doc/HACKING, doc/TODO, ↵Peter Palfrader2004-08-06
| | | | | | | | | | | 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
* Properly clean up everything we might have bulitPeter Palfrader2004-08-06
| | | | svn:r2169
* Keep track of a whole day of bandwidth, not just 12 hrsNick Mathewson2004-08-06
| | | | svn:r2168
* Fix 0.0.8pre2-1 changelogPeter Palfrader2004-08-06
| | | | svn:r2167
* the repository is no place for a well behaved .in filePeter Palfrader2004-08-06
| | | | svn:r2166
* (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for ↵Nick Mathewson2004-08-06
| | | | | | dirserv_get_runningrouters svn:r2165
* Add mystery 0 entry to TODO listNick Mathewson2004-08-06
| | | | svn:r2164
* Move design-paper into its own directory, and ship it and all that is needed ↵Peter Palfrader2004-08-06
| | | | | | to build with it in the tarball svn:r2163
* There is no space after network-status; make router_get_hash_impl more ↵Nick Mathewson2004-08-06
| | | | | | bulletproof. svn:r2162
* when they use tor as an http proxy, point them at a better urlRoger Dingledine2004-08-06
| | | | svn:r2161
* bump cvs to 0.0.8pre3-cvsRoger Dingledine2004-08-06
| | | | svn:r2160
* and add a comment to that effectRoger Dingledine2004-08-06
| | | | svn:r2159
* make explicit that 'no socks policy' means 'accept'Roger Dingledine2004-08-06
| | | | svn:r2158
* clarify sockspolicy, exitpolicy rulesRoger Dingledine2004-08-06
| | | | svn:r2157
* fix an assert: check the sockspolicy before we make/add the connection,Roger Dingledine2004-08-06
| | | | | | | | else we close a connection without assigning it a state, which is bad because it fails assert_conn_ok() svn:r2156
* weasel suggests we compress the directory one day. he's right.Roger Dingledine2004-08-06
| | | | svn:r2155
* we were telling them a nonexistent config option. oops.Roger Dingledine2004-08-06
| | | | | | | (thanks to john todd for pointing this out) svn:r2154
* fix a few typos in the resolve/resolved specRoger Dingledine2004-08-06
| | | | svn:r2153
* they're uint64 and uint32, not int and intRoger Dingledine2004-08-06
| | | | svn:r2152
* list total traffic and total uptime in -usr1 statsRoger Dingledine2004-08-06
| | | | svn:r2151
* note a bug that adam foundRoger Dingledine2004-08-06
| | | | svn:r2150
* note a bug in our dns error handling. we should fix this sometime.Roger Dingledine2004-08-05
| | | | svn:r2149
* bugfix: when you finish answering a 'resolve' request, hold theRoger Dingledine2004-08-05
| | | | | | | connection open so you can flush the answer svn:r2148
* bugfix: when tor-resolve asks to resolve an IP to an IP and we answerRoger Dingledine2004-08-04
| | | | | | | | immediately, there's no need to send an 'end' relay cell when we close the conn. svn:r2147
* Fix changelogPeter Palfrader2004-08-04
| | | | svn:r2145
* New upstream releasePeter Palfrader2004-08-04
| | | | svn:r2144
* add pre2 release notes to changelogRoger Dingledine2004-08-04
| | | | svn:r2142
* fix rare race condition that causes infinite loopRoger Dingledine2004-08-04
| | | | | | | | | 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
* update tor-doc.htmlRoger Dingledine2004-08-04
| | | | svn:r2140
* update the sample torrcRoger Dingledine2004-08-04
| | | | svn:r2139
* todo items to switch dirservers entries to config linesRoger Dingledine2004-08-04
| | | | | | | and remove old todo items svn:r2138
* commit some odds and ends, so my tree is cleanRoger Dingledine2004-08-04
| | | | svn:r2137
* <arma> did you get it working on win32? or just compilingNick Mathewson2004-08-04
| | | | svn:r2136
* Bugfix: "Okay, I just shut down like you told me. Now let me verify your ↵Nick Mathewson2004-08-04
| | | | | | signature." Also fix error message when running over-new version. svn:r2135
* only pick a default nickname if you're a serverRoger Dingledine2004-08-04
| | | | svn:r2134
* bump cvs version to 0.0.8pre2-cvsRoger Dingledine2004-08-04
| | | | svn:r2133
* put a comment by routerlist_update_from_runningrouters() toRoger Dingledine2004-08-04
| | | | | | | remind me that it's not used yet svn:r2132
* log a warning if you're running an unverified server, to letRoger Dingledine2004-08-04
| | | | | | | | | | | | | 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
* Hack: Include date with successful directory GETs.Nick Mathewson2004-08-04
| | | | svn:r2130
* Add functions to format and parse RFC1123-style times, for HTTP protocol.Nick Mathewson2004-08-04
| | | | svn:r2129
* put the have_warned_about_unsafe_socks static var inside the functionRoger Dingledine2004-08-04
| | | | svn:r2128
* Fix all warnings on win32 buildNick Mathewson2004-08-03
| | | | svn:r2127
* warn if we use an unsafe socks variantRoger Dingledine2004-08-03
| | | | | | | | | 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
* It is possible to have struct timeval but not gettimeofday.Nick Mathewson2004-08-03
| | | | svn:r2125
* add some more todo items for 0.0.8Roger Dingledine2004-08-03
| | | | svn:r2124
* update location of tor-in-chroot docRoger Dingledine2004-08-03
| | | | svn:r2123
* check return value of fclose while writing to disk, since it mightRoger Dingledine2004-07-23
| | | | | | | return out-of-space, etc svn:r2122
* bump us to 0.0.8pre1Roger Dingledine2004-07-23
| | | | | | | this is it svn:r2120
* don't send an end back for a malformed resolved cell,Roger Dingledine2004-07-23
| | | | | | | since they don't establish streams svn:r2119
* add release notes for 0.0.8pre1Roger Dingledine2004-07-23
| | | | svn:r2118