Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
debian
tor
Commits
0d0509f6
Commit
0d0509f6
authored
10 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Reflow 0.2.5.5-alpha changelog
parent
2631c0cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+13
-14
13 additions, 14 deletions
ChangeLog
with
13 additions
and
14 deletions
ChangeLog
+
13
−
14
View file @
0d0509f6
Changes in version 0.2.5.5-alpha - 2014-06-1?
Tor 0.2.5.5-alpha fixes a wide variety of remaining issues in the Tor
0.2.5.x release series, including a couple of DoS issues, some
performance regressions, a large number of bugs affecting the
Linux
seccomp2 sandbox code, and various other bugfixes. It also adds
performance regressions, a large number of bugs affecting the
Linux
seccomp2 sandbox code, and various other bugfixes. It also adds
diagnostic bugfixes for a few tricky issues that we're trying to
track down.
...
...
@@ -13,8 +13,8 @@ Changes in version 0.2.5.5-alpha - 2014-06-1?
sent over the connection, regardless of the target of the
connection. Now, we randomize the intervals by adding up to 50% of
their base value, we measure the length of time since connection
last had at least one circuit, and we allow connections to
known
ORs to remain open a little longer (15 minutes instead of 3
last had at least one circuit, and we allow connections to
known
ORs to remain open a little longer (15 minutes instead of 3
minutes minimum). These changes should improve Tor's resistance
against some kinds of traffic analysis, and lower some overhead
from needlessly closed connections. Fixes ticket 6799.
...
...
@@ -44,10 +44,9 @@ Changes in version 0.2.5.5-alpha - 2014-06-1?
o Major bugfixes (relay):
- Use a direct dirport connection when uploading non-anonymous
descriptors to the directory authorities. Previously,
relays would incorrectly use tunnel connections under a fairly
wide variety of circumstances. Fixes bug 11469; bugfix
on 0.2.4.3-alpha.
descriptors to the directory authorities. Previously, relays would
incorrectly use tunnel connections under a fairly wide variety of
circumstances. Fixes bug 11469; bugfix on 0.2.4.3-alpha.
- When a circuit accidentally has the same circuit ID for its
forward and reverse direction, correctly detect the direction of
cells using that circuit. Previously, this bug made roughly one
...
...
@@ -110,12 +109,12 @@ Changes in version 0.2.5.5-alpha - 2014-06-1?
o Minor bugfixes (performance):
- Avoid a bug where every successful connection made us recompute
the flag telling us whether we have sufficient information to
build circuits. Previously, we would forget our cached value
whenever we
successfully opened a channel (or marked a router as
running or
not running for any other reason), regardless of
whether we had
previously believed the router to be running. This
forced us to
run an expensive update operation far too often.
Fixes bug 12170;
bugfix on 0.1.2.1-alpha.
build circuits. Previously, we would forget our cached value
whenever we
successfully opened a channel (or marked a router as
running or
not running for any other reason), regardless of
whether we had
previously believed the router to be running. This
forced us to
run an expensive update operation far too often.
Fixes bug 12170;
bugfix on 0.1.2.1-alpha.
- Avoid using tor_memeq() for checking relay cell integrity. This
removes a possible performance bottleneck. Fixes part of bug
12169; bugfix on 0.2.1.31.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment