]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
15 years agoMaintain separate server and client identity keys when appropriate.
Robert Ransom [Mon, 4 Oct 2010 05:38:53 +0000 (22:38 -0700)] 
Maintain separate server and client identity keys when appropriate.

Fixes a bug described in ticket #988.

15 years agoMaintain separate server and client TLS contexts.
Robert Ransom [Mon, 4 Oct 2010 01:14:08 +0000 (18:14 -0700)] 
Maintain separate server and client TLS contexts.

Fixes bug #988.

15 years agoRefactor tor_tls_context_new:
Robert Ransom [Fri, 1 Oct 2010 21:06:57 +0000 (14:06 -0700)] 
Refactor tor_tls_context_new:

* Make tor_tls_context_new internal to tortls.c, and return the new
  tor_tls_context_t from it.

* Add a public tor_tls_context_init wrapper function to replace it.

15 years agoAdd public_server_mode function.
Robert Ransom [Fri, 1 Oct 2010 07:07:10 +0000 (00:07 -0700)] 
Add public_server_mode function.

15 years agoCorrect a bogus comment.
Robert Ransom [Sat, 2 Oct 2010 07:31:45 +0000 (00:31 -0700)] 
Correct a bogus comment.

Whether or not OpenSSL reference-counts SSL_CTX objects is irrelevant;
what matters is that Tor reference-counts its wrapper objects for
SSL_CTXs.

15 years agoCorrect a couple of log messages in tortls.c
Robert Ransom [Sat, 2 Oct 2010 00:48:07 +0000 (17:48 -0700)] 
Correct a couple of log messages in tortls.c

15 years agoFix several comments in tortls.c
Robert Ransom [Fri, 1 Oct 2010 18:53:11 +0000 (11:53 -0700)] 
Fix several comments in tortls.c

15 years agoClarify PublishServerDescriptor even more
Nick Mathewson [Mon, 4 Oct 2010 16:58:20 +0000 (12:58 -0400)] 
Clarify PublishServerDescriptor even more

15 years agoMerge remote branch 'rransom/manpage-fixes' into maint-0.2.2
Nick Mathewson [Mon, 4 Oct 2010 16:56:05 +0000 (12:56 -0400)] 
Merge remote branch 'rransom/manpage-fixes' into maint-0.2.2

15 years agoMerge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson [Mon, 4 Oct 2010 16:32:35 +0000 (12:32 -0400)] 
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2

15 years agoUpdate to the October 1 2010 Maxmind GeoLite Country database.
Karsten Loesing [Mon, 4 Oct 2010 09:45:53 +0000 (11:45 +0200)] 
Update to the October 1 2010 Maxmind GeoLite Country database.

15 years agofix comment
Roger Dingledine [Fri, 1 Oct 2010 18:11:08 +0000 (14:11 -0400)] 
fix comment

15 years agolog when we guess our ip address, not just when we fail
Roger Dingledine [Fri, 1 Oct 2010 17:32:38 +0000 (13:32 -0400)] 
log when we guess our ip address, not just when we fail

15 years agobump to 0.2.2.17-alpha-dev
Roger Dingledine [Fri, 1 Oct 2010 08:59:11 +0000 (04:59 -0400)] 
bump to 0.2.2.17-alpha-dev

15 years agoretroactively declare the cbt fixes to be major
Roger Dingledine [Fri, 1 Oct 2010 08:53:23 +0000 (04:53 -0400)] 
retroactively declare the cbt fixes to be major

also put in release blurbs

15 years agoDescribe BridgeRelay and PublishServerDescriptor more correctly.
Robert Ransom [Fri, 1 Oct 2010 06:43:19 +0000 (23:43 -0700)] 
Describe BridgeRelay and PublishServerDescriptor more correctly.

15 years agoimprove rpm init script by borrowing from Debian tor-0.2.2.17-alpha
Erinn Clark [Fri, 1 Oct 2010 00:38:28 +0000 (17:38 -0700)] 
improve rpm init script by borrowing from Debian

