summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-12-01
|\ \ \ \ | | |/ / | |/| |
| * | | Specified grammars for orconn-status and entry-guards for Tor versions ↵Poet (Tim Sally)2010-12-01
| | | | | | | | | | | | | | | | 0.1.2.2-alpha through 0.2.2.1-alpha with feature VERBOSE_NAMES turned off.
| * | | Correct information about support for guards being called helper nodes.Poet (Tim Sally)2010-12-01
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Correct grammars to reflect that VERBOSE_NAMES is part of the protocol.Poet (Tim Sally)2010-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Several changes to the way tokens describing servers are documented.Poet (Tim Sally)2010-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
| * | | Clarify description of FEATURES in control-spec.Poet (Tim Sally)2010-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-12-01
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2010-12-01
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: doc/Makefile.am
* | | | Add some caveats to the signal eventNick Mathewson2010-11-19
| | | |
* | | | Add a SIGNAL event for control connectionsJohn Brooks2010-11-19
| | | | | | | | | | | | | | | | Implements ticket #1955
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: src/or/config.c src/or/cpuworker.c
| * | | Merge remote branch 'sebastian/manpagefixups' into maint-0.2.2Nick Mathewson2010-11-15
| |\ \ \
| | * | | Change Natd into NATD in our options.Sebastian Hahn2010-11-10
| |/ / / | | | | | | | | | | | | | | | | Breaking this out of the last commit because this might be more controversial.
* | | | Merge remote branch 'karsten/enhancement1883'Nick Mathewson2010-11-12
|\ \ \ \
| * | | | Add GeoIP file digest to extra-info descriptor.Karsten Loesing2010-11-09
| | | | |
* | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-11
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | Conflicts: configure.in
* | | | Merge branch 'loggranularity'Nick Mathewson2010-11-08
|\ \ \ \
| * | | | Make logging resolution configurable.Karsten Loesing2010-10-04
| | | | | | | | | | | | | | | | | | | | Implements enhancement 1668.
* | | | | Merge branch 'nodes'Nick Mathewson2010-10-13
|\ \ \ \ \ | |/ / / /
* | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-04
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
* | | | Merge remote branch 'sebastian/fw-helper-manpage'Nick Mathewson2010-09-30
|\ \ \ \
* | | | | renumber, clean whitespaceRoger Dingledine2010-09-30
| | | | |
* | | | | give steven's everybody-a-bridge proposal a numberRoger Dingledine2010-09-30
| | | | |
* | | | | Add comments from nickm and arma, from IRCSteven Murdoch2010-09-30
| | | | |
* | | | | Add algorithm and rationale for performance measurementSteven Murdoch2010-09-30
| | | | |
* | | | | In the migration plan, mention how to prevent overloading the bridge authoritySteven Murdoch2010-09-30
| | | | |
* | | | | Integrate more feedback from IRCSteven Murdoch2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - For now we are only talking about moving clients to be bridges - Some questions on how we should inform users
* | | | | Add some open questions, and mention Roger's idea about asking for consent ↵Steven Murdoch2010-09-30
| | | | | | | | | | | | | | | | | | | | via email
* | | | | Note that we only can't handle automatic demotion. Users can always change ↵Steven Murdoch2010-09-30
| | | | | | | | | | | | | | | | | | | | their state manually.
* | | | | Change "server" to "relay", so as to match existing terminologySteven Murdoch2010-09-30
| | | | |
* | | | | Start idea xxx-automatic-node-promotionSteven Murdoch2010-09-30
|/ / / / | | | | | | | | | | | | | | | | - Initial draft of overview and motivation - Start of design
* | | | Changes to tor-fw-helper, some based on Nick's reviewJacob Appelbaum2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MINIUPNPC rather than the generic UPNP * Nick suggested a better abstraction model for tor-fw-helper * Fix autoconf to build with either natpmp or miniupnpc * Add AM_PROG_CC_C_O to fix automake complaint * update spec to address nickm's concern * refactor nat-pmp to match upnp state * we prefer tor_snprintf to snprintf * link properlty for tor_snprintf * rename test_commandline_options to log_commandline_options * cast this uint as an int * detect possible FD_SETSIZE errors * make note about future enhancements for natpmp * add upnp enhancement note * ChangeLog entry * doxygen and check-spaces cleanup * create tor-fw-helper.1.txt
* | | | First implementation of tor-fw-helper.Jacob Appelbaum2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor-fw-helper is a command-line tool to wrap and abstract various firewall port-forwarding tools. This commit matches the state of Jacob's tor-fw-helper branch as of 23 September 2010. (commit msg by Nick)
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-29
|\ \ \ \ | |/ / /
| * | | Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine2010-09-29
| |\ \ \
| | * | | Send control port events for timeouts.Mike Perry2010-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string.
* | | | | Remove the has_old_dnsworkers flag.Nick Mathewson2010-09-28
|/ / / /
* | | | a dir-spec entry for refuseunknownexitsRoger Dingledine2010-09-27
| | | | | | | | | | | | | | | | plus quiet a log line
* | | | Merge branch 'refuseunknown' into maint-0.2.2Nick Mathewson2010-09-27
|\ \ \ \ | |/ / /
* | | | Merge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2Nick Mathewson2010-09-27
|\ \ \ \
| * | | | Update dir-spec.txt with new weight constraints.Mike Perry2010-09-27
| |/ / /
* | | | Merge remote branch 'sebastian/continuation'Nick Mathewson2010-09-24
|\ \ \ \ | |/ / / |/| | |
* | | | perconnbwrate and perconnbwburst consensus paramsRoger Dingledine2010-09-16
| | | |
* | | | circwindow consensus param != CircWindowRoger Dingledine2010-09-15
| | | | | | | | | | | | | | | | aka update dir-spec.txt to reflect reality
* | | | Merge branch 'bug1184'Nick Mathewson2010-09-15
|\ \ \ \ | |/ / / |/| | |
| * | | tor-spec.txt tweaks from armaNick Mathewson2010-09-15
| | | |
| * | | Make tor-spec wording easier to understandSebastian Hahn2010-08-03
| | | |
| * | | Clarify that TRUNCATE behavior isn't as-intendedNick Mathewson2010-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Clear cell queues when marking or truncating a circuit.Nick Mathewson2010-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge commit 'karsten/rendspec-koryk'Nick Mathewson2010-08-25
|\ \ \ \