Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-01 | Specified grammars for orconn-status and entry-guards for Tor versions ↵ | Poet (Tim Sally) | |
0.1.2.2-alpha through 0.2.2.1-alpha with feature VERBOSE_NAMES turned off. | |||
2010-12-01 | Correct information about support for guards being called helper nodes. | Poet (Tim Sally) | |
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. | |||
2010-12-01 | Correct grammars to reflect that VERBOSE_NAMES is part of the protocol. | Poet (Tim Sally) | |
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. | |||
2010-12-01 | Several changes to the way tokens describing servers are documented. | Poet (Tim Sally) | |
(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. | |||
2010-12-01 | Clarify description of FEATURES in control-spec. | Poet (Tim Sally) | |
(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. | |||
2010-11-15 | Make the coducmentation for SingleHop stuff slightly more dire | Nick Mathewson | |
2010-11-15 | Merge remote branch 'sebastian/manpagefixups' into maint-0.2.2 | Nick Mathewson | |
2010-11-10 | Document hs dht min uptime change in privnets | Sebastian Hahn | |
In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2 defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a changes file. | |||
2010-11-10 | Document the AllowSingleHopExits option | Sebastian Hahn | |
2010-11-10 | Improve documentation for RelayBandwdith* options | Sebastian Hahn | |
Jesse Adelman noticed that we don't currently describe what happens very well. | |||
2010-11-10 | Add V3BandwidthsFile to the manpage | Sebastian Hahn | |
2010-11-10 | Change Natd into NATD in our options. | Sebastian Hahn | |
Breaking this out of the last commit because this might be more controversial. | |||
2010-11-10 | Fix a typo in the manpage | Sebastian Hahn | |
2010-11-10 | Remove everything related to os x expert package | Sebastian Hahn | |
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. | |||
2010-10-04 | Clarify PublishServerDescriptor even more | Nick Mathewson | |
2010-09-30 | Describe BridgeRelay and PublishServerDescriptor more correctly. | Robert Ransom | |
2010-09-29 | Merge commit 'mikeperry/bug1739' into maint-0.2.2 | Roger Dingledine | |
2010-09-29 | Send control port events for timeouts. | Mike Perry | |
We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string. | |||
2010-09-27 | a dir-spec entry for refuseunknownexits | Roger Dingledine | |
plus quiet a log line | |||
2010-09-27 | Merge branch 'refuseunknown' into maint-0.2.2 | Nick Mathewson | |
2010-09-27 | Add RefuseUnknownExits to the manpage | Sebastian Hahn | |
2010-09-27 | Merge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2 | Nick Mathewson | |
2010-09-27 | Update dir-spec.txt with new weight constraints. | Mike Perry | |
2010-09-24 | Merge remote branch 'sebastian/continuation' | Nick Mathewson | |
2010-09-21 | Correct default for RendPostPeriod in docs | John Brooks | |
2010-09-16 | perconnbwrate and perconnbwburst consensus params | Roger Dingledine | |
2010-09-15 | circwindow consensus param != CircWindow | Roger Dingledine | |
aka update dir-spec.txt to reflect reality | |||
2010-09-15 | Merge branch 'bug1184' | Nick Mathewson | |
2010-09-15 | tor-spec.txt tweaks from arma | Nick Mathewson | |
2010-09-12 | Initial oprofile instructions based on original by weasel. | Nick Mathewson | |
2010-09-11 | Document multiline options in the manpage | Sebastian Hahn | |
2010-08-25 | Merge commit 'karsten/rendspec-koryk' | Nick Mathewson | |
2010-08-18 | Merge commit 'karsten/dirbytes2' | Nick Mathewson | |
Conflicts: src/or/rephist.h | |||
2010-08-18 | Count bytes we spend on answering directory requests. | Karsten Loesing | |
2010-08-17 | Add koryk's modifications to rend-spec. | Karsten Loesing | |
2010-08-15 | Merge commit 'sebastian/misc-reason' | Nick Mathewson | |
2010-08-15 | Merge commit 'karsten/stats-manpage' | Nick Mathewson | |
2010-08-15 | Update man page, now that *Statistics can be changed while Tor is running. | Karsten Loesing | |
2010-08-13 | minor formatting / comment fixes | Roger Dingledine | |
2010-08-12 | Fix url in rend-spec | Sebastian Hahn | |
Fixes bug 1822 | |||
2010-08-12 | doc/HACKING: Explain how to find when a given change was introduced | Chris Ball | |
2010-08-12 | Fix a typo in control-spec | Sebastian Hahn | |
2010-08-11 | Bug #1773: Revert bad fix (4ef609b8) and do it properly. | Linus Nordberg | |
* 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. | |||
2010-08-04 | Retry streams that ended with NOROUTE error | Sebastian Hahn | |
Also add the NOROUTE reason to control-spec. | |||
2010-08-03 | Clarify that implementation is for discussion of implementation | Nick Mathewson | |
2010-08-03 | Add proposal 174 from Ian Goldberg: Optimistic Data for Tor: Server Side | Nick Mathewson | |
2010-08-03 | Bless two proposals from Damian Johnson as 172 and 173. | Nick Mathewson | |
(Leaving a gap for the proposal Jake blessed as 171.) | |||
2010-08-03 | Make tor-spec wording easier to understand | Sebastian Hahn | |
2010-08-03 | Introduce END_STREAM_REASON_NOROUTE | Sebastian Hahn | |
2010-08-03 | Merge commit 'sebastian/distcheck' | Nick Mathewson | |