summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-07-14Alter how guard flags are chosen.Mike Perry
V3 authorities no longer decide not to vote on Guard+Exit. The bandwidth weights should take care of this now. Also, lower the max threshold for WFU to 0.98, to allow more nodes to become guards.
2010-07-14fetching a directory on sighup is years out of dateRoger Dingledine
2010-07-06Remove TODO items that are either done or moved to the trackerNick Mathewson
2010-06-29Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson
2010-06-25Make spec docs reference RFC2119Nick Mathewson
Now people will have no excuse for not knowing what "MUST" and "MAY" mean. Fixes bug 1310.
2010-06-15Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.Mike Perry
2010-06-11Merge commit 'sjmurdoch/xxx-using-spdy'Nick Mathewson
2010-06-11Merge commit 'sebastian/hostnamewarn'Nick Mathewson
2010-06-09Update spec with new right-censored pareto estimators.Mike Perry
2010-06-07In asciidoc-helper.sh, be more verbose when a2x fails.Nick Mathewson
Previously, we said (more or less), "a2x is broken and here's how you could try to fix it". Instead, we now say "We need a2x to build manpages; a2x didn't work; here is a fix that might work for you; alternatively you could just skip manpage building." Addresses bug 1524. Also, give the message as a here-document rather than a bunch of echos.
2010-06-07Add option to not warn when getting an IP instead of hostnameSebastian Hahn
2010-06-01Clean up "Address" documentation even harder.Nick Mathewson
2010-05-10Bug 1296: Add option+logic to disable CBT learning.Mike Perry
There are now four ways that CBT can be disabled: 1. Network-wide, with the cbtdisabled consensus param. 2. Via config, with "LearnCircuitBuildTimeout 0" 3. Via config, with "AuthoritativeDirectory 1" 4. Via a state file write failure.
2010-05-10Update path-spec.txt with contents of proposal 151.Mike Perry
2010-05-10Add a TIMEOUT_RATE keyword to buildtimeout event.Mike Perry
2010-05-02Clarify the implications of the "Address" optionSebastian Hahn
Fixes bug 1381
2010-04-27check-speces is a typo.Sebastian Hahn
2010-04-27Add new sections to the HACKING fileNick Mathewson
The main changes are to explain how we use git branches, how we use changes files, and what should go into a patch. Putting these in HACKING means that we shouldn't need to constantly refer to the or-dev emails where we explain this stuff.
2010-04-16Convert HACKING file to asciidoc: I am tired of re-numbering the sections.Nick Mathewson
2010-04-13Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsecNick Mathewson
Everything that accepted the 'Circ' name handled it wrong, so even now that we fixed the handling of the parameter, we wouldn't be able to set it without making all the 0.2.2.7..0.2.2.10 relays act wonky. This patch makes Tors accept the 'Circuit' name instead, so we can turn on circuit priorities without confusing the versions that treated the 'Circ' name as occasion to act weird.
2010-03-30Mention libxml2-utils in our asciidoc dependenciesSebastian Hahn
Zax from #tor noticed that while we list docbook-xsl and docbook-xml in our helpful error text when making the docs fails, we forgot to also list libxml2-utils. Let's add that.
2010-03-21Add a missing NL to dir-spec.Nick Mathewson
Found by Oğuz
2010-03-15fix some dangling refs in dirspecNick Mathewson
2010-03-14Update idea xxx-using-spdy, based on or-dev discussionSteven Murdoch
- Mention potentially negative consequence of server push, combined with client caching - Make the new cell type more generic, allowing other types of exit-side transforms (suggested by nickm) See http://archives.seul.org/or/dev/Feb-2010/msg00000.html
2010-03-13Clarify title of section 3.3Nick Mathewson
2010-03-12Add new idea: Using the SPDY protocol to improve Tor performanceSteven Murdoch
2010-03-09Document possibility of "unknown" version state.Nick Mathewson
reported by atagar; fixes bug 1289.
2010-03-09Don't require asciidoc when building Tor from a tarballSebastian Hahn
If asciidoc is required, the user receives an error message telling them about the --disable-asciidoc configure switch and the build breaks.
2010-03-05Clarify that CRLF means "A CR then an LF". Explain what those are.Nick Mathewson
Apparently this is not as obvious as I thought.
2010-03-04Merge commit 'sebastian/manpage'Nick Mathewson
2010-03-03Add proposal 170 "Configuration options regarding circuit building"Sebastian Hahn
2010-03-02Note an exception to when we use OutboundBindAddressPeter Palfrader
2010-03-01Add configure switch to disable use of asciidocSebastian Hahn
Also break the build if that switch isn't used and asciidoc isn't available.
2010-03-01Simplify asciidoc-helperSebastian Hahn
We don't need sed for our string manipulation, so let's get rid of it. Suggested by weasel.
2010-03-01Ship the asciidoc-helper file in our tarballsSebastian Hahn
Otherwise, the build process breaks when one of the .1.txt gets a new mtime. Suggested by weasel.
2010-02-25Merge remote branch 'mikeperry/consensus-bw-weights5-merge'Nick Mathewson
Conflicts: ChangeLog
2010-02-25Update dir-spec.txt with begin_dir weights.Mike Perry
2010-02-25Restrict PerConnBWRate|Burst to INT32_MAX, update manpageSebastian Hahn
All other bandwidthrate settings are restricted to INT32_MAX, but this check was forgotten for PerConnBWRate and PerConnBWBurst. Also update the manpage to reflect the fact that specifying a bandwidth in terabytes does not make sense, because that value will be too large.
2010-02-22Update consensus methods in spec.Mike Perry
2010-02-22Mark 160 and 161 as Finished.tor-0.2.2.9-alphaNick Mathewson
2010-02-22Update specs for weight computation and use.Mike Perry
2010-02-22elevate a changelog entry, and get my mailto out of the man pageRoger Dingledine
2010-02-22Update the osx dmg creation instructionsSebastian Hahn
Make sure we follow basic whitespace sanity principles, update a few links
2010-02-21minor fixes in proposal 169Roger Dingledine
still need to finish reading it, but so far so good
2010-02-18Allow "EXTENDCIRCUIT 0" to omit a path.Mike Perry
2010-02-18Add BUILDTIMEOUT_SET event for CBT stress testing.Mike Perry
2010-02-17add in the apple incantations to get tls renegotiation to work.Andrew Lewman
2010-02-17fix the win32 build instructions for openssl.Andrew Lewman
2010-02-16Remove legacy files from main source distributionSebastian Hahn
The AUTHORS file was pretty outdated. Its contents moved onto the people page. Design paper and roadmaps moved to the projects directory in svn.
2010-02-11Clean up whitespaceNick Mathewson