Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix infinite loop | Roger Dingledine | 2006-03-06 |
| | | | | svn:r6090 | ||
* | mark bug 261 | Roger Dingledine | 2006-03-06 |
| | | | | svn:r6089 | ||
* | Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, ↵ | Nick Mathewson | 2006-03-06 |
| | | | | | | though I am not 100% sure that each one is necessary. svn:r6088 | ||
* | Add some functions to escape values from the network before sending them to ↵ | Nick Mathewson | 2006-03-05 |
| | | | | | | the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) svn:r6087 | ||
* | Allow private:* in routerdescs; not generated yet (because older Tors do not ↵ | Nick Mathewson | 2006-03-05 |
| | | | | | | understand it); needs testing. svn:r6086 | ||
* | Add a new circuit purpose 'controller' to let the controller | Roger Dingledine | 2006-02-23 |
| | | | | | | | | | | | | | ask for a circuit that Tor won't try to use. Extend the EXTENDCIRCUIT controller command to let you specify the purpose if you're starting a new circuit. Add a new SETCIRCUITPURPOSE controller command to let you change a circuit's purpose after it's been created. svn:r6075 | ||
* | clean up a log message | Roger Dingledine | 2006-02-21 |
| | | | | svn:r6074 | ||
* | be quieter about hidserv descriptors that are too old or too new. | Roger Dingledine | 2006-02-21 |
| | | | | | | | we can't do anything about them anyway. svn:r6073 | ||
* | bump to 0.1.1.14-alpha-cvs, and we're off. | Roger Dingledine | 2006-02-21 |
| | | | | svn:r6062 | ||
* | bump to 0.1.1.14-alpha | Roger Dingledine | 2006-02-21 |
| | | | | svn:r6059 | ||
* | i missed the other half of that grammar fix | Roger Dingledine | 2006-02-21 |
| | | | | svn:r6058 | ||
* | when saveconf fails in controller v1, we were returning a malformed | Roger Dingledine | 2006-02-20 |
| | | | | | | | error string. svn:r6053 | ||
* | make the NoPublish option obsolete. | Roger Dingledine | 2006-02-20 |
| | | | | svn:r6052 | ||
* | tweak | Roger Dingledine | 2006-02-20 |
| | | | | svn:r6051 | ||
* | the other half of fixing bug 257. catch an error in more places. | Roger Dingledine | 2006-02-20 |
| | | | | svn:r6050 | ||
* | try to address bug 257: if rename() fails during saveconf, tell | Roger Dingledine | 2006-02-19 |
| | | | | | | | the controller. svn:r6049 | ||
* | New config options to address bug 251: | Roger Dingledine | 2006-02-19 |
| | | | | | | | | | | | | 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 | ||
* | Improve the "we have been waiting for 1140377851 seconds" log | Peter Palfrader | 2006-02-19 |
| | | | | svn:r6046 | ||
* | clean up the Reachable*Addresses changes | Roger Dingledine | 2006-02-19 |
| | | | | svn:r6041 | ||
* | Add function names to log_* on non-gcc | Peter Palfrader | 2006-02-18 |
| | | | | svn:r6039 | ||
* | this is why you're not supposed to cut-and-paste code | Roger Dingledine | 2006-02-18 |
| | | | | svn:r6037 | ||
* | Finish log function renaming for non-GNUC systems | Peter Palfrader | 2006-02-18 |
| | | | | svn:r6034 | ||
* | Make it compile with VC7. It does not yet link. | Peter Palfrader | 2006-02-18 |
| | | | | svn:r6033 | ||
* | fix typo found in phobos's logs | Roger Dingledine | 2006-02-15 |
| | | | | svn:r6020 | ||
* | don't warn when we get a server descriptor from the controller | Roger Dingledine | 2006-02-15 |
| | | | | | | | but it's too old. that's not something tor should fix. svn:r6019 | ||
* | Just because both are obsolete does not mean we prefer the newer | Peter Palfrader | 2006-02-14 |
| | | | | svn:r6016 | ||
* | Explain why we only expire open connections | Peter Palfrader | 2006-02-14 |
| | | | | svn:r6015 | ||
* | document the frequency for reachability testing by the | Roger Dingledine | 2006-02-14 |
| | | | | | | | directory authorities. svn:r6014 | ||
* | Do not mark connections obsolete before they have done their TLS handshake ↵ | Peter Palfrader | 2006-02-14 |
| | | | | | | or are at least 60 seconds old svn:r6013 | ||
* | Our connection_or_get_by_identity_digest() was slightly wrong. If best | Peter Palfrader | 2006-02-14 |
| | | | | | | | | | 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 | ||
* | Warn if ReachableAddresses is set when also ReachableDirAddresses and ↵ | Peter Palfrader | 2006-02-13 |
| | | | | | | ReachableORAddresses are set. svn:r6010 | ||
* | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses | Peter Palfrader | 2006-02-13 |
| | | | | svn:r6009 | ||
* | and resolve long-lines and fix an error string | Roger Dingledine | 2006-02-13 |
| | | | | svn:r6007 | ||
* | the last of the log convention conversion. finally. | Roger Dingledine | 2006-02-13 |
| | | | | svn:r6005 | ||
* | the things we do for our windows users. | Roger Dingledine | 2006-02-13 |
| | | | | | | | i hope they appreciate it. svn:r6004 | ||
* | more log conversions. | Roger Dingledine | 2006-02-13 |
| | | | | | | | whee. svn:r6003 | ||
* | convert some more source files to the new log convention | Roger Dingledine | 2006-02-13 |
| | | | | svn:r6002 | ||
* | resolve too-long-lines | Roger Dingledine | 2006-02-13 |
| | | | | svn:r6001 | ||
* | Start the process of converting warn to log_warn and so on. | Roger Dingledine | 2006-02-13 |
| | | | | | | | | | 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 | ||
* | Style on config_addr_policy_intersectes, which looks ok to me. | Nick Mathewson | 2006-02-13 |
| | | | | svn:r5998 | ||
* | Let the users set ControlListenAddress in the torrc. | Roger Dingledine | 2006-02-13 |
| | | | | | | | | This can be dangerous, but there are some cases (like a secured LAN) where it makes sense. svn:r5997 | ||
* | Compress exit policies even more. please review | Peter Palfrader | 2006-02-13 |
| | | | | svn:r5995 | ||
* | try to fix bug with spurious "everything is broken" warning | Nick Mathewson | 2006-02-13 |
| | | | | svn:r5994 | ||
* | bugfix: we were ignoring the IS_FAST flag in the directory | Roger Dingledine | 2006-02-13 |
| | | | | | | | | status, meaning we were willing to pick trivial-bandwidth nodes for "fast" connections. svn:r5992 | ||
* | Generate 18.0.0.0/8 address policy format in descs when we can; warn when ↵ | Nick Mathewson | 2006-02-12 |
| | | | | | | the mask is not reducible to a bit-prefix. svn:r5991 | ||
* | and don't warn when it happens here either, unless the user | Roger Dingledine | 2006-02-12 |
| | | | | | | | wants to hear it. svn:r5990 | ||
* | Correct a function comment. Nick: is this right? | Roger Dingledine | 2006-02-12 |
| | | | | svn:r5989 | ||
* | don't tell ordinary users about broken directory servers. | Roger Dingledine | 2006-02-12 |
| | | | | | | | | it's a shame that they're broken, but most people are just confused by the warning. svn:r5988 | ||
* | Drop redundant exit policy entries, not just identical ones. | Nick Mathewson | 2006-02-12 |
| | | | | svn:r5987 | ||
* | Retain unrecognized options in state file, so that we can be forward-compatible. | Nick Mathewson | 2006-02-12 |
| | | | | svn:r5985 |