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
f56e3122
Commit
f56e3122
authored
12 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
fold in next changes items
parent
4a9498d6
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
+13
-2
13 additions, 2 deletions
ChangeLog
changes/bug5458
+0
-6
0 additions, 6 deletions
changes/bug5458
changes/bug5589
+0
-3
0 additions, 3 deletions
changes/bug5589
changes/doc_hush
+0
-3
0 additions, 3 deletions
changes/doc_hush
with
13 additions
and
14 deletions
ChangeLog
+
13
−
2
View file @
f56e3122
Changes in version 0.2.3.17-beta - 2012-06-1
?
Changes in version 0.2.3.17-beta - 2012-06-1
5
o Major features:
o Major features:
- Enable gcc and ld hardening by default. Resolves ticket 5210.
- Enable gcc and ld hardening by default. Resolves ticket 5210.
- Update TLS cipher list to match Firefox 8 and later. Resolves
- Update TLS cipher list to match Firefox 8 and later. Resolves
...
@@ -54,6 +54,8 @@ Changes in version 0.2.3.17-beta - 2012-06-1?
...
@@ -54,6 +54,8 @@ Changes in version 0.2.3.17-beta - 2012-06-1?
- Correct the manpage's descriptions for the default values of
- Correct the manpage's descriptions for the default values of
DirReqStatistics and ExtraInfoStatistics. Fixes bug 2865; bugfix
DirReqStatistics and ExtraInfoStatistics. Fixes bug 2865; bugfix
on 0.2.3.1-alpha.
on 0.2.3.1-alpha.
- Fix the documentation for the --hush and --quiet command line
options, which changed their behavior back in 0.2.3.3-alpha.
- Fix compilation warning with clang 3.1. Fixes bug 6141; bugfix on
- Fix compilation warning with clang 3.1. Fixes bug 6141; bugfix on
0.2.3.11-alpha.
0.2.3.11-alpha.
...
@@ -68,8 +70,17 @@ Changes in version 0.2.3.17-beta - 2012-06-1?
...
@@ -68,8 +70,17 @@ Changes in version 0.2.3.17-beta - 2012-06-1?
configured. This can cause surprising behavior: it doesn't send
configured. This can cause surprising behavior: it doesn't send
all of Tor's traffic over the HTTPProxy -- it sends unencrypted
all of Tor's traffic over the HTTPProxy -- it sends unencrypted
directory traffic only. Resolves ticket 4663.
directory traffic only. Resolves ticket 4663.
- Issue a notice if a guard completes less than 40% of your circuits.
Threshold is configurable by torrc option PathBiasNoticeRate and
consensus parameter pb_noticepct. There is additional, off-by-
default code to disable guards which fail too many circuits.
Addresses ticket 5458.
- Update to the June 6 2012 Maxmind GeoLite Country database.
- Update to the June 6 2012 Maxmind GeoLite Country database.
o Code simplifications and refactoring:
- Remove validate_pluggable_transports_config(): its warning
message is now handled by connection_or_connect().
Changes in version 0.2.2.37 - 2012-06-06
Changes in version 0.2.2.37 - 2012-06-06
Tor 0.2.2.37 introduces a workaround for a critical renegotiation
Tor 0.2.2.37 introduces a workaround for a critical renegotiation
...
@@ -217,7 +228,7 @@ Changes in version 0.2.3.16-alpha - 2012-06-05
...
@@ -217,7 +228,7 @@ Changes in version 0.2.3.16-alpha - 2012-06-05
network is disabled or the nameservers are unconfigurable. Fixes
network is disabled or the nameservers are unconfigurable. Fixes
bug 5916; bugfix on Tor 0.1.2.1-alpha (for the unconfigurable
bug 5916; bugfix on Tor 0.1.2.1-alpha (for the unconfigurable
nameserver case) and on 0.2.3.9-alpha (for the DisableNetwork case).
nameserver case) and on 0.2.3.9-alpha (for the DisableNetwork case).
- Don't hold a
w
indows file handle open for every file mapping;
- Don't hold a
W
indows file handle open for every file mapping;
the file mapping handle is sufficient. Fixes bug 5951; bugfix on
the file mapping handle is sufficient. Fixes bug 5951; bugfix on
0.1.2.1-alpha.
0.1.2.1-alpha.
- Avoid O(n^2) performance characteristics when parsing a large
- Avoid O(n^2) performance characteristics when parsing a large
...
...
This diff is collapsed.
Click to expand it.
changes/bug5458
deleted
100644 → 0
+
0
−
6
View file @
4a9498d6
o Minor features
- Issue a notice if a guard completes less than 40% of your circuits.
Threshold is configurable by torrc option PathBiasNoticeRate
and consensus parameter pb_noticepct. There is additional, off-by-
default code to disable guards which fail too many circuits.
Addresses ticket 5458.
This diff is collapsed.
Click to expand it.
changes/bug5589
deleted
100644 → 0
+
0
−
3
View file @
4a9498d6
o Code simplifications and refactoring:
- Remove validate_pluggable_transports_config(): its warning
message is now handled by connection_or_connect().
This diff is collapsed.
Click to expand it.
changes/doc_hush
deleted
100644 → 0
+
0
−
3
View file @
4a9498d6
o Documentation:
- Fix the documentation for the --hush and --quiet command line options,
which changed their behavior back in 0.2.3.3-alpha.
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