15 years agoUpdate rpm spec file so that it will build without manual intervention on all rpm...
Erinn Clark [Sat, 21 Aug 2010 07:12:26 +0000 (00:12 -0700)] 
Update rpm spec file so that it will build without manual intervention on all rpm-based distributions

15 years agoAUTHORS doesn't exist, so stop trying to cp it. Add 'sudo' to a mv that needs higher...
Erinn Clark [Sat, 21 Aug 2010 07:07:04 +0000 (00:07 -0700)] 
AUTHORS doesn't exist, so stop trying to cp it. Add 'sudo' to a mv that needs higher permissions.

15 years agobump to 0.2.2.17-alpha
Roger Dingledine [Thu, 30 Sep 2010 21:49:11 +0000 (17:49 -0400)] 
bump to 0.2.2.17-alpha

15 years agowrite up a changelog file
Roger Dingledine [Thu, 30 Sep 2010 21:32:17 +0000 (17:32 -0400)] 
write up a changelog file

15 years agoAdd a changes file for the bug1912 fix
Sebastian Hahn [Thu, 30 Sep 2010 04:16:41 +0000 (06:16 +0200)] 
Add a changes file for the bug1912 fix

15 years agoNote an XXX about potential overflow
Sebastian Hahn [Thu, 30 Sep 2010 04:11:51 +0000 (06:11 +0200)] 
Note an XXX about potential overflow

15 years agoUse an upper and lower bound for bridge weights
Sebastian Hahn [Thu, 30 Sep 2010 04:10:56 +0000 (06:10 +0200)] 
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.

15 years agoFix check-spaces
Sebastian Hahn [Thu, 30 Sep 2010 04:10:25 +0000 (06:10 +0200)] 
Fix check-spaces

15 years agoMerge commit 'mikeperry/bug1772' into maint-0.2.2
Roger Dingledine [Thu, 30 Sep 2010 04:00:06 +0000 (00:00 -0400)] 
Merge commit 'mikeperry/bug1772' into maint-0.2.2

15 years agoNominaly lower the minimum timeout value to 1500.
Mike Perry [Thu, 30 Sep 2010 03:53:50 +0000 (20:53 -0700)] 
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.

15 years agoMerge branch 'bug1772' into maint-0.2.2
Roger Dingledine [Thu, 30 Sep 2010 03:52:18 +0000 (23:52 -0400)] 
Merge branch 'bug1772' into maint-0.2.2

15 years agofix two casts
Roger Dingledine [Thu, 30 Sep 2010 03:51:25 +0000 (23:51 -0400)] 
fix two casts

15 years agoComment network liveness and change detection behavior.
Mike Perry [Thu, 30 Sep 2010 02:35:40 +0000 (19:35 -0700)] 
Comment network liveness and change detection behavior.

15 years agono measurement circs if not enough build times
Roger Dingledine [Wed, 29 Sep 2010 22:05:10 +0000 (18:05 -0400)] 
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.

15 years agorefactor and recomment; no actual changes
Roger Dingledine [Wed, 29 Sep 2010 22:01:22 +0000 (18:01 -0400)] 
refactor and recomment; no actual changes

15 years agoMerge commit 'mikeperry/bug1739' into maint-0.2.2
Roger Dingledine [Wed, 29 Sep 2010 21:17:59 +0000 (17:17 -0400)] 
Merge commit 'mikeperry/bug1739' into maint-0.2.2

15 years agoMerge commit 'mikeperry/bug1740' into maint-0.2.2
Roger Dingledine [Wed, 29 Sep 2010 21:05:38 +0000 (17:05 -0400)] 
Merge commit 'mikeperry/bug1740' into maint-0.2.2

15 years agoAdd changes file.
Mike Perry [Wed, 29 Sep 2010 16:15:08 +0000 (09:15 -0700)] 
Add changes file.

