Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-08 | update man page to reflect more default rejects | Roger Dingledine | |
svn:r2196 | |||
2004-08-08 | reject the default edonkey, kazaa, gnutella ports | Roger Dingledine | |
to slow the coming flood svn:r2195 | |||
2004-08-08 | we should put an expiry date on the onion-keys? | Roger Dingledine | |
svn:r2194 | |||
2004-08-07 | Don't warn about being unverified if you're not in the running-routers | Roger Dingledine | |
list at all. svn:r2193 | |||
2004-08-07 | touch-ups | Roger Dingledine | |
svn:r2192 | |||
2004-08-07 | whoops, the man page has been rotting | Roger Dingledine | |
(it needs more attention than just this) svn:r2191 | |||
2004-08-07 | Handle loop initialization for bandwidth tracking properly | Nick Mathewson | |
svn:r2190 | |||
2004-08-07 | Only warn about version newness once | Nick Mathewson | |
svn:r2189 | |||
2004-08-07 | list the port and socks version when complaining about unsafe socks | Roger Dingledine | |
svn:r2188 | |||
2004-08-07 | Allow multiple ORs with same nickname in routerlist | Nick Mathewson | |
svn:r2187 | |||
2004-08-07 | Remove obsolete link-key keyword | Nick Mathewson | |
svn:r2186 | |||
2004-08-07 | router_get_hash_impl would fail when end_str started with \n. Now it works. | Nick Mathewson | |
svn:r2185 | |||
2004-08-07 | rotate onion keys every 12 hours, not every 2 hours | Roger Dingledine | |
svn:r2184 | |||
2004-08-07 | Fix a leak | Nick Mathewson | |
svn:r2183 | |||
2004-08-07 | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename ↵ | Nick Mathewson | |
format/parse_rfc1123_time; make rephist remember used bandwidth; published used bandwidth in descriptors in 15-minute chunks. Breaks unittests. svn:r2182 | |||
2004-08-07 | avoid racing the mark-for-close when the client hangs up on us | Roger Dingledine | |
at the same time we get an end relay cell. (thanks to wmf for reminding me) svn:r2181 | |||
2004-08-07 | untwisting the logic, it would seem the pkey is always defined? | Roger Dingledine | |
svn:r2180 | |||
2004-08-07 | Comment about n_args<1 is correct, since all directory servers are running ↵ | Nick Mathewson | |
post-007x versions svn:r2179 | |||
2004-08-07 | fencepost | Nick Mathewson | |
svn:r2178 | |||
2004-08-07 | print the name of the dirserver that told us we were unverified | Roger Dingledine | |
nick, please review this. svn:r2177 | |||
2004-08-07 | Always initialize hexid in rend_mid_rendezvous, no matter what | Nick Mathewson | |
svn:r2176 | |||
2004-08-07 | hex_encode is obsoleted by base16_encode, and never actually worked in the ↵ | Nick Mathewson | |
first place. (Thanks to Timo Lindfors for noticing the never-actually-worked part.) svn:r2175 | |||
2004-08-07 | reject tor-resolve requests for .onion addresses early | Roger Dingledine | |
svn:r2174 | |||
2004-08-06 | be willing to expire routers that have a dirport open | Roger Dingledine | |
it's just the authoritative dirservers we want to not forget svn:r2173 | |||
2004-08-06 | Enable coredumps by default | Peter Palfrader | |
svn:r2172 | |||
2004-08-06 | let purging routerinfos and descriptors take an age argument | Roger Dingledine | |
svn:r2171 | |||
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 |