| Commit message (Expand) | Author | Age |
... | |
* | add a few more debugging lines to help mikec track down his•••11 minute jump into the future.
svn:r6465
| Roger Dingledine | 2006-05-23 |
* | Remove string size limit on NEWDESC messages; solve bug 291.•••svn:r6463
| Nick Mathewson | 2006-05-22 |
* | All these headers we get via torint.h•••svn:r6452
| Peter Palfrader | 2006-05-10 |
* | Tor servers are also giving spurious "you're invalid" warnings.•••This is because we get a lot of network statuses that don't list
us at all, and we conclude that they all think we're invalid.
The long-term fix is to get better logic, and the short-term fix
is to downgrade the log severity.
svn:r6448
| Roger Dingledine | 2006-05-09 |
* | stop telling people that "tor -h" will help them in any way.•••svn:r6447
| Roger Dingledine | 2006-05-08 |
* | forward-port the ORPort==0 patch•••svn:r6430
| Roger Dingledine | 2006-05-03 |
* | Start remembering *where* we are storing routerdescs. This will make us easie...•••svn:r6427
| Nick Mathewson | 2006-04-29 |
* | shorten some too-wide lines•••svn:r6426
| Nick Mathewson | 2006-04-29 |
* | 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 |
* | mainline branch. Remove some more dead XXXs.•••svn:r6401
| 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 |
* | 0.1.2.0-alpha-cvs!•••svn:r6375
| Roger Dingledine | 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 |
* | bump to 0.1.1.18-rc•••svn:r6351
| Roger Dingledine | 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 |