summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-08bump to 0.2.2.23-alphator-0.2.2.23-alphaRoger Dingledine
2011-03-080.2.2.23-alpha blurbRoger Dingledine
2011-03-08fold in further changes filesRoger Dingledine
2011-03-08Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-03-08Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-03-08move to march 2011 geoip fileRoger Dingledine
2011-03-08fold in the latest changes filesRoger Dingledine
2011-03-08Merge remote branch 'sebastian/bug2250' into maint-0.2.2Nick Mathewson
2011-03-08Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-03-08steps roger takes when making a new releaseRoger Dingledine
2011-03-08Merge remote branch 'sebastian/bug1035' into maint-0.2.2Nick Mathewson
2011-03-08update spec locationsRoger Dingledine
2011-03-08Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-03-08Avoid crash in any_pending_bridge_descriptor_fetchesNick Mathewson
This is based on shitlei's fix for bug2629, with extra parens removed. Fixes bug 2629, bugfix on 0.2.1.2-alpha.
2011-03-08make nickm's proposed convention from 2003 be gospelRoger Dingledine
2011-03-07Merge remote branch 'sebastian/bug2660' into maint-0.2.2Nick Mathewson
2011-03-06Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-03-06Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-03-06Merge branch 'real_ipv6_fix' into maint-0.2.1Nick Mathewson
2011-03-06Oops, here's the *REAL* fix for the ipv6 issueNick Mathewson
We need to _REJECT_ descriptors with accept6/reject6 lines. If we let them onto the network , other un-upgraded tors will crash.
2011-03-06Merge branch 'careful_with_all_descs' into maint-0.2.1Nick Mathewson
2011-03-06changes file for careful_with_all_descsNick Mathewson
2011-03-06Revert "Disallow reject6 and accept6 lines in descriptors"Nick Mathewson
This reverts commit b3918b3bbbfa9097246d63746c8b540eff2ec8e8.
2011-03-06Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
Conflicts: src/or/policies.c
2011-03-06exit_policy_is_general_exit is IPv4 only; it should admit it.Nick Mathewson
2011-03-06Changes file for ipv6 parsing issueNick Mathewson
2011-03-06Merge branch 'maint-0.2.1' into maint-0.2.2Sebastian Hahn
2011-03-06Disallow reject6 and accept6 lines in descriptorsSebastian Hahn
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.
2011-03-05Fix setting target port in get_interface_address6Sebastian Hahn
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
2011-03-05Fix connect() failures in get_interface_address6()Sebastian Hahn
The third argument for connect should be dependent on the address family. Issue spotted by piebeer who also wrote the patch.
2011-03-04Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-03-04Do not serve encrypt-only descriptors with the "all" request. Reported by ↵Nick Mathewson
piebeer
2011-03-03Merge remote branch 'rransom/typo-fix-2011-03-03-01' into maint-0.2.2Nick Mathewson
2011-03-03Fix typo in man pageRobert Ransom
2011-03-01Avoid spurious bwhist parsing failuresNick Mathewson
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.
2011-03-01Tweak the bug2250 fix slightlySebastian Hahn
Rename the _UsingTestingTorNetwork hidden option to _UsingTestNetworkDefaults (thanks Nick for the suggestion) and added a changes file.
2011-02-26clarify an assertSebastian Hahn
also log about running changes, even on a bridge authority.
2011-02-26Fix GETINFO config-text for private networksSebastian Hahn
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).
2011-02-26clean up and fold in newer changes filesRoger Dingledine
2011-02-25Merge branch 'maint-0.2.2' into release-0.2.2Roger Dingledine
2011-02-25Merge branch 'bug1863_bwhist' into maint-0.2.2Nick Mathewson
2011-02-24Fix two potential bugs in the bug1863 code.Karsten Loesing
2011-02-22Merge remote branch 'arma/bug2403' into maint-0.2.2Nick Mathewson
2011-02-22Add some dollar signs in an attempt to appease older asciidocsNick Mathewson
We should really require a modern asiidoc: backporting stuff to 8.2 is a timesink.
2011-02-22prevent same entry and exit for insane edge caseRoger Dingledine
2011-02-22Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
Conflicts: configure.in
2011-02-22Remove doc/spec/Makefile.in from list of generated filesNick Mathewson
2011-02-22Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
(This is an "ours" merge of the code for bug1859 backported to 0.2.1.)
2011-02-22Merge remote branch 'public/bug1859_021' into maint-0.2.1Nick Mathewson
2011-02-22changes file for removing torspec from the tarballRoger Dingledine