aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-09-30Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch
2010-09-30Changes to tor-fw-helper, some based on Nick's reviewJacob Appelbaum
* 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
2010-09-30First implementation of tor-fw-helper.Jacob Appelbaum
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)
2010-09-29Merge branch 'maint-0.2.2'Roger Dingledine
2010-09-29Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine
2010-09-29Send control port events for timeouts.Mike Perry
We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string.
2010-09-28Remove the has_old_dnsworkers flag.Nick Mathewson
2010-09-28Autodetect the number of CPUs when possible if NumCPUs==0Nick Mathewson
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.
2010-09-28Add a new option to enable/disable IOCP supportNick Mathewson
2010-09-27a dir-spec entry for refuseunknownexitsRoger Dingledine
plus quiet a log line
2010-09-27Merge branch 'refuseunknown' into maint-0.2.2Nick Mathewson
2010-09-27Add RefuseUnknownExits to the manpageSebastian Hahn
2010-09-27Merge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2Nick Mathewson
2010-09-27Update dir-spec.txt with new weight constraints.Mike Perry
2010-09-24Merge remote branch 'sebastian/continuation'Nick Mathewson
2010-09-21Correct default for RendPostPeriod in docsJohn Brooks
2010-09-16perconnbwrate and perconnbwburst consensus paramsRoger Dingledine
2010-09-15circwindow consensus param != CircWindowRoger Dingledine
aka update dir-spec.txt to reflect reality
2010-09-15Merge branch 'bug1184'Nick Mathewson
2010-09-15tor-spec.txt tweaks from armaNick Mathewson
2010-09-12Initial oprofile instructions based on original by weasel.Nick Mathewson
2010-09-11Document multiline options in the manpageSebastian Hahn
2010-08-25Merge commit 'karsten/rendspec-koryk'Nick Mathewson
2010-08-18Merge commit 'karsten/dirbytes2'Nick Mathewson
Conflicts: src/or/rephist.h
2010-08-18Count bytes we spend on answering directory requests.Karsten Loesing
2010-08-17Add koryk's modifications to rend-spec.Karsten Loesing
2010-08-15Merge commit 'sebastian/misc-reason'Nick Mathewson
2010-08-15Merge commit 'karsten/stats-manpage'Nick Mathewson
2010-08-15Update man page, now that *Statistics can be changed while Tor is running.Karsten Loesing
2010-08-13minor formatting / comment fixesRoger Dingledine
2010-08-12Fix url in rend-specSebastian Hahn
Fixes bug 1822
2010-08-12doc/HACKING: Explain how to find when a given change was introducedChris Ball
2010-08-12Fix a typo in control-specSebastian Hahn
2010-08-11Bug #1773: Revert bad fix (4ef609b8) and do it properly.Linus Nordberg
* 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.
2010-08-04Retry streams that ended with NOROUTE errorSebastian Hahn
Also add the NOROUTE reason to control-spec.
2010-08-03Clarify that implementation is for discussion of implementationNick Mathewson
2010-08-03Add proposal 174 from Ian Goldberg: Optimistic Data for Tor: Server SideNick Mathewson
2010-08-03Bless two proposals from Damian Johnson as 172 and 173.Nick Mathewson
(Leaving a gap for the proposal Jake blessed as 171.)
2010-08-03Make tor-spec wording easier to understandSebastian Hahn
2010-08-03Introduce END_STREAM_REASON_NOROUTESebastian Hahn
2010-08-03Merge commit 'sebastian/distcheck'Nick Mathewson
2010-08-03Merge commit 'sebastian/rend-spec'Nick Mathewson
2010-08-03Clarify that rend cookies shouldn't be reusedSebastian Hahn
2010-08-03Fix copy-and-paste fail in dir-spec.txt.Karsten Loesing
2010-08-03Fix 'make distcheck'Sebastian Hahn
We were leaving doc/config.log and src/or/micro-revision.i in place during a make clean. Fix that.
2010-08-02Clarify that TRUNCATE behavior isn't as-intendedNick Mathewson
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.
2010-07-31Clarify that cmd-line options override torrc optionsNick Mathewson
2010-07-30Clear cell queues when marking or truncating a circuit.Nick Mathewson
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.
2010-07-30Document 20KB requirement in BandwidthRate documentationNick Mathewson
This fixes the last suggestion of bug #1195.
2010-07-30Merge commit 'karsten/rendspec-master'Nick Mathewson