summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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-13Clarify title of section 3.3Nick Mathewson
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
2010-02-11updated win32 build instructions with new mingw and msys versions.Andrew Lewman
2010-02-11clean up the documentation, break out sections for osx compiles.Andrew Lewman
2010-01-29Clarify a paragraph in prop 169.Nick Mathewson
2010-01-28Make sure docdir is defined when making doc/Sebastian Hahn
Apparently some autoconf versions need this, while others don't. This means documentation will be installed into share/doc/tor/.
2010-01-28Fix building the tarballSebastian Hahn
This removes the Makefile.am from doc/design-paper and replaces it with a static Makefile. We don't need to call it during the normal Tor build process, as we don't need its targets normally. Keeping it around in case we want to rebuild the pdf or ps files later.
2010-01-28The name for the proposal status of 151 is "finished", not "Implemented"Nick Mathewson
2010-01-28Proposal 169: Eliminate TLS renegotiationNick Mathewson
I propose a backward-compatible change to the Tor connection establishment protocol to avoid the use of TLS renegotiation. Rather than doing a TLS renegotiation to exchange certificates and authenticate the original handshake, this proposal takes an approach similar to Steven Murdoch's proposal 124, and uses Tor cells to authenticate the parties' identities once the initial TLS handshake is finished.
2010-01-27Clean the man and html files with make (dist)cleanSebastian Hahn
2010-01-27Stop shipping the design paper in the tarballsSebastian Hahn
2010-01-27Add a comment explaining the doc build systemNick Mathewson
Updated a little by Sebastian
2010-01-27Make the asciidoc build process work from outside top_srcdirNick Mathewson
Edited a little by Sebastian
2010-01-27Fix a few typos in the manpage, and reword the DisableAllSwap entrySebastian Hahn
2010-01-27Convert the Tor manpage to asciidoc.Sebastian Hahn
This should be a very faithful conversion, preserving as much of the layout of the old manpage as possible. This wasn't possible for the nt-service and the DataDirectory/state parts. See a later commit for some small cleanups. Tiago Faria helped with the asciidoc conversion, big thanks!
2010-01-27Convert the tor-resolve manpage to asciidocSebastian Hahn
2010-01-27Convert the torify manpage to asciidocSebastian Hahn
2010-01-27Convert the tor-gencert manpage to asciidocSebastian Hahn
2010-01-27Allow generating documentation from asciidoc in the MakefileSebastian Hahn
2010-01-27Move the torify manpage into the doc dirSebastian Hahn
2010-01-27Stop putting parts of the website into tarballs.Sebastian Hahn
The website wasn't used by our packages, and most users will not know how to open html.en files anyways.
2010-01-15whitespace fixesRoger Dingledine
2010-01-15fix some typos in our spec filesRoger Dingledine