15 years agoCap the circuit build timeout to the max time we've seen.
Mike Perry [Wed, 29 Sep 2010 17:06:31 +0000 (10:06 -0700)] 
Cap the circuit build timeout to the max time we've seen.

Also, cap the measurement timeout to 2X the max we've seen.

15 years agoDo away with the complexity of the network liveness detection.
Mike Perry [Wed, 29 Sep 2010 15:55:11 +0000 (08:55 -0700)] 
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.

15 years agoFix state checks on liveness handling.
Mike Perry [Wed, 29 Sep 2010 15:47:35 +0000 (08:47 -0700)] 
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.

15 years agoFix non-live condition checks.
Mike Perry [Wed, 29 Sep 2010 18:49:31 +0000 (11:49 -0700)] 
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.

15 years agoAdd changes file.
Mike Perry [Wed, 29 Sep 2010 09:37:53 +0000 (02:37 -0700)] 
Add changes file.

15 years agoSend control port events for timeouts.
Mike Perry [Sat, 24 Jul 2010 16:19:20 +0000 (18:19 +0200)] 
Send control port events for timeouts.

We now differentiate between timeouts and cutoffs by the REASON string and
the PURPOSE string.

15 years agoAdd changes file.
Mike Perry [Tue, 27 Jul 2010 16:30:52 +0000 (09:30 -0700)] 
Add changes file.

15 years agoOnly count timeout data for 3 hop circuits.
Mike Perry [Wed, 29 Sep 2010 18:41:27 +0000 (11:41 -0700)] 
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.

15 years agoeven more comment
Roger Dingledine [Wed, 29 Sep 2010 03:50:56 +0000 (23:50 -0400)] 
even more comment

15 years agoimprove code comments, based on comments from nick
Roger Dingledine [Wed, 29 Sep 2010 03:27:00 +0000 (23:27 -0400)] 
improve code comments, based on comments from nick

15 years agoa changelog entry for the entrynodes retry mess
Roger Dingledine [Wed, 29 Sep 2010 02:49:36 +0000 (22:49 -0400)] 
a changelog entry for the entrynodes retry mess

15 years agohandle ugly edge case in retrying entrynodes
Roger Dingledine [Wed, 29 Sep 2010 02:32:38 +0000 (22:32 -0400)] 
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.

15 years agoActually notice when our last entrynode goes down
Roger Dingledine [Wed, 29 Sep 2010 01:59:31 +0000 (21:59 -0400)] 
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.

15 years agooptimistically retry EntryNodes on socks request
Roger Dingledine [Fri, 24 Sep 2010 02:41:01 +0000 (22:41 -0400)] 
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.

15 years agoremove a redundant assert
Roger Dingledine [Fri, 24 Sep 2010 02:10:30 +0000 (22:10 -0400)] 
remove a redundant assert

15 years agorefactor; no actual changes
Roger Dingledine [Fri, 24 Sep 2010 02:10:13 +0000 (22:10 -0400)] 
refactor; no actual changes

15 years agoMerge branch 'maint-0.2.1' into maint-0.2.2
Roger Dingledine [Tue, 28 Sep 2010 22:37:55 +0000 (18:37 -0400)] 
Merge branch 'maint-0.2.1' into maint-0.2.2

15 years agoactually retry bridges when your network goes away
Roger Dingledine [Tue, 28 Sep 2010 22:36:15 +0000 (18:36 -0400)] 
actually retry bridges when your network goes away

15 years agoRemove the completely outdated Win32Build directory
Nick Mathewson [Tue, 28 Sep 2010 17:35:06 +0000 (13:35 -0400)] 
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.

15 years agoa dir-spec entry for refuseunknownexits
Roger Dingledine [Mon, 27 Sep 2010 22:32:09 +0000 (18:32 -0400)] 
a dir-spec entry for refuseunknownexits

