aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* 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.
* add a minimum for CircuitStreamTimeout, plus a man pageRoger Dingledine2009-11-22
| | | | | plus some other unrelated touchups that have been sitting in my sandbox
* Implement DisableAllSwap to avoid putting secret info in page files.Jacob Appelbaum2009-10-27
| | | | | | | | | | | | | | | | | | | | | | This commit implements a new config option: 'DisableAllSwap' This option probably only works properly when Tor is started as root. We added two new functions: tor_mlockall() and tor_set_max_memlock(). tor_mlockall() attempts to mlock() all current and all future memory pages. For tor_mlockall() to work properly we set the process rlimits for memory to RLIM_INFINITY (and beyond) inside of tor_set_max_memlock(). We behave differently from mlockall() by only allowing tor_mlockall() to be called one single time. All other calls will result in a return code of 1. It is not possible to change DisableAllSwap while running. A sample configuration item was added to the torrc.complete.in config file. A new item in the man page for DisableAllSwap was added. Thanks to Moxie Marlinspike and Chris Palmer for their feedback on this patch. Please note that we make no guarantees about the quality of your OS and its mlock/mlockall implementation. It is possible that this will do nothing at all. It is also possible that you can ulimit the mlock properties of a given user such that root is not required. This has not been extensively tested and is unsupported. I have included some comments for possible ways we can handle this on win32.
* Revise consensus-flavors proposal to better URLs.Nick Mathewson2009-10-18
| | | | | | The old flavored consensus URL format made it harder to decode URLs based on their prefixes, and didn't take into account our "only give it to me if it's signed by enough authorities" stuff.
* Revise proposal 162: SHA256(x), not SHA256(SHA256(x))Nick Mathewson2009-10-15
| | | | | | | | The point of doing SHA256 twice is, generally, is to prevent message extension attacks where an attacker who knows H(A) can calculate H(A|B). But for attaching a signature to a document, the attacker already _knows_ A, so trying to keep them from calculating H(A|B) is pointless.
* Revise 162's idea of how detached signatures work with flavorsNick Mathewson2009-10-15
| | | | | The original proposal was vague and would have made older Tors reject detached-signature documents as soon as they saw one with flavors.
* correct the spec for the stream_bw event.Roger Dingledine2009-10-10
| | | | | | | "neonomad" pointed out on or-talk that the order is opposite from the intuitive order. explain why. we chose to fix the spec rather than the code because there are controllers like torflow that already expect the current behavior.
* fix the wiki link in doc pages. remove obsolete FAQ.Roger Dingledine2009-10-01
|
* update spec to reflect change in Fast definitionRoger Dingledine2009-09-30
| | | | | we made anybody who has 20KB/s Fast by definition, in 0.2.1.14-rc, but it looks like we forgot to fix the spec.
* Our test script moved from src/or/test to src/test/test.Sebastian Hahn2009-09-23
| | | | Update the HACKING document and the cross compilation helper
* Fix typos and comments, plus two bugsRoger Dingledine2009-09-20
| | | | | | | | A) We were considering a circuit had timed out in the special cases where we close rendezvous circuits because the final rendezvous circuit couldn't be built in time. B) We were looking at the wrong timestamp_created when considering a timeout.
* Implement and document new network liveness algorithm.Mike Perry2009-09-20
| | | | Based on irc discussion with arma.
* a mish-mash of stuff in my sandboxRoger Dingledine2009-09-17
|
* Merge commit 'mikeperry/circuitbuildtimeout-final'Roger Dingledine2009-09-16
|\
| * Update proposal to match implementation.Mike Perry2009-09-16
| |
| * Remove trailing spaces. As if bytes were free...Karsten Loesing2009-09-16
| | | | | | | | Also correct some typos.