aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* log when we guess our ip address, not just when we failRoger Dingledine2010-10-01
* bump to 0.2.2.17-alpha-devRoger Dingledine2010-10-01
* retroactively declare the cbt fixes to be major•••also put in release blurbs Roger Dingledine2010-10-01
* improve rpm init script by borrowing from DebianErinn Clark2010-09-30
* Update rpm spec file so that it will build without manual intervention on all...Erinn Clark2010-09-30
* AUTHORS doesn't exist, so stop trying to cp it. Add 'sudo' to a mv that needs...Erinn Clark2010-09-30
* bump to 0.2.2.17-alphaRoger Dingledine2010-09-30
* write up a changelog fileRoger Dingledine2010-09-30
* Add a changes file for the bug1912 fixSebastian Hahn2010-09-30
* Note an XXX about potential overflowSebastian Hahn2010-09-30
* Use an upper and lower bound for bridge weights•••When picking bridges (or other nodes without a consensus entry (and thus no bandwidth weights)) we shouldn't just trust the node's descriptor. So far we believed anything between 0 and 10MB/s, where 0 would mean that a node doesn't get any use from use unless it is our only one, and 10MB/s would be a quite siginficant weight. To make this situation better, we now believe weights in the range from 20kB/s to 100kB/s. This should allow new bridges to get use more quickly, and means that it will be harder for bridges to see almost all our traffic. Sebastian Hahn2010-09-30
* Fix check-spacesSebastian Hahn2010-09-30
* Merge commit 'mikeperry/bug1772' into maint-0.2.2Roger Dingledine2010-09-30
|\
| * Nominaly lower the minimum timeout value to 1500.•••This won't change any behavior, since it will still be rounded back up to 2seconds, but should reduce the chances of some extra warns. Mike Perry2010-09-29
* | Merge branch 'bug1772' into maint-0.2.2Roger Dingledine2010-09-29
|\ \
| * | fix two castsRoger Dingledine2010-09-29
| |/
| * Comment network liveness and change detection behavior.Mike Perry2010-09-29
| * no measurement circs if not enough build times•••In the first 100 circuits, our timeout_ms and close_ms are the same. So we shouldn't transition circuits to purpose CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT, since they will just timeout again next time we check. Roger Dingledine2010-09-29
| * refactor and recomment; no actual changesRoger Dingledine2010-09-29
| * Add changes file.Mike Perry2010-09-29
| * Cap the circuit build timeout to the max time we've seen.•••Also, cap the measurement timeout to 2X the max we've seen. Mike Perry2010-09-29
| * Do away with the complexity of the network liveness detection.•••We really should ignore any timeouts that have *no* network activity for their entire measured lifetime, now that we have the 95th percentile measurement changes. Usually this is up to a minute, even on fast connections. Mike Perry2010-09-29
| * Fix state checks on liveness handling.•••If we really want all this complexity for these stages here, we need to handle it better for people with large timeouts. It should probably go away, though. Mike Perry2010-09-29
| * 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 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
* | 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
* | 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
* | | 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
* | | a dir-spec entry for refuseunknownexits•••plus quiet a log line Roger Dingledine2010-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