- Mar 08, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This is based on shitlei's fix for bug2629, with extra parens removed. Fixes bug 2629, bugfix on 0.2.1.2-alpha.
-
Roger Dingledine authored
-
- Mar 07, 2011
-
-
Nick Mathewson authored
-
Roger Dingledine authored
-
- Mar 06, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We need to _REJECT_ descriptors with accept6/reject6 lines. If we let them onto the network , other un-upgraded tors will crash.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This reverts commit b3918b3b.
-
Nick Mathewson authored
Conflicts: src/or/policies.c
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Sebastian Hahn authored
-
Sebastian Hahn authored
This fixes a remotely triggerable assert on directory authorities, who don't handle descriptors with ipv6 contents well yet. We will want to revert this once we're ready to handle ipv6. Issue raised by lorth on #tor, who wasn't able to use Tor anymore. Analyzed with help from Christian Fromme. Fix suggested by arma. Bugfix on 0.2.1.3-alpha.
-
- Mar 05, 2011
-
-
Sebastian Hahn authored
We want to use the discard port correctly, so a htons() was missing. Also we need to set it correctly depending on address family. Review provided by danieldg
-
Sebastian Hahn authored
The third argument for connect should be dependent on the address family. Issue spotted by piebeer who also wrote the patch.
-
- Mar 04, 2011
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
- Mar 03, 2011
-
-
Nick Mathewson authored
-
Robert Ransom authored
-
- Mar 01, 2011
-
-
Nick Mathewson authored
This should fix a bug that special ran into, where if your state file didn't record period maxima, it would never decide that it had successfully parsed itself unless you got lucky with your uninitialized-variable values. This patch also tries to improve error messags in the case where a maximum value legitimately doesn't parse.
-
Sebastian Hahn authored
Rename the _UsingTestingTorNetwork hidden option to _UsingTestNetworkDefaults (thanks Nick for the suggestion) and added a changes file.
-
- Feb 26, 2011
-
-
Sebastian Hahn authored
also log about running changes, even on a bridge authority.
-
Sebastian Hahn authored
In private networks, the defaults for some options are changed. This means that in options_validate(), where we're testing that the defaults are what we think they are, we fail. Use a workaround by setting a hidden configuration option _UsingTestingTorNetwork when we have altered the configuration this way, so that options_validate() can do the right thing. Fixes bug 2250, bugfix on 0.2.1.2-alpha (the version introducing private network options).
-
Roger Dingledine authored
-
- Feb 25, 2011
-
-
Roger Dingledine authored
-