aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Add a new option to enable/disable IOCP supportNick Mathewson2010-09-28
|
* a dir-spec entry for refuseunknownexitsRoger Dingledine2010-09-27
| | | | plus quiet a log line
* Merge branch 'refuseunknown' into maint-0.2.2Nick Mathewson2010-09-27
|\
| * Add RefuseUnknownExits to the manpageSebastian Hahn2010-09-27
| |
* | Merge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2Nick Mathewson2010-09-27
|\ \
| * | Update dir-spec.txt with new weight constraints.Mike Perry2010-09-27
| | |
* | | Merge remote branch 'sebastian/continuation'Nick Mathewson2010-09-24
|\ \ \ | |/ / |/| |
| * | Document multiline options in the manpageSebastian Hahn2010-09-11
| | |
* | | Correct default for RendPostPeriod in docsJohn Brooks2010-09-21
| |/ |/|
* | perconnbwrate and perconnbwburst consensus paramsRoger Dingledine2010-09-16
| |
* | circwindow consensus param != CircWindowRoger Dingledine2010-09-15
| | | | | | | | aka update dir-spec.txt to reflect reality
* | Merge branch 'bug1184'Nick Mathewson2010-09-15
|\ \
| * | tor-spec.txt tweaks from armaNick Mathewson2010-09-15
| | |
| * | Make tor-spec wording easier to understandSebastian Hahn2010-08-03
| | |
| * | Clarify that TRUNCATE behavior isn't as-intendedNick Mathewson2010-08-02
| | | | | | | | | | | | | | | | | | | | | In tor-spec.txt, instead of saying "nodes may X" instead say "Current nodes do X; this is nonconformant. Clients should watch out for that." Based on observations by wanoskarnet.
| * | Clear cell queues when marking or truncating a circuit.Nick Mathewson2010-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | At best, this patch helps us avoid sending queued relayed cells that would get ignored during the time between when a destroy cell is sent and when the circuit is finally freed. At worst, it lets us release some memory a little earlier than it would otherwise. Fix for bug #1184. Bugfix on 0.2.0.1-alpha.
* | | Initial oprofile instructions based on original by weasel.Nick Mathewson2010-09-12
| |/ |/|
* | Merge commit 'karsten/rendspec-koryk'Nick Mathewson2010-08-25
|\ \
| * | Add koryk's modifications to rend-spec.Karsten Loesing2010-08-17
| | |
* | | Merge commit 'karsten/dirbytes2'Nick Mathewson2010-08-18
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/or/rephist.h
| * | | Count bytes we spend on answering directory requests.Karsten Loesing2010-08-18
| |/ /
* | | Merge commit 'sebastian/misc-reason'Nick Mathewson2010-08-15
|\ \ \
| * | | Retry streams that ended with NOROUTE errorSebastian Hahn2010-08-04
| | | | | | | | | | | | | | | | Also add the NOROUTE reason to control-spec.
| * | | Introduce END_STREAM_REASON_NOROUTESebastian Hahn2010-08-03
| | | |
* | | | Merge commit 'karsten/stats-manpage'Nick Mathewson2010-08-15
|\ \ \ \
| * | | | Update man page, now that *Statistics can be changed while Tor is running.Karsten Loesing2010-08-15
| | |/ / | |/| |
* | | | minor formatting / comment fixesRoger Dingledine2010-08-13
| | | |
* | | | Fix url in rend-specSebastian Hahn2010-08-12
| | | | | | | | | | | | | | | | Fixes bug 1822
* | | | doc/HACKING: Explain how to find when a given change was introducedChris Ball2010-08-12
| | | |
* | | | Fix a typo in control-specSebastian Hahn2010-08-12
| | | |
* | | | Bug #1773: Revert bad fix (4ef609b8) and do it properly.Linus Nordberg2010-08-11
|/ / / | | | | | | | | | | | | | | | * 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.
* | | Clarify that implementation is for discussion of implementationNick Mathewson2010-08-03
| | |
* | | Add proposal 174 from Ian Goldberg: Optimistic Data for Tor: Server SideNick Mathewson2010-08-03
| | |
* | | Bless two proposals from Damian Johnson as 172 and 173.Nick Mathewson2010-08-03
| | | | | | | | | | | | (Leaving a gap for the proposal Jake blessed as 171.)
* | | Merge commit 'sebastian/distcheck'Nick Mathewson2010-08-03
|\ \ \
| * | | Fix 'make distcheck'Sebastian Hahn2010-08-03
| | | | | | | | | | | | | | | | | | | | We were leaving doc/config.log and src/or/micro-revision.i in place during a make clean. Fix that.
* | | | Merge commit 'sebastian/rend-spec'Nick Mathewson2010-08-03
|\ \ \ \
| * | | | Clarify that rend cookies shouldn't be reusedSebastian Hahn2010-08-03
| |/ / /
* / / / Fix copy-and-paste fail in dir-spec.txt.Karsten Loesing2010-08-03
|/ / /
* | / Clarify that cmd-line options override torrc optionsNick Mathewson2010-07-31
| |/ |/|
* | Document 20KB requirement in BandwidthRate documentationNick Mathewson2010-07-30
| | | | | | | | This fixes the last suggestion of bug #1195.
* | Merge commit 'karsten/rendspec-master'Nick Mathewson2010-07-30
|\ \
| * | Add two authoritzation protocols to rend-spec.txt.Karsten Loesing2010-07-30
| | |
| * | Clean up Section 1 of rend-spec.txt.Karsten Loesing2010-07-30
| | |
| * | Interchange sections 1.2 and 1.3.Karsten Loesing2010-07-30
| | |
| * | Rename all RELAY_* cell types to RELAY_COMMAND_*.Karsten Loesing2010-07-30
| | |
* | | Fix compilation issue in doc/Makefile.am on NetBSDLinus Nordberg2010-07-30
|/ / | | | | | | | | | | | | | | * doc/Makefile.am: Change $(VAR:MOD) to ${VAR:MOD} -- make(1) on NetBSD substitutes '$(:x)' to 'x' rather than the empty string. This bites us in doc/ when configured with `--disable-asciidoc'. Curly braces should work in all implementations of make(1) but this patch changes only the places where we use the VAR:MOD expansion.
* | Alter how guard flags are chosen.Mike Perry2010-07-14
| | | | | | | | | | | | | | | | 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.
* | fetching a directory on sighup is years out of dateRoger Dingledine2010-07-14
| |
* | Remove TODO items that are either done or moved to the trackerNick Mathewson2010-07-06
| |