Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-21 | bump to 0.1.1.14-alpha-cvs, and we're off. | Roger Dingledine | |
svn:r6062 | |||
2006-02-21 | bump to 0.1.1.14-alpha | Roger Dingledine | |
svn:r6059 | |||
2006-02-21 | i missed the other half of that grammar fix | Roger Dingledine | |
svn:r6058 | |||
2006-02-20 | when saveconf fails in controller v1, we were returning a malformed | Roger Dingledine | |
error string. svn:r6053 | |||
2006-02-20 | make the NoPublish option obsolete. | Roger Dingledine | |
svn:r6052 | |||
2006-02-20 | tweak | Roger Dingledine | |
svn:r6051 | |||
2006-02-20 | the other half of fixing bug 257. catch an error in more places. | Roger Dingledine | |
svn:r6050 | |||
2006-02-19 | try to address bug 257: if rename() fails during saveconf, tell | Roger Dingledine | |
the controller. svn:r6049 | |||
2006-02-19 | New config options to address bug 251: | Roger Dingledine | |
FetchServerDescriptors and FetchHidServDescriptors for whether to fetch server info and hidserv info or let the controller do it, and also PublishServerDescriptor and PublishHidServDescriptors. Add AllDirActionsPrivate undocumented option -- if you set it, you'll need the controller to bootstrap you enough to build your first circuits. svn:r6047 | |||
2006-02-19 | Improve the "we have been waiting for 1140377851 seconds" log | Peter Palfrader | |
svn:r6046 | |||
2006-02-19 | clean up the Reachable*Addresses changes | Roger Dingledine | |
svn:r6041 | |||
2006-02-18 | Add function names to log_* on non-gcc | Peter Palfrader | |
svn:r6039 | |||
2006-02-18 | this is why you're not supposed to cut-and-paste code | Roger Dingledine | |
svn:r6037 | |||
2006-02-18 | Finish log function renaming for non-GNUC systems | Peter Palfrader | |
svn:r6034 | |||
2006-02-18 | Make it compile with VC7. It does not yet link. | Peter Palfrader | |
svn:r6033 | |||
2006-02-15 | fix typo found in phobos's logs | Roger Dingledine | |
svn:r6020 | |||
2006-02-15 | don't warn when we get a server descriptor from the controller | Roger Dingledine | |
but it's too old. that's not something tor should fix. svn:r6019 | |||
2006-02-14 | Just because both are obsolete does not mean we prefer the newer | Peter Palfrader | |
svn:r6016 | |||
2006-02-14 | Explain why we only expire open connections | Peter Palfrader | |
svn:r6015 | |||
2006-02-14 | document the frequency for reachability testing by the | Roger Dingledine | |
directory authorities. svn:r6014 | |||
2006-02-14 | Do not mark connections obsolete before they have done their TLS handshake ↵ | Peter Palfrader | |
or are at least 60 seconds old svn:r6013 | |||
2006-02-14 | Our connection_or_get_by_identity_digest() was slightly wrong. If best | Peter Palfrader | |
didn't have any circuits on it, but conn had circuits, we would not make conn our new best unless it was also newer. Also, restructure the code a bit to maybe make it clearer. svn:r6012 | |||
2006-02-13 | Warn if ReachableAddresses is set when also ReachableDirAddresses and ↵ | Peter Palfrader | |
ReachableORAddresses are set. svn:r6010 | |||
2006-02-13 | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses | Peter Palfrader | |
svn:r6009 | |||
2006-02-13 | and resolve long-lines and fix an error string | Roger Dingledine | |
svn:r6007 | |||
2006-02-13 | the last of the log convention conversion. finally. | Roger Dingledine | |
svn:r6005 | |||
2006-02-13 | the things we do for our windows users. | Roger Dingledine | |
i hope they appreciate it. svn:r6004 | |||
2006-02-13 | more log conversions. | Roger Dingledine | |
whee. svn:r6003 | |||
2006-02-13 | convert some more source files to the new log convention | Roger Dingledine | |
svn:r6002 | |||
2006-02-13 | resolve too-long-lines | Roger Dingledine | |
svn:r6001 | |||
2006-02-13 | Start the process of converting warn to log_warn and so on. | Roger Dingledine | |
This is needed because Windows already has an err() that we can't clobber. And we need to be able to make the log functions a macro so we can print the function's name in the log entry. svn:r6000 | |||
2006-02-13 | Style on config_addr_policy_intersectes, which looks ok to me. | Nick Mathewson | |
svn:r5998 | |||
2006-02-13 | Let the users set ControlListenAddress in the torrc. | Roger Dingledine | |
This can be dangerous, but there are some cases (like a secured LAN) where it makes sense. svn:r5997 | |||
2006-02-13 | Compress exit policies even more. please review | Peter Palfrader | |
svn:r5995 | |||
2006-02-13 | try to fix bug with spurious "everything is broken" warning | Nick Mathewson | |
svn:r5994 | |||
2006-02-13 | bugfix: we were ignoring the IS_FAST flag in the directory | Roger Dingledine | |
status, meaning we were willing to pick trivial-bandwidth nodes for "fast" connections. svn:r5992 | |||
2006-02-12 | Generate 18.0.0.0/8 address policy format in descs when we can; warn when ↵ | Nick Mathewson | |
the mask is not reducible to a bit-prefix. svn:r5991 | |||
2006-02-12 | and don't warn when it happens here either, unless the user | Roger Dingledine | |
wants to hear it. svn:r5990 | |||
2006-02-12 | Correct a function comment. Nick: is this right? | Roger Dingledine | |
svn:r5989 | |||
2006-02-12 | don't tell ordinary users about broken directory servers. | Roger Dingledine | |
it's a shame that they're broken, but most people are just confused by the warning. svn:r5988 | |||
2006-02-12 | Drop redundant exit policy entries, not just identical ones. | Nick Mathewson | |
svn:r5987 | |||
2006-02-12 | Retain unrecognized options in state file, so that we can be forward-compatible. | Nick Mathewson | |
svn:r5985 | |||
2006-02-12 | enforce whitespace style | Nick Mathewson | |
svn:r5984 | |||
2006-02-12 | Clients now honor the "guard" flag in the router status when | Roger Dingledine | |
picking entry guards, rather than looking at is_fast or is_stable. Now dirservers can change how they define it and clients will automatically use their new definition. svn:r5979 | |||
2006-02-12 | write a better note in torrc.sample about whether to set dirport. | Roger Dingledine | |
svn:r5978 | |||
2006-02-12 | more helpful log message when running servers on obsolete windows. | Roger Dingledine | |
svn:r5975 | |||
2006-02-12 | bump up the period for forcing a hidden service descriptor upload | Roger Dingledine | |
from 20 minutes to 1 hour. svn:r5972 | |||
2006-02-12 | compress exit policies even more -- look for duplicate lines | Roger Dingledine | |
and remove them. svn:r5971 | |||
2006-02-11 | bugfix in config_cmp_addr_policies() -- we were treating a pair | Roger Dingledine | |
of exit policies if they were equal even if one said accept and the other said reject. svn:r5970 | |||
2006-02-11 | stop leaking that | Roger Dingledine | |
svn:r5969 |