plus quiet a log line

15 years agothe actual changelog entry this time
Roger Dingledine [Mon, 27 Sep 2010 21:44:51 +0000 (17:44 -0400)] 
the actual changelog entry this time

15 years agochangelog entry for bug1751
Roger Dingledine [Mon, 27 Sep 2010 21:44:00 +0000 (17:44 -0400)] 
changelog entry for bug1751

15 years agoMerge remote branch 'sebastian/bug1964' into maint-0.2.2
Nick Mathewson [Mon, 27 Sep 2010 21:26:32 +0000 (17:26 -0400)] 
Merge remote branch 'sebastian/bug1964' into maint-0.2.2

15 years agoFix a bridge segfault
Sebastian Hahn [Mon, 27 Sep 2010 21:15:43 +0000 (23:15 +0200)] 
Fix a bridge segfault

When we enabled support to change statistic options without restarting
Tor we forgot to initialize geoip_countries. Fix that.

15 years agoMerge branch 'refuseunknown' into maint-0.2.2
Nick Mathewson [Mon, 27 Sep 2010 21:15:57 +0000 (17:15 -0400)] 
Merge branch 'refuseunknown' into maint-0.2.2

15 years agoAdd RefuseUnknownExits to the manpage
Sebastian Hahn [Sat, 18 Sep 2010 12:48:21 +0000 (14:48 +0200)] 
Add RefuseUnknownExits to the manpage

15 years agoMerge branch 'bug1751_enabling' into maint-0.2.2
Nick Mathewson [Mon, 27 Sep 2010 21:08:03 +0000 (17:08 -0400)] 
Merge branch 'bug1751_enabling' into maint-0.2.2

15 years agoChange bug1751 enabling code based on comments from arma
Nick Mathewson [Mon, 27 Sep 2010 21:07:22 +0000 (17:07 -0400)] 
Change bug1751 enabling code based on comments from arma

15 years agoMerge remote branch 'public/bug1954' into maint-0.2.2
Nick Mathewson [Mon, 27 Sep 2010 19:39:40 +0000 (15:39 -0400)] 
Merge remote branch 'public/bug1954' into maint-0.2.2

15 years agoMerge branch 'bug1805' into maint-0.2.2
Nick Mathewson [Mon, 27 Sep 2010 16:25:32 +0000 (12:25 -0400)] 
Merge branch 'bug1805' into maint-0.2.2

15 years agoClean up some bug1805 comments based on arma's feedback
Nick Mathewson [Mon, 27 Sep 2010 16:23:49 +0000 (12:23 -0400)] 
Clean up some bug1805 comments based on arma's feedback

15 years agoMerge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2
Nick Mathewson [Mon, 27 Sep 2010 16:17:41 +0000 (12:17 -0400)] 
Merge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2

15 years agoAdd changelog for bug 1952.
Mike Perry [Sat, 25 Sep 2010 14:03:06 +0000 (07:03 -0700)] 
Add changelog for bug 1952.

15 years agoUpdate dir-spec.txt with new weight constraints.
Mike Perry [Sat, 25 Sep 2010 13:56:01 +0000 (06:56 -0700)] 
Update dir-spec.txt with new weight constraints.

15 years agoImplement new Wxx constraints.
Mike Perry [Sat, 25 Sep 2010 13:53:30 +0000 (06:53 -0700)] 
Implement new Wxx constraints.

Cases 1 and 3b are provably correct. Case 2b has a fallback to first try to
maximize entropy.

15 years agoConsistency issues in load_windows_system_library patch. Thanks Sebastian
Nick Mathewson [Fri, 24 Sep 2010 18:16:55 +0000 (14:16 -0400)] 
Consistency issues in load_windows_system_library patch. Thanks Sebastian

15 years agoMerge remote branch 'sebastian/continuation'
Nick Mathewson [Fri, 24 Sep 2010 17:43:55 +0000 (13:43 -0400)] 
Merge remote branch 'sebastian/continuation'

