Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | make "%llu" less likely to warn on weird platforms | Roger Dingledine | 2004-08-09 | |
| | | | | svn:r2209 | |||
* | Add replace_file to util.[ch] to survive stupidity of windows rename call | Nick Mathewson | 2004-08-09 | |
| | | | | svn:r2208 | |||
* | Fix comment | Nick Mathewson | 2004-08-09 | |
| | | | | svn:r2207 | |||
* | Fix bug in saving onion keys to disk when rotating; also survive short-term ↵ | Nick Mathewson | 2004-08-09 | |
| | | | | | | shutdowns better svn:r2206 | |||
* | Make unittests pass | Nick Mathewson | 2004-08-09 | |
| | | | | svn:r2205 | |||
* | Spec cleanups: improved accuracy and detail of description of | Nick Mathewson | 2004-08-09 | |
| | | | | | | | | | directory formats, added ipv6 exit spec. (The IPv6 stuff is only for exiting connections: ORs still need IPv4 addrs) svn:r2204 | |||
* | Add spec for UI control protocol | Nick Mathewson | 2004-08-09 | |
| | | | | svn:r2203 | |||
* | Fix a fencepost error in the last bandwidth reporting fix | Nick Mathewson | 2004-08-08 | |
| | | | | svn:r2202 | |||
* | Be slightly more specific about ASN1 | Nick Mathewson | 2004-08-08 | |
| | | | | svn:r2201 | |||
* | Modify 02_add_debian_files_in_manpage to still apply | Peter Palfrader | 2004-08-08 | |
| | | | | svn:r2200 | |||
* | stop wasting cpu time on authdirservers | Roger Dingledine | 2004-08-08 | |
| | | | | | | | | we were making a new directory only when the old one was dirty, but every time we made one, we'd dirty it by testing it right then. svn:r2199 | |||
* | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine | 2004-08-08 | |
| | | | | | | | | | | that's still handshaking. for servers in clique mode, require the conn to be open before you'll choose it for your path. svn:r2198 | |||
* | let children survive sigint, sigterm, etc. | Roger Dingledine | 2004-08-08 | |
| | | | | | | | | this was biting us because ^c would get delivered to all of them, maybe because they were all still listening to stdin? svn:r2197 | |||
* | update man page to reflect more default rejects | Roger Dingledine | 2004-08-08 | |
| | | | | svn:r2196 | |||
* | reject the default edonkey, kazaa, gnutella ports | Roger Dingledine | 2004-08-08 | |
| | | | | | | | to slow the coming flood svn:r2195 | |||
* | we should put an expiry date on the onion-keys? | Roger Dingledine | 2004-08-08 | |
| | | | | svn:r2194 | |||
* | Don't warn about being unverified if you're not in the running-routers | Roger Dingledine | 2004-08-07 | |
| | | | | | | | list at all. svn:r2193 | |||
* | touch-ups | Roger Dingledine | 2004-08-07 | |
| | | | | svn:r2192 | |||
* | whoops, the man page has been rotting | Roger Dingledine | 2004-08-07 | |
| | | | | | | | (it needs more attention than just this) svn:r2191 | |||
* | Handle loop initialization for bandwidth tracking properly | Nick Mathewson | 2004-08-07 | |
| | | | | svn:r2190 | |||
* | Only warn about version newness once | Nick Mathewson | 2004-08-07 | |
| | | | | svn:r2189 | |||
* | list the port and socks version when complaining about unsafe socks | Roger Dingledine | 2004-08-07 | |
| | | | | svn:r2188 | |||
* | Allow multiple ORs with same nickname in routerlist | Nick Mathewson | 2004-08-07 | |
| | | | | svn:r2187 | |||
* | Remove obsolete link-key keyword | Nick Mathewson | 2004-08-07 | |
| | | | | svn:r2186 | |||
* | router_get_hash_impl would fail when end_str started with \n. Now it works. | Nick Mathewson | 2004-08-07 | |
| | | | | svn:r2185 | |||
* | rotate onion keys every 12 hours, not every 2 hours | Roger Dingledine | 2004-08-07 | |
| | | | | svn:r2184 | |||
* | Fix a leak | Nick Mathewson | 2004-08-07 | |
| | | | | svn:r2183 | |||
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename ↵ | Nick Mathewson | 2004-08-07 | |
| | | | | | | format/parse_rfc1123_time; make rephist remember used bandwidth; published used bandwidth in descriptors in 15-minute chunks. Breaks unittests. svn:r2182 | |||
* | avoid racing the mark-for-close when the client hangs up on us | Roger Dingledine | 2004-08-07 | |
| | | | | | | | | at the same time we get an end relay cell. (thanks to wmf for reminding me) svn:r2181 | |||
* | untwisting the logic, it would seem the pkey is always defined? | Roger Dingledine | 2004-08-07 | |
| | | | | svn:r2180 | |||
* | Comment about n_args<1 is correct, since all directory servers are running ↵ | Nick Mathewson | 2004-08-07 | |
| | | | | | | post-007x versions svn:r2179 | |||
* | fencepost | Nick Mathewson | 2004-08-07 | |
| | | | | svn:r2178 | |||
* | print the name of the dirserver that told us we were unverified | Roger Dingledine | 2004-08-07 | |
| | | | | | | | nick, please review this. svn:r2177 | |||
* | Always initialize hexid in rend_mid_rendezvous, no matter what | Nick Mathewson | 2004-08-07 | |
| | | | | svn:r2176 | |||
* | hex_encode is obsoleted by base16_encode, and never actually worked in the ↵ | Nick Mathewson | 2004-08-07 | |
| | | | | | | first place. (Thanks to Timo Lindfors for noticing the never-actually-worked part.) svn:r2175 | |||
* | reject tor-resolve requests for .onion addresses early | Roger Dingledine | 2004-08-07 | |
| | | | | svn:r2174 | |||
* | be willing to expire routers that have a dirport open | Roger Dingledine | 2004-08-06 | |
| | | | | | | | it's just the authoritative dirservers we want to not forget svn:r2173 | |||
* | Enable coredumps by default | Peter Palfrader | 2004-08-06 | |
| | | | | svn:r2172 | |||
* | let purging routerinfos and descriptors take an age argument | Roger Dingledine | 2004-08-06 | |
| | | | | svn:r2171 | |||
* | * Ship AUTHORS, doc/CLIENTS, doc/FAQ, doc/HACKING, doc/TODO, ↵ | Peter Palfrader | 2004-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 bulit | Peter Palfrader | 2004-08-06 | |
| | | | | svn:r2169 | |||
* | Keep track of a whole day of bandwidth, not just 12 hrs | Nick Mathewson | 2004-08-06 | |
| | | | | svn:r2168 | |||
* | Fix 0.0.8pre2-1 changelog | Peter Palfrader | 2004-08-06 | |
| | | | | svn:r2167 | |||
* | the repository is no place for a well behaved .in file | Peter Palfrader | 2004-08-06 | |
| | | | | svn:r2166 | |||
* | (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for ↵ | Nick Mathewson | 2004-08-06 | |
| | | | | | | dirserv_get_runningrouters svn:r2165 | |||
* | Add mystery 0 entry to TODO list | Nick Mathewson | 2004-08-06 | |
| | | | | svn:r2164 | |||
* | Move design-paper into its own directory, and ship it and all that is needed ↵ | Peter Palfrader | 2004-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 Mathewson | 2004-08-06 | |
| | | | | | | bulletproof. svn:r2162 | |||
* | when they use tor as an http proxy, point them at a better url | Roger Dingledine | 2004-08-06 | |
| | | | | svn:r2161 | |||
* | bump cvs to 0.0.8pre3-cvs | Roger Dingledine | 2004-08-06 | |
| | | | | svn:r2160 |