Age | Commit 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-06 | Properly clean up everything we might have bulit | Peter Palfrader | |
svn:r2169 | |||
2004-08-06 | Keep track of a whole day of bandwidth, not just 12 hrs | Nick Mathewson | |
svn:r2168 | |||
2004-08-06 | Fix 0.0.8pre2-1 changelog | Peter Palfrader | |
svn:r2167 | |||
2004-08-06 | the repository is no place for a well behaved .in file | Peter 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-06 | Add mystery 0 entry to TODO list | Nick Mathewson | |
svn:r2164 | |||
2004-08-06 | Move 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-06 | There is no space after network-status; make router_get_hash_impl more ↵ | Nick Mathewson | |
bulletproof. svn:r2162 | |||
2004-08-06 | when they use tor as an http proxy, point them at a better url | Roger Dingledine | |
svn:r2161 | |||
2004-08-06 | bump cvs to 0.0.8pre3-cvs | Roger Dingledine | |
svn:r2160 | |||
2004-08-06 | and add a comment to that effect | Roger Dingledine | |
svn:r2159 | |||
2004-08-06 | make explicit that 'no socks policy' means 'accept' | Roger Dingledine | |
svn:r2158 | |||
2004-08-06 | clarify sockspolicy, exitpolicy rules | Roger Dingledine | |
svn:r2157 | |||
2004-08-06 | fix 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-06 | weasel suggests we compress the directory one day. he's right. | Roger Dingledine | |
svn:r2155 | |||
2004-08-06 | we were telling them a nonexistent config option. oops. | Roger Dingledine | |
(thanks to john todd for pointing this out) svn:r2154 | |||
2004-08-06 | fix a few typos in the resolve/resolved spec | Roger Dingledine | |
svn:r2153 | |||
2004-08-06 | they're uint64 and uint32, not int and int | Roger Dingledine | |
svn:r2152 | |||
2004-08-06 | list total traffic and total uptime in -usr1 stats | Roger Dingledine | |
svn:r2151 | |||
2004-08-06 | note a bug that adam found | Roger Dingledine | |
svn:r2150 | |||
2004-08-05 | note a bug in our dns error handling. we should fix this sometime. | Roger Dingledine | |
svn:r2149 | |||
2004-08-05 | bugfix: when you finish answering a 'resolve' request, hold the | Roger Dingledine | |
connection open so you can flush the answer svn:r2148 | |||
2004-08-04 | bugfix: when tor-resolve asks to resolve an IP to an IP and we answer | Roger Dingledine | |
immediately, there's no need to send an 'end' relay cell when we close the conn. svn:r2147 | |||
2004-08-04 | Fix changelogdebian-version-0.0.7.2+0.0.8pre2-1 | Peter Palfrader | |
svn:r2145 | |||
2004-08-04 | New upstream release | Peter Palfrader | |
svn:r2144 | |||
2004-08-04 | add pre2 release notes to changelogtor-0.0.8pre2 | Roger Dingledine | |
svn:r2142 | |||
2004-08-04 | fix rare race condition that causes infinite loop | Roger 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-04 | update tor-doc.html | Roger Dingledine | |
svn:r2140 | |||
2004-08-04 | update the sample torrc | Roger Dingledine | |
svn:r2139 | |||
2004-08-04 | todo items to switch dirservers entries to config lines | Roger Dingledine | |
and remove old todo items svn:r2138 | |||
2004-08-04 | commit some odds and ends, so my tree is clean | Roger Dingledine | |
svn:r2137 | |||
2004-08-04 | <arma> did you get it working on win32? or just compiling | Nick Mathewson | |
svn:r2136 | |||
2004-08-04 | Bugfix: "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-04 | only pick a default nickname if you're a server | Roger Dingledine | |
svn:r2134 | |||
2004-08-04 | bump cvs version to 0.0.8pre2-cvs | Roger Dingledine | |
svn:r2133 | |||
2004-08-04 | put a comment by routerlist_update_from_runningrouters() to | Roger Dingledine | |
remind me that it's not used yet svn:r2132 | |||
2004-08-04 | log a warning if you're running an unverified server, to let | Roger 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-04 | Hack: Include date with successful directory GETs. | Nick Mathewson | |
svn:r2130 | |||
2004-08-04 | Add functions to format and parse RFC1123-style times, for HTTP protocol. | Nick Mathewson | |
svn:r2129 | |||
2004-08-04 | put the have_warned_about_unsafe_socks static var inside the function | Roger Dingledine | |
svn:r2128 | |||
2004-08-03 | Fix all warnings on win32 build | Nick Mathewson | |
svn:r2127 | |||
2004-08-03 | warn if we use an unsafe socks variant | Roger 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-03 | It is possible to have struct timeval but not gettimeofday. | Nick Mathewson | |
svn:r2125 | |||
2004-08-03 | add some more todo items for 0.0.8 | Roger Dingledine | |
svn:r2124 | |||
2004-08-03 | update location of tor-in-chroot doc | Roger Dingledine | |
svn:r2123 | |||
2004-07-23 | check return value of fclose while writing to disk, since it might | Roger Dingledine | |
return out-of-space, etc svn:r2122 | |||
2004-07-23 | bump us to 0.0.8pre1tor-0.0.8pre1 | Roger Dingledine | |
this is it svn:r2120 | |||
2004-07-23 | don't send an end back for a malformed resolved cell, | Roger Dingledine | |
since they don't establish streams svn:r2119 | |||
2004-07-23 | add release notes for 0.0.8pre1 | Roger Dingledine | |
svn:r2118 |