| Commit message (Expand) | Author | Age |
... | |
* | put one of the XXX's back in•••svn:r6422
| Roger Dingledine | 2006-04-25 |
* | petty cleanups•••svn:r6421
| Roger Dingledine | 2006-04-25 |
* | Only warn about a down node once•••svn:r6420
| Nick Mathewson | 2006-04-25 |
* | you wanted it spelled properly too? And me not even funded!•••svn:r6418
| Nick Mathewson | 2006-04-25 |
* | fix a segfault in last bug-285-related commit.•••svn:r6417
| Nick Mathewson | 2006-04-25 |
* | Possible partial fix for 285; needs review•••svn:r6414
| Nick Mathewson | 2006-04-24 |
* | Regenerate our local descriptor if it's dirty and some local•••function asks for it. This may resolve bug 286.
svn:r6412
| Roger Dingledine | 2006-04-23 |
* | make more hibernate log messages use local time. we should audit•••to see what other log messages keep switching back and forth
between GMT and local.
svn:r6411
| Roger Dingledine | 2006-04-23 |
* | Raise the timeout for complaining about wedged cpuworkers.•••This value is high because some servers with low memory/cpu
sometimes spend an hour or more swapping, and Tor starves.
svn:r6406
| Roger Dingledine | 2006-04-18 |
* | class B really means /16 here•••svn:r6404
| Roger Dingledine | 2006-04-18 |
* | require at least 2**16 assignable virtual addresses•••svn:r6402
| Nick Mathewson | 2006-04-18 |
* | [Forward-port ]Test and document last patch.•••svn:r6400
| Nick Mathewson | 2006-04-18 |
* | [forward-port] Implement an option, VirtualAddrMask, to set which addresses g...•••svn:r6398
| Nick Mathewson | 2006-04-18 |
* | forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.•••svn:r6396
| Nick Mathewson | 2006-04-18 |
* | note another bug: we complain that a router doesn't exist,•••because it's down so we never fetched it so it doesn't exist.
svn:r6394
| Roger Dingledine | 2006-04-17 |
* | slightly clearer log message when you use a nickname rather than•••a key for an unnamed server.
svn:r6393
| Roger Dingledine | 2006-04-17 |
* | no need to escape the address for our connections -- they are•••always IP addresses.
svn:r6389
| Roger Dingledine | 2006-04-16 |
* | if the bottom eighth of the servers by bandwidth is really crummy,•••try the bottom quartile instead.
svn:r6387
| Roger Dingledine | 2006-04-15 |
* | forward-port the n_named log severity downgrade.•••svn:r6385
| Roger Dingledine | 2006-04-14 |
* | ok, put moria1 back in, since it's v1 and thus we need to send•••our rendezvous descriptors to it.
eventually we might make a 'v1only' tag that explains it's only
for rendezvous descriptors.
svn:r6382
| Roger Dingledine | 2006-04-11 |
* | drop moria1 from the list of authorities.•••svn:r6381
| Roger Dingledine | 2006-04-10 |
* | Stop assuming every authority is a v1 authority•••svn:r6377
| Peter Palfrader | 2006-04-10 |
* | Remove DER64 functions in trunk: they will never be used again unless the dir...•••svn:r6376
| Nick Mathewson | 2006-04-10 |
* | make DirFetchPeriod and StatusFetchPeriod truly obsolete.•••svn:r6373
| Roger Dingledine | 2006-04-10 |
* | be willing to add our own routerinfo into the routerlist.•••this means authorities will include themselves in their
directories and network-statuses.
svn:r6369
| Roger Dingledine | 2006-04-10 |
* | Remove redundant includes. They are all hanled in torint.h which we already ...•••svn:r6364
| Peter Palfrader | 2006-04-10 |
* | and one more kick to consider all live network statuses for versions•••svn:r6359
| Roger Dingledine | 2006-04-10 |
* | consider all live network statuses we have when deciding whether•••our version is bad. also, unfix one of the unbugs from before.
svn:r6358
| Roger Dingledine | 2006-04-10 |
* | Fix a wide line•••svn:r6357
| Nick Mathewson | 2006-04-10 |
* | fix bugs in compute_recommended_versions•••svn:r6356
| Nick Mathewson | 2006-04-10 |
* | In fairness to gcc, a char** is often _not_ usable as a const void **.•••svn:r6355
| Nick Mathewson | 2006-04-10 |
* | Oops. _compare_tor_version_str_ptr wants ptr-to-ptr. Ow.•••svn:r6354
| Nick Mathewson | 2006-04-10 |
* | and get rid of an extra variable•••svn:r6349
| Roger Dingledine | 2006-04-10 |
* | stop being so picky about when we can start building circuits.•••now clients are more likely to have circuits up soon after their
tor starts.
svn:r6346
| Roger Dingledine | 2006-04-10 |
* | Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu...•••svn:r6345
| Nick Mathewson | 2006-04-10 |
* | Don't yell loudly about failed internal/bridge connections. These•••are reachability testing and rendserv upload/downloads, and they
have their own failure messages elsewhere.
svn:r6343
| Roger Dingledine | 2006-04-09 |
* | quiet a bootstrapping message•••svn:r6342
| Roger Dingledine | 2006-04-09 |
* | fix typo•••svn:r6340
| Roger Dingledine | 2006-04-09 |
* | lower the minimum required number of fd's to 1000, so we can•••have some overhead for valgrind on linux, where the default
ulimit -n is 1024.
svn:r6338
| Roger Dingledine | 2006-04-09 |
* | Here is an attempted fix for directory mirrors that are frozen•••in fear because they don't have all the networkstatuses. There's
no reason not to proceed if all the other checks are ok -- we just
shouldn't warn about certain things yet.
svn:r6337
| Roger Dingledine | 2006-04-09 |
* | Remove about 30% of the v1 directory bulk by not including down or•••invalid nodes.
This will make exitlist's running on v1 not very good. I feel sorry for
them, but not as sorry as I feel for the directory mirrors.
svn:r6332
| Roger Dingledine | 2006-04-09 |
* | When fetching rendezvous descriptors, we were willing to ask•••v2 authorities too. And of course they did not have a copy.
svn:r6331
| Roger Dingledine | 2006-04-09 |
* | If you're not a versioning dirserver, don't put the string•••"client-versions \nserver-versions \n" in your network status.
svn:r6329
| Roger Dingledine | 2006-04-08 |
* | i like the name FetchUselessDescriptors better.•••svn:r6327
| Roger Dingledine | 2006-04-08 |
* | add a new config option FetchUselessRouters, off by default, for•••when you plan to run "exitlist" on this client and you want to know
about even the non-running descriptors.
svn:r6326
| Roger Dingledine | 2006-04-08 |
* | If we think of ourselves as authoritative, even if we're not•••in the DirServers config lines, then we still are. This way we
give ourselves the "Authority" flag in our network-status.
svn:r6325
| Roger Dingledine | 2006-04-08 |
* | clean up the log lines more, and note a future work.•••svn:r6324
| Roger Dingledine | 2006-04-08 |
* | add dizum as the fifth authoritative directory server.•••svn:r6323
| Roger Dingledine | 2006-04-08 |
* | when we do reachability testing and the tls cert at the other•••end disagrees with a descriptor we already have, be more useful
at explaining it.
svn:r6322
| Roger Dingledine | 2006-04-08 |
* | complain when we hit wsaenobufs on recv or write too.•••perhaps this will help us hunt the bug.
svn:r6321
| Roger Dingledine | 2006-04-08 |