aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge remote branch 'mikeperry/consensus-bw-weights5-merge'Nick Mathewson2010-02-25
|\ | | | | | | | | Conflicts: ChangeLog
| * Update dir-spec.txt with begin_dir weights.Mike Perry2010-02-25
| |
| * Update consensus methods in spec.Mike Perry2010-02-22
| |
| * Update specs for weight computation and use.Mike Perry2010-02-22
| |
* | Restrict PerConnBWRate|Burst to INT32_MAX, update manpageSebastian Hahn2010-02-25
| | | | | | | | | | | | | | | | 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.
* | Mark 160 and 161 as Finished.Nick Mathewson2010-02-22
|/
* elevate a changelog entry, and get my mailto out of the man pageRoger Dingledine2010-02-22
|
* Update the osx dmg creation instructionsSebastian Hahn2010-02-22
| | | | | Make sure we follow basic whitespace sanity principles, update a few links
* minor fixes in proposal 169Roger Dingledine2010-02-21
| | | | still need to finish reading it, but so far so good
* Allow "EXTENDCIRCUIT 0" to omit a path.Mike Perry2010-02-18
|
* Add BUILDTIMEOUT_SET event for CBT stress testing.Mike Perry2010-02-18
|
* add in the apple incantations to get tls renegotiation to work.Andrew Lewman2010-02-17
|
* fix the win32 build instructions for openssl.Andrew Lewman2010-02-17
|
* Remove legacy files from main source distributionSebastian Hahn2010-02-16
| | | | | | The AUTHORS file was pretty outdated. Its contents moved onto the people page. Design paper and roadmaps moved to the projects directory in svn.
* Clean up whitespaceNick Mathewson2010-02-11
|
* updated win32 build instructions with new mingw and msys versions.Andrew Lewman2010-02-11
|
* clean up the documentation, break out sections for osx compiles.Andrew Lewman2010-02-11
|
* Clarify a paragraph in prop 169.Nick Mathewson2010-01-29
|
* Make sure docdir is defined when making doc/Sebastian Hahn2010-01-28
| | | | | Apparently some autoconf versions need this, while others don't. This means documentation will be installed into share/doc/tor/.
* Fix building the tarballSebastian Hahn2010-01-28
| | | | | | | 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.
* The name for the proposal status of 151 is "finished", not "Implemented"Nick Mathewson2010-01-28
|
* Proposal 169: Eliminate TLS renegotiationNick Mathewson2010-01-28
| | | | | | | | | | | | | 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.
* Clean the man and html files with make (dist)cleanSebastian Hahn2010-01-27
|
* Stop shipping the design paper in the tarballsSebastian Hahn2010-01-27
|
* Add a comment explaining the doc build systemNick Mathewson2010-01-27
| | | | Updated a little by Sebastian
* Make the asciidoc build process work from outside top_srcdirNick Mathewson2010-01-27
| | | | Edited a little by Sebastian
* Fix a few typos in the manpage, and reword the DisableAllSwap entrySebastian Hahn2010-01-27
|
* Convert the Tor manpage to asciidoc.Sebastian Hahn2010-01-27
| | | | | | | | | 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!
* Convert the tor-resolve manpage to asciidocSebastian Hahn2010-01-27
|
* Convert the torify manpage to asciidocSebastian Hahn2010-01-27
|
* Convert the tor-gencert manpage to asciidocSebastian Hahn2010-01-27
|
* Allow generating documentation from asciidoc in the MakefileSebastian Hahn2010-01-27
|
* Move the torify manpage into the doc dirSebastian Hahn2010-01-27
|
* Stop putting parts of the website into tarballs.Sebastian Hahn2010-01-27
| | | | | The website wasn't used by our packages, and most users will not know how to open html.en files anyways.
* whitespace fixesRoger Dingledine2010-01-15
|
* fix some typos in our spec filesRoger Dingledine2010-01-15
|
* man page entries for PerConnBW{Rate,Burst}Roger Dingledine2010-01-15
|
* ship the bridges spec file in the tarball tooRoger Dingledine2010-01-15
|
* a changelog and doc fixes for the strictnodes workRoger Dingledine2009-12-21
|
* fix some typosRoger Dingledine2009-12-19
|
* start to document commonly used "param" argumentsRoger Dingledine2009-12-19
|
* Merge branch 'ewma'Nick Mathewson2009-12-18
|\
| * Document CircuitPriorityHalflife on the manpageNick Mathewson2009-12-15
| |
* | Merge commit 'karsten/fix-bridge-stats-master-4'Nick Mathewson2009-12-18
|\ \
| * | Fix bridge statistics.Karsten Loesing2009-12-17
| | | | | | | | | | | | | | | | | | Fix statistics on client numbers by country as seen by bridges that were broken in 0.2.2.1-alpha. Also switch to reporting full 24-hour intervals instead of variable 12-to-48-hour intervals.
* | | Remove v0 hidden service statistics code.Karsten Loesing2009-12-17
|/ / | | | | | | | | | | | | | | | | | | The HSAuthorityRecordStats option was used to track statistics of overall hidden service usage on the version 0 hidden service authorities. With the version 2 hidden service directories being deployed and version 0 descriptors being phased out, these statistics are not as useful anymore. Goodbye, you fine piece of software; my first major code contribution to Tor.
* | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Allow SafeLogging to exclude client related informationSebastian Hahn2009-12-12
| |/
* | Update translations.txt with new torbutton process.Mike Perry2009-12-15
| |
* | New controller command "getinfo config-text"Roger Dingledine2009-12-13
|/ | | | | It returns the contents that Tor would write if you send it a SAVECONF command, so the controller can write the file to disk itself.