| Commit message (Expand) | Author | Age |
* | Clarify DirPort multiplicity•••Fix for #10470 as suggested by arma
| Nick Mathewson | 2013-12-23 |
* | Change documentation DirServer->DirAuthority•••We renamed the option, but we didn't actually fix it in the log
messages or the docs. This patch does that.
For #10124. Patch by sqrt2.
| Nick Mathewson | 2013-11-10 |
* | Merge remote-tracking branch 'public/bug9780_024_v2' into maint-0.2.4 | Nick Mathewson | 2013-10-31 |
|\ |
|
| * | Switch ECDHE group default logic for bridge/relay TLS•••According to the manpage, bridges use P256 for conformity and relays
use P224 for speed. But skruffy points out that we've gotten it
backwards in the code.
In this patch, we make the default P256 for everybody.
Fixes bug 9780; bugfix on 0.2.4.8-alpha.
| Nick Mathewson | 2013-10-08 |
* | | Clarify who learns about ContactInfo.•••Explicitly include bridges, and note that we archive and publish all
descriptors.
(We are not yet publishing ContactInfo lines contained in bridge
descriptors, but maybe we'll want to do that soon, so let's err on the
side of caution here.)
Related to #9854.
| Karsten Loesing | 2013-10-09 |
|/ |
|
* | Anchors for options (re#9866) | Peter Palfrader | 2013-10-08 |
* | Get ready to stop sending timestamps in INTRODUCE cells•••For now, round down to the nearest 10 minutes. Later, eliminate entirely by
setting a consensus parameter.
(This rounding is safe because, in 0.2.2, where the timestamp mattered,
REND_REPLAY_TIME_INTERVAL was a nice generous 60 minutes.)
| Nick Mathewson | 2013-09-20 |
* | Document that disabledebuggerattachment prevents cores | Nick Mathewson | 2013-09-19 |
* | Document the correct loglevel for the heartbeat message | Nick Mathewson | 2013-08-16 |
* | NumDirectoryGuards now tracks NumEntryGuards by default•••Now a user who changes only NumEntryGuards will get the behavior she
expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha.
| Roger Dingledine | 2013-07-30 |
* | fix typo | Roger Dingledine | 2013-07-18 |
* | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4•••Conflicts:
src/or/config.c
src/or/relay.c
| Nick Mathewson | 2013-06-18 |
|\ |
|
| * | Implement a real OOM-killer for too-long circuit queues.•••This implements "algorithm 1" from my discussion of bug #9072: on OOM,
find the circuits with the longest queues, and kill them. It's also a
fix for #9063 -- without the side-effects of bug #9072.
The memory bounds aren't perfect here, and you need to be sure to
allow some slack for the rest of Tor's usage.
This isn't a perfect fix; the rest of the solutions I describe on
codeable.
| Nick Mathewson | 2013-06-18 |
* | | Fix two cut'n'paste docu bugs. | Linus Nordberg | 2013-06-05 |
* | | Manpage: refer to ExcludeExitNodes, not the nonexistent ExcludeEntryNodes•••Spotted on tor-talk by "hamahangi".
| Nick Mathewson | 2013-04-13 |
* | | Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4•••Conflicts:
doc/tor.1.txt
src/or/config.c
src/or/connection.c
| Nick Mathewson | 2013-04-11 |
|\ \ |
|
| * | | Per-SOCKSPort configuration for bug 8117 fix.•••This might be necessary if the bug8117 fix confuses any applications.
Also add a changes file.
| Nick Mathewson | 2013-03-20 |
| |/ |
|
* | | Tighten prose in 8590 manpage fix | Nick Mathewson | 2013-03-27 |
* | | First try on ticket 8590 | Patrick R McDonald | 2013-03-27 |
* | | Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAG•••This adds a new option to fix bug 8508 which broke chutney
networks. The bug was introduced by 317d16de.
| Nick Mathewson | 2013-03-20 |
* | | Merge branch 'bug8240_v2_squashed' into maint-0.2.4•••Conflicts:
doc/tor.1.txt
src/or/circuitbuild.c
src/or/config.c
src/or/or.h
| Nick Mathewson | 2013-03-19 |
|\ \ |
|
| * | | Drop the minimum guard lifetime back down to one month•••Mike believes that raising the default to 2 months with no way to lower
it may create horrible load-balancing issues.
| Nick Mathewson | 2013-03-19 |
| * | | Document the GuardLifetime option | Nick Mathewson | 2013-03-19 |
| * | | Make the guard lifetime configurable and adjustable via the consensus•••Fixes 8240.
(Don't actually increase the default guard lifetime. It seems likely to
break too many things if done precipitiously.)
| Nick Mathewson | 2013-03-19 |
| |/ |
|
* | | Merge remote-tracking branch 'public/bug8290' into maint-0.2.4 | Nick Mathewson | 2013-03-18 |
|\ \ |
|
| * | | Remove some lingering tsocks cruft.•••Now the manpages no longer refer to tsocks or tsocks.conf, and we no
longer have or ship a tor-tsocks.conf. The only remaining instances
of "tsocks" in our repository are old ChangeLog and ReleaseNotes
entries, and the torify script saying that it doesn't support tsocks.
Fixes bug 8290.
| Nick Mathewson | 2013-02-27 |
* | | | randomize SSLKeyLifetime by default•••resolves ticket 8443.
| Roger Dingledine | 2013-03-10 |
|/ / |
|
* | | Document (on man page) which DNS record types Tor knows.•••Fixes bug 7876
| Nick Mathewson | 2013-02-19 |
* | | tor.1: Specify what Auto means for RefuseUnknownExits in more detail | Peter Palfrader | 2013-02-12 |
* | | Merge remote-tracking branch 'arma/bug7054' | Nick Mathewson | 2013-02-07 |
|\ \ |
|
| * | | Say "KBytes" rather than "KB" in the man page•••(for various values of K), to further reduce confusion about whether
Tor counts in units of memory or fractions of units of memory. Fixes
bug 7054.
| Roger Dingledine | 2012-10-06 |
* | | | Update manpage for new pathbias use thresholds. | Mike Perry | 2013-02-04 |
* | | | Merge remote-tracking branch 'public/feature7706' | Nick Mathewson | 2013-02-01 |
|\ \ \ |
|
| * | | | Document the ?? country code. | Nick Mathewson | 2013-01-30 |
| * | | | When excluding nodes by country, exclude {??} and {A1} too•••This is ticket 7706, reported by "bugcatcher." The rationale here
is that if somebody says 'ExcludeNodes {tv}', then they probably
don't just want to block definitely Tuvaluan nodes: they also want
to block nodes that have unknown country, since for all they know
such nodes are also in Tuvalu.
This behavior is controlled by a new GeoIPExcludeUnknown autobool
option. With the default (auto) setting, we exclude ?? and A1 if
any country is excluded. If the option is 1, we add ?? and A1
unconditionally; if the option is 0, we never add them.
(Right now our geoip file doesn't actually seem to include A1: I'm
including it here in case it comes back.)
This feature only takes effect if you have a GeoIP file. Otherwise
you'd be excluding every node.
| Nick Mathewson | 2013-01-17 |
* | | | | Refactor the scaling parameter fetching into a single function.•••Also, deprecate the torrc options for the scaling values. It's unlikely anyone
but developers will ever tweak them, even if we provided a single ratio value.
| Mike Perry | 2013-02-01 |
* | | | | Merge branch 'bug5956_squashed' | Nick Mathewson | 2013-01-30 |
|\ \ \ \ |
|
| * | | | | Parameterize FRAC_USABLE_NEEDED for fraction of circuits•••Instead of hardcoding the minimum fraction of possible paths to 0.6, we
take it from the user, and failing that from the consensus, and
failing that we fall back to 0.6.
| Nick Mathewson | 2013-01-30 |
| |/ / / |
|
* | | | | Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/tor | Andrea Shepard | 2013-01-28 |
|\ \ \ \ |
|
| * | | | | Document path use bias options in the manpage. | Mike Perry | 2013-01-18 |
| |/ / / |
|
* / / / | Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelay•••The right way to set "MaxOnionsPending" was to adjust it until the
processing delay was appropriate. So instead, let's measure how long
it takes to process onionskins (sampling them once we have a big
number), and then limit the queue based on its expected time to
finish.
This change is extra-necessary for ntor, since there is no longer a
reasonable way to set MaxOnionsPending without knowing what mix of
onionskins you'll get.
This patch also reserves 1/3 of the onionskin spots for ntor
handshakes, on the theory that TAP handshakes shouldn't be allowed to
starve their speedier cousins. We can change this later if need be.
Resolves 7291.
| Nick Mathewson | 2013-01-03 |
|/ / / |
|
* | | | Merge branch 'ntor-resquashed'•••Conflicts:
src/or/cpuworker.c
src/or/or.h
src/test/bench.c
| Nick Mathewson | 2013-01-03 |
|\ \ \ |
|
| * | | | Document UseNTorHandshake | Nick Mathewson | 2013-01-03 |
* | | | | Merge remote-tracking branch 'mikeperry/209-path-bias-changes' | Nick Mathewson | 2012-12-25 |
|\ \ \ \ |
|
| * | | | | Update manpage. | Mike Perry | 2012-12-10 |
| * | | | | Update manpage for new PathBias torrc options. | Mike Perry | 2012-12-07 |
* | | | | | Add documentation for directory guard options | Nick Mathewson | 2012-12-25 |
* | | | | | Make ECDHE group configurable: 224 for public, 256 for bridges (default) | Nick Mathewson | 2012-12-25 |
* | | | | | Document PreferIPv6Automap in the manpage | Nick Mathewson | 2012-12-17 |
* | | | | | Build and test most of the machinery needed for IPv6 virtualaddrmaps•••With an IPv6 virtual address map, we can basically hand out a new
IPv6 address for _every_ address we connect to. That'll be cool, and
will let us maybe get around prop205 issues.
This uses some fancy logic to try to make the code paths in the ipv4
and the ipv6 case as close as possible, and moves to randomly
generated addresses so we don't need to maintain those stupid counters
that will collide if Tor restarts but apps don't.
Also has some XXXX items to fix to make this useful. More design
needed.
| Nick Mathewson | 2012-12-17 |