15 years agoNote that the torrc format doesn't need nl at end
Sebastian Hahn [Fri, 24 Sep 2010 11:32:27 +0000 (13:32 +0200)] 
Note that the torrc format doesn't need nl at end

15 years agoMerge branch 'bug1511'
Nick Mathewson [Fri, 24 Sep 2010 03:16:25 +0000 (23:16 -0400)] 
Merge branch 'bug1511'

15 years agoTweak continuation-and-comment logic
Nick Mathewson [Fri, 24 Sep 2010 02:58:04 +0000 (22:58 -0400)] 
Tweak continuation-and-comment logic

I think there was a read-off-the-end-of-the-buffer bug that I fixed.
At least I added some good comments, I hope.

15 years agoAdd new torrc line continuation unit tests
Sebastian Hahn [Thu, 23 Sep 2010 20:39:58 +0000 (22:39 +0200)] 
Add new torrc line continuation unit tests

We want to make sure that we don't break old torrc files that might have
used something like this made-up example:

    ContactInfo UberUser <uber@user.com> # /// Fake email! \\\
    Log info file /home/nick.mathewson/projects/tor-info.log

And we also want to support the following style of writing your torrc:

    ExcludeNodes \
    # Node1337 is run by the Bavarian Illuminati
      Node1337, \
    # The operator of Node99 looked at me funny
      Node99

The code already handles both cases, but the unit test should help prove
it.

15 years agoRename has_completed_circuit to can_complete_circuit
Nick Mathewson [Wed, 22 Sep 2010 05:52:57 +0000 (01:52 -0400)] 
Rename has_completed_circuit to can_complete_circuit

Also redocument it.  Related to #1362.

15 years agoMerge remote branch 'arma/bug1362'
Nick Mathewson [Wed, 22 Sep 2010 05:45:57 +0000 (01:45 -0400)] 
Merge remote branch 'arma/bug1362'

15 years agoChanges to bug1959_part1 on review from arma.
Nick Mathewson [Wed, 22 Sep 2010 05:30:23 +0000 (01:30 -0400)] 
Changes to bug1959_part1 on review from arma.

Significant one: we want to say "not enough entry nodes descriptors, so we
can't build circuits" only when we have 0 descriptors.

15 years agoMake our min-info check also check for entry node presence
Nick Mathewson [Tue, 21 Sep 2010 19:17:40 +0000 (15:17 -0400)] 
Make our min-info check also check for entry node presence

Part of a fix for bug1959

15 years agoEven more accurate handling for shifting accounting intervals
Nick Mathewson [Tue, 21 Sep 2010 18:59:43 +0000 (14:59 -0400)] 
Even more accurate handling for shifting accounting intervals

Roger correctly pointed out that my code was broken for accounting
periods that shifted forwards, since
start_of_accounting_period_containing(interval_start_time) would not
be equal to interval_start_time, but potentially much earlier.

15 years agoUse load_windows_system_library in place of LoadLibrary
Nick Mathewson [Tue, 21 Sep 2010 17:45:36 +0000 (13:45 -0400)] 
Use load_windows_system_library in place of LoadLibrary

15 years agoNew function to load windows system libraries
Nick Mathewson [Tue, 21 Sep 2010 17:07:11 +0000 (13:07 -0400)] 
New function to load windows system libraries

This function uses GetSystemDirectory() to make sure we load the version
of the library from c:\windows\system32 (or local equivalent) rather than
whatever version lives in the cwd.

15 years agoMerge branch 'bug1789'
Nick Mathewson [Tue, 21 Sep 2010 18:29:59 +0000 (14:29 -0400)] 
Merge branch 'bug1789'

15 years agoBug1789 cleanups suggested by arma
Nick Mathewson [Tue, 21 Sep 2010 18:02:04 +0000 (14:02 -0400)] 
Bug1789 cleanups suggested by arma

