Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin J. Thompson
Tor
Commits
63b91189
Commit
63b91189
authored
11 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
fold in recent changes entries
parent
6cf02b9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+18
-0
18 additions, 0 deletions
ChangeLog
changes/bug9400
+0
-7
0 additions, 7 deletions
changes/bug9400
changes/bug9671_023
+0
-5
0 additions, 5 deletions
changes/bug9671_023
changes/feature9574
+0
-7
0 additions, 7 deletions
changes/feature9574
with
18 additions
and
19 deletions
ChangeLog
+
18
−
0
View file @
63b91189
Changes in version 0.2.4.17-rc - 2013-09-0x
o Major features:
- Relays now process the new "NTor" circuit-level handshake requests
with higher priority than the old "TAP" circuit-level handshake
requests. We still process some TAP requests to not totally starve
0.2.3 clients when NTor becomes popular. A new consensus parameter
"NumNTorsPerTAP" lets us tune the balance later if we need to.
Implements ticket 9574.
o Major bugfixes:
- If the circuit build timeout logic is disabled (via the consensus,
or because we are an authority), then don't build testing circuits.
Fixes bug 9657; bugfix on 0.2.2.14-alpha.
- Bridges now send AUTH_CHALLENGE cells during their v3 handshakes;
previously they did not, which prevented them from receiving
successful connections from relays for self-test or bandwidth
...
...
@@ -12,6 +24,12 @@ Changes in version 0.2.4.17-rc - 2013-09-0x
next microdescriptor networkstatus. Fixes bug 9564; bugfix on
0.2.3.14-alpha.
o Minor bugfixes:
- Avoid double-closing the listener socket in our socketpair
replacement (used on Windows) in the case where the addresses on
our opened sockets don't match what we expected. Fixes bug 9400;
bugfix on every released Tor version. Found by Coverity.
o Minor fixes (config options):
- Avoid overflows when the user sets MaxCircuitDirtiness to a
ridiculously high value, by imposing a (ridiculously high) 30-day
...
...
This diff is collapsed.
Click to expand it.
changes/bug9400
deleted
100644 → 0
+
0
−
7
View file @
6cf02b9a
o Minor bugfixes:
- Avoid double-closing the listener socket in our socketpair replacement
(used on Windows) in the case where the addresses on our opened
sockets don't match what we expected. Fixes bug 9400; bugfix on
every released Tor version. Found by Coverity.
This diff is collapsed.
Click to expand it.
changes/bug9671_023
deleted
100644 → 0
+
0
−
5
View file @
6cf02b9a
o Major bugfixes:
- If the circuit build timeout logic is disabled (via the consensus,
or because we are an authority), then don't build testing circuits.
Fixes bug 9657; bugfix on 0.2.2.14-alpha.
This diff is collapsed.
Click to expand it.
changes/feature9574
deleted
100644 → 0
+
0
−
7
View file @
6cf02b9a
o Major features:
- Relays now process the new "NTor" circuit-level handshake requests
with higher priority than the old "TAP" circuit-level handshake
requests. We still process some TAP requests to not totally starve
0.2.3 clients when NTor becomes popular. A new consensus parameter
"NumNTorsPerTAP" lets us tune the balance later if we need to.
Implements ticket 9574.
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