aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAge
* Implement node-based router family code•••Also, make the NodeFamily option into a list of routersets. This lets us git rid of router_in_nickname_list (or whatever it was called) without porting it to work with nodes, and also lets people specify country codes and IP ranges in NodeFamily Nick Mathewson2010-10-01
* Merge remote branch 'sebastian/fw-helper-manpage'Nick Mathewson2010-09-30
|\
| * Build the tor-fw-helper manpage•••So far we just had the asciidoc manpage, but didn't build it. Sebastian Hahn2010-09-30
* | renumber, clean whitespaceRoger Dingledine2010-09-30
* | give steven's everybody-a-bridge proposal a numberRoger Dingledine2010-09-30
* | Add comments from nickm and arma, from IRCSteven Murdoch2010-09-30
* | Add algorithm and rationale for performance measurementSteven Murdoch2010-09-30
* | In the migration plan, mention how to prevent overloading the bridge authoritySteven Murdoch2010-09-30
* | Integrate more feedback from IRC•••- For now we are only talking about moving clients to be bridges - Some questions on how we should inform users Steven Murdoch2010-09-30
* | Add some open questions, and mention Roger's idea about asking for consent vi...Steven Murdoch2010-09-30
* | Note that we only can't handle automatic demotion. Users can always change th...Steven Murdoch2010-09-30
* | Change "server" to "relay", so as to match existing terminologySteven Murdoch2010-09-30
* | Start idea xxx-automatic-node-promotion•••- Initial draft of overview and motivation - Start of design Steven Murdoch2010-09-30
|/
* Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch2010-09-30
* Changes to tor-fw-helper, some based on Nick's review••• * MINIUPNPC rather than the generic UPNP * Nick suggested a better abstraction model for tor-fw-helper * Fix autoconf to build with either natpmp or miniupnpc * Add AM_PROG_CC_C_O to fix automake complaint * update spec to address nickm's concern * refactor nat-pmp to match upnp state * we prefer tor_snprintf to snprintf * link properlty for tor_snprintf * rename test_commandline_options to log_commandline_options * cast this uint as an int * detect possible FD_SETSIZE errors * make note about future enhancements for natpmp * add upnp enhancement note * ChangeLog entry * doxygen and check-spaces cleanup * create tor-fw-helper.1.txt Jacob Appelbaum2010-09-30
* First implementation of tor-fw-helper.•••tor-fw-helper is a command-line tool to wrap and abstract various firewall port-forwarding tools. This commit matches the state of Jacob's tor-fw-helper branch as of 23 September 2010. (commit msg by Nick) Jacob Appelbaum2010-09-30
* Merge branch 'maint-0.2.2'Roger Dingledine2010-09-29
|\
| * Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine2010-09-29
| |\
| | * Send control port events for timeouts.•••We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string. Mike Perry2010-09-29
* | | Remove the has_old_dnsworkers flag.Nick Mathewson2010-09-28
* | | Autodetect the number of CPUs when possible if NumCPUs==0•••This is needed for IOCP, since telling the IOCP backend about all your CPUs is a good idea. It'll also come in handy with asn's multithreaded crypto stuff, and for people who run servers without reading the manual. Nick Mathewson2010-09-28
* | | Add a new option to enable/disable IOCP supportNick Mathewson2010-09-28
|/ /
* | a dir-spec entry for refuseunknownexits•••plus quiet a log line Roger Dingledine2010-09-27
* | 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 != CircWindow•••aka update dir-spec.txt to reflect reality Roger Dingledine2010-09-15
* | 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-intended•••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. Nick Mathewson2010-08-02
| * | Clear cell queues when marking or truncating a circuit.•••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. Nick Mathewson2010-07-30
* | | 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'•••Conflicts: src/or/rephist.h Nick Mathewson2010-08-18
|\ \ \
| * | | 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 error•••Also add the NOROUTE reason to control-spec. Sebastian Hahn2010-08-04
| * | | 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-spec•••Fixes bug 1822 Sebastian Hahn2010-08-12
* | | | doc/HACKING: Explain how to find when a given change was introducedChris Ball2010-08-12