The significant one is that we look at RelayBandwidthRate if it is set.

15 years agolog when we finish a circuit after being offline
Roger Dingledine [Tue, 21 Sep 2010 06:16:43 +0000 (02:16 -0400)] 
log when we finish a circuit after being offline

15 years agoCorrect default for RendPostPeriod in docs
John Brooks [Tue, 21 Sep 2010 04:18:43 +0000 (22:18 -0600)] 
Correct default for RendPostPeriod in docs

15 years agoFirst cut of code to enable RefuseUnknownExits
Nick Mathewson [Tue, 21 Sep 2010 05:03:29 +0000 (01:03 -0400)] 
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.

15 years agoMerge branch 'bug1956'
Nick Mathewson [Tue, 21 Sep 2010 04:07:45 +0000 (00:07 -0400)] 
Merge branch 'bug1956'

15 years agochangelog entry for bug 1943
Roger Dingledine [Tue, 21 Sep 2010 01:32:18 +0000 (21:32 -0400)] 
changelog entry for bug 1943

15 years agoA start at a patch for bug 1943 (alignment issues)
Roger Dingledine [Mon, 20 Sep 2010 22:40:32 +0000 (18:40 -0400)] 
A start at a patch for bug 1943 (alignment issues)

15 years agoCount unknown authorities as unknown only once, not once per signature.
Nick Mathewson [Mon, 20 Sep 2010 17:33:57 +0000 (13:33 -0400)] 
Count unknown authorities as unknown only once, not once per signature.

Do not double-report signatures from unrecognized authorities both as
"from unknown authority" and "not present".  Fixes bug 1956, bugfix on
0.2.2.16-alpha.

15 years agoAttempt to fix compilation on Windows
Sebastian Hahn [Sun, 19 Sep 2010 11:09:47 +0000 (13:09 +0200)] 
Attempt to fix compilation on Windows

Our attempt to make compilation work on old versions of Windows
again while keeping wince compatibility broke the build for Win2k+.
helix reports this patch fixes the issue for WinXP. Bugfix on
0.2.2.15-alpha; related to bug 1797.

15 years agobump to 0.2.2.16-alpha-dev
Roger Dingledine [Fri, 17 Sep 2010 09:07:59 +0000 (05:07 -0400)] 
bump to 0.2.2.16-alpha-dev

15 years agobest tor ever! tor-0.2.2.16-alpha
Roger Dingledine [Fri, 17 Sep 2010 06:06:34 +0000 (02:06 -0400)] 
best tor ever!

15 years agoI hear we are close to a release. Clean up the whitespace.
Nick Mathewson [Thu, 16 Sep 2010 19:43:00 +0000 (15:43 -0400)] 
I hear we are close to a release.  Clean up the whitespace.

15 years agofold in the recent changes files
Roger Dingledine [Thu, 16 Sep 2010 17:45:54 +0000 (13:45 -0400)] 
fold in the recent changes files

15 years agoChange 'bugfix on' line for changes/bug1921.
Nick Mathewson [Thu, 16 Sep 2010 14:54:09 +0000 (10:54 -0400)] 
Change 'bugfix on' line for changes/bug1921.

Karsten says: "the ChangeLog should say it's a bugfix on
0.2.2.15-alpha, because enabling stats while Tor is running (which
leads to this false log message) is only possible since then."

Sounds right enough to me.  Tell me if I'm wrong.

15 years agoMerge remote branch 'sebastian/bug1921'
Nick Mathewson [Thu, 16 Sep 2010 14:52:43 +0000 (10:52 -0400)] 
Merge remote branch 'sebastian/bug1921'

15 years agoperconnbwrate and perconnbwburst consensus params
Roger Dingledine [Thu, 16 Sep 2010 04:17:39 +0000 (00:17 -0400)] 
perconnbwrate and perconnbwburst consensus params