| Commit message (Collapse) | Author | Age |
|
|
|
| |
0.1.2.2-alpha through 0.2.2.1-alpha with feature VERBOSE_NAMES turned off.
|
|
|
|
|
|
| |
The spec stated that support for the helper-nodes command would be removed
in 0.1.3.x, however support for this command is still in Tor. Updated the spec
to reflect this and added a node that the command is deprecated.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Several updates to grammars for events and GETINFO results. All relate
to the fact that LongName has replaced ServerID since 0.2.2.1-alpha. See
documentation of VERBOSE_NAMES for more information. The following
grammars were changed:
* orconn-status GETINFO result
* entry-guards GETINFO result
* Path general token
* OR Connection status changed event
* New descriptors available event
In all cases a note was added about when the old grammar applies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Made the wording of the comments consistant with token names.
Digest/Fingerprint and Name/Nickname were being used interchangeably.
Better to just use Fingerprint and Nickname becuase they are the names
of the tokens.
(2) Places the tokens currently in use before the tokens used in older
versions. ServerSpec should be documented before ServerID.
(3) Added a note to the comments about ServerID that cross reference
the VERBOSE_FEATURE, allowing users to see when and why ServerID was
replaced with LongName.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) On by default is a bad way to describe features. Rather, they
are always on and should be viewed as a part of the control
protocol. Updated the wording in USEFEATURE to reflect this.
(2) Made descriptions of Tor versions consistant across all
features. There is the version in which a feature was introduced and
the version in which it became part of the protocol.
(3) Reworded the description of the VERBOSE_NAMES feature. The
previous wording describes the way things used to be first. Better to
lead with the current state of things and then describe how it differs
from old versions.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2
defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a
changes file.
|
| | |
|
| |
| |
| |
| |
| | |
Jesse Adelman noticed that we don't currently describe what
happens very well.
|
| | |
|
| |
| |
| |
| |
| | |
Breaking this out of the last commit because this might be more
controversial.
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
| |
We decided to no longer ship expert packages for OS X because they're a
lot of trouble to keep maintained and confuse users. For those who want
a tor on OS X without Vidalia, macports is a fine option. Alternatively,
building from source is easy, too.
The polipo stuff that is still required for the Vidalia bundle build can
now be found in the torbrowser repository,
git://git.torproject.org/torbrowser.git.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
We now differentiate between timeouts and cutoffs by the REASON string and
the PURPOSE string.
|
| |
| |
| |
| | |
plus quiet a log line
|
|\ \ |
|
| | | |
|
|\ \ \ |
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| | |
|
| | | |
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| | |
aka update dir-spec.txt to reflect reality
|
|\ \ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In tor-spec.txt, instead of saying "nodes may X" instead say "Current
nodes do X; this is nonconformant. Clients should watch out for that."
Based on observations by wanoskarnet.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
At best, this patch helps us avoid sending queued relayed cells that
would get ignored during the time between when a destroy cell is
sent and when the circuit is finally freed. At worst, it lets us
release some memory a little earlier than it would otherwise.
Fix for bug #1184. Bugfix on 0.2.0.1-alpha.
|
| |/
|/| |
|
|\ \ |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
src/or/rephist.h
|
| |/ / |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Also add the NOROUTE reason to control-spec.
|
| | | | |
|
|\ \ \ \ |
|
| | |/ /
| |/| | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Fixes bug 1822
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
* doc/Makefile.am: Move $(VAR:MOD) expansions inside "if USE_ASCIIDOC".
* doc/Makefile.am: Use proper variable name for text input files.
* doc/Makefile.am: Initialize vars to empty when !USE_ASCIIDOC.
|
| | | |
|
| | | |
|