Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix up Makefile.am for the rpm target_cpu and target_os implementation. | Andrew Lewman | 2006-02-16 |
| | | | | svn:r6024 | ||
* | Implement first version of the ability to target arch and OS in rpm | Andrew Lewman | 2006-02-16 |
| | | | | | | | | builds. This also implements the resulting dist-rpm filename to match the target arch. svn:r6023 | ||
* | and don't ship it either | Roger Dingledine | 2006-02-16 |
| | | | | svn:r6022 | ||
* | remove the obsolete faq entries that were somehow still around. | Roger Dingledine | 2006-02-16 |
| | | | | svn:r6021 | ||
* | 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 | ||
* | Remove the tor rpm creation text from the tor.spec.in file, as | Andrew Lewman | 2006-02-14 |
| | | | | | | | | apparently rpmbuild interprets any % as a macro, even behind comments. Create a new file in tor/doc that describes how to create tor rpms. svn:r6018 | ||
* | Make it an explicit step to allow connections to your local | Roger Dingledine | 2006-02-14 |
| | | | | | | | resources from your tor server. svn:r6017 | ||
* | 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 | ||
* | document ReachableDirAddresses and ReachableORAddresses | Peter Palfrader | 2006-02-13 |
| | | | | svn:r6011 | ||
* | 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 | ||
* | work out a few more details of the dirserver-based reputation | Roger Dingledine | 2006-02-13 |
| | | | | | | | scheme. svn:r6008 | ||
* | and resolve long-lines and fix an error string | Roger Dingledine | 2006-02-13 |
| | | | | svn:r6007 | ||
* | which leads to a new todo item. help from a windows person please? | Roger Dingledine | 2006-02-13 |
| | | | | svn:r6006 | ||
* | 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 | ||
* | rearrange todo a bit | Roger Dingledine | 2006-02-13 |
| | | | | svn:r5999 | ||
* | 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 | ||
* | the *ListenAddress config options were still named | Roger Dingledine | 2006-02-13 |
| | | | | | | | *BindAddress in the man page. svn:r5996 | ||
* | 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 | ||
* | and mark off another todo item | Roger Dingledine | 2006-02-13 |
| | | | | svn:r5993 | ||
* | 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 | ||
* | stop trying to maintain separate version number in the | Roger Dingledine | 2006-02-12 |
| | | | | | | | tor-doc-foo files. now just point to the download page. svn:r5986 | ||
* | Retain unrecognized options in state file, so that we can be forward-compatible. | Nick Mathewson | 2006-02-12 |
| | | | | svn:r5985 | ||
* | enforce whitespace style | Nick Mathewson | 2006-02-12 |
| | | | | svn:r5984 | ||
* | clean up part of the incentives discussion. | Roger Dingledine | 2006-02-12 |
| | | | | | | | much work still remains. svn:r5983 | ||
* | Fixed the url, clarified some wording | Andrew Lewman | 2006-02-12 |
| | | | | svn:r5982 | ||
* | Fix a few typos from a tired phobos | Andrew Lewman | 2006-02-12 |
| | | | | svn:r5981 | ||
* | Added quick instructions for those wishing to replicate the official | Andrew Lewman | 2006-02-12 |
| | | | | | | | build process for linux rpm and osx dmg svn:r5980 | ||
* | Clients now honor the "guard" flag in the router status when | Roger Dingledine | 2006-02-12 |
| | | | | | | | | | | 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 | ||
* | write a better note in torrc.sample about whether to set dirport. | Roger Dingledine | 2006-02-12 |
| | | | | svn:r5978 | ||
* | and fix typo in changelog | Roger Dingledine | 2006-02-12 |
| | | | | svn:r5977 | ||
* | remove finished todo items | Roger Dingledine | 2006-02-12 |
| | | | | svn:r5976 | ||
* | more helpful log message when running servers on obsolete windows. | Roger Dingledine | 2006-02-12 |
| | | | | svn:r5975 |