aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * Fix non-live condition checks.•••Rechecking the timeout condition was foolish, because it is checked on the same codepath. It was also wrong, because we didn't round. Also, the liveness check itself should be <, and not <=, because we only have 1 second resolution. Mike Perry2010-09-29
* | | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-29
|\| |
| * | Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine2010-09-29
| |\|
| | * Add changes file.Mike Perry2010-09-29
| | * Send control port events for timeouts.•••We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string. Mike Perry2010-09-29
| * | Merge commit 'mikeperry/bug1740' into maint-0.2.2Roger Dingledine2010-09-29
| |\|
| | * Add changes file.Mike Perry2010-09-29
| | * Only count timeout data for 3 hop circuits.•••Use 4/3 of this timeout value for 4 hop circuits, and use half of it for canabalized circuits. Mike Perry2010-09-29
* | | make c612ddee compile with old libeventsRoger Dingledine2010-09-29
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-09-29
|\| |
| * | even more commentRoger Dingledine2010-09-28
| * | improve code comments, based on comments from nickRoger Dingledine2010-09-28
| * | a changelog entry for the entrynodes retry messRoger Dingledine2010-09-28
| * | handle ugly edge case in retrying entrynodes•••Specifically, a circ attempt that we'd launched while the network was down could timeout after we've marked our entrynodes up, marking them back down again. The fix is to annotate as bad the OR conns that were around before we did the retry, so if a circuit that's attached to them times out we don't do anything about it. Roger Dingledine2010-09-28
| * | Actually notice when our last entrynode goes down•••Otherwise we'd never set have_minimum_dir_info to false, so the "optimistic retry" would never trigger. Roger Dingledine2010-09-28
| * | optimistically retry EntryNodes on socks request•••We used to mark all our known bridges up when they're all down and we get a new socks request. Now do that when we've set EntryNodes too. Roger Dingledine2010-09-28
| * | remove a redundant assertRoger Dingledine2010-09-28
| * | refactor; no actual changesRoger Dingledine2010-09-28
* | | Remove the has_old_dnsworkers flag.Nick Mathewson2010-09-28
* | | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-28
|\| |
| * | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2010-09-28
| |\ \
| | * | actually retry bridges when your network goes awayRoger Dingledine2010-09-28
* | | | Merge branch 'iocp_option'Nick Mathewson2010-09-28
|\ \ \ \
| * | | | Autodetect the number of CPUs when possible if NumCPUs==0•••This is needed for IOCP, since telling the IOCP backend about all your CPUs is a good idea. It'll also come in handy with asn's multithreaded crypto stuff, and for people who run servers without reading the manual. Nick Mathewson2010-09-28
| * | | | Add a new option to enable/disable IOCP supportNick Mathewson2010-09-28
* | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-09-28
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Remove the completely outdated Win32Build directory•••If you want to try to build Tor with a recent MSVC, you are better off starting from scratch than trying to use the project files that we used to build 2006 versions of Tor using 2006 versions of MSVC. Nick Mathewson2010-09-28
* | | | Merge branch 'microdesc_dl_v2'Nick Mathewson2010-09-28
|\ \ \ \
| * | | | Clean long-unlisted microdescs from the cacheNick Mathewson2010-09-27
| * | | | Download microdescriptors if you're a cache•••This commit adds some functions to see what microdescriptors we're missing, and adds fetch-microdesc/store-microdesc logic to the directory code. Nick Mathewson2010-09-27
| * | | | When updating routerdesc downloads, look specifically at the ns consensus•••This will be needed when "get_live_consensus" potentially returns a microdesc consensus. Nick Mathewson2010-09-27
| * | | | Actually parse the m lines from a microdesc consensusNick Mathewson2010-09-27
| * | | | Code to download, parse, and store microdesc consensusesNick Mathewson2010-09-27
| * | | | New function to grab a directory connection fetching a resource•••We need this to tell if a given consensus flavor is being downloaded or not. Nick Mathewson2010-09-27
* | | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-27
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | a dir-spec entry for refuseunknownexits•••plus quiet a log line Roger Dingledine2010-09-27
* | | | Merge remote branch 'origin/maint-0.2.2'•••Conflicts: src/or/config.c Nick Mathewson2010-09-27
|\| | |
| * | | the actual changelog entry this timeRoger Dingledine2010-09-27
| * | | changelog entry for bug1751Roger Dingledine2010-09-27
| * | | Merge remote branch 'sebastian/bug1964' into maint-0.2.2Nick Mathewson2010-09-27
| |\ \ \
| | * | | Fix a bridge segfault•••When we enabled support to change statistic options without restarting Tor we forgot to initialize geoip_countries. Fix that. Sebastian Hahn2010-09-27
| * | | | Merge branch 'refuseunknown' into maint-0.2.2Nick Mathewson2010-09-27
| |\ \ \ \
| | * | | | Add RefuseUnknownExits to the manpageSebastian Hahn2010-09-27
| * | | | | Merge branch 'bug1751_enabling' into maint-0.2.2Nick Mathewson2010-09-27
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Change bug1751 enabling code based on comments from armaNick Mathewson2010-09-27
| | * | | | First cut of code to enable RefuseUnknownExits•••The RefuseUnknownExits config option is now a tristate, with "1" meaning "enable it no matter what the consensus says", "0" meaning "disable it no matter what the consensus says", and "auto" meaning "do what the consensus says". If the consensus is silent, we enable RefuseUnknownExits. This patch also changes the dirserv logic so that refuseunknownexits won't make us cache unless we're an exit. Nick Mathewson2010-09-21
* | | | | | Merge branch 'bufferevent5'Nick Mathewson2010-09-27
|\ \ \ \ \ \
| * | | | | | Make the bufferevent code use the renegotiation-reenabling hackNick Mathewson2010-09-27
| * | | | | | Detect Libevent version at configure time when using buffereventsNick Mathewson2010-09-27
| * | | | | | Always defer bufferevent_openssl callbacks to avoid reentrant invocationsNick Mathewson2010-09-27