summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-30Perform single-hop HS desc fetches when in tor2web modeRobert Ransom
2011-11-30Don't allow tor2web-mode Tors to connect to non-HS addressesRobert Ransom
2011-11-30Warn loudly on startup and SIGHUP if Tor is built for a non-anonymous modeRobert Ransom
2011-11-30Add a compile-time #define to control whether Tor runs in 'tor2web mode'Robert Ransom
2011-11-30Support NAT-PMP on WindowsSteven Murdoch
2011-11-30Merge branch 'bug933_nm_rebased_v2'Nick Mathewson
2011-11-30Tweak addressmap_rewrite a little moreNick Mathewson
2011-11-30Fix an issue in my mapaddress domains code spotted by armaNick Mathewson
2011-11-30Add some post-comma spaces to please armaNick Mathewson
2011-11-30Revise MapAddress manpageNick Mathewson
2011-11-30Forbid remapping of *Nick Mathewson
2011-11-30Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson
2011-11-30No new "LEGACY" tests allowed.Nick Mathewson
2011-11-30Fix compilation: get_options() now returns constNick Mathewson
2011-11-30Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan
2011-11-30Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan
2011-11-30bug933 - Match against super-domains in MapAddressRobert Hogan
2011-11-30Merge branch 'bug4538_v2'Nick Mathewson
2011-11-30Free the global DH parameters in crypto_global_cleanup().George Kadianakis
2011-11-30Move crypto_global_cleanup() to the bottom of crypto.c.George Kadianakis
2011-11-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-30Fix a memory leak in error path of my default-torrc codeNick Mathewson
2011-11-30Resolve a resource leak in test_util_split_linesNick Mathewson
2011-11-30appease "make check-spaces"Nick Mathewson
2011-11-30Merge branch 'ipv6_bridges_squashed'Nick Mathewson
2011-11-30Rename one more recalcitrant function.Nick Mathewson
2011-11-30Add changes file.Linus Nordberg
2011-11-30Warn user about client ignoring non-preferred IP address for a bridge.Linus Nordberg
2011-11-30Whitespace changes.Linus Nordberg
2011-11-30Make the router_get_*_orport interface consistent with node_*.Linus Nordberg
2011-11-30Make router_get_{prim,alt,pref}_addr_port take tor_addr_port_t *.Linus Nordberg
2011-11-30Merge node_get_{prim,pref,pref_ipv6}_addr with their _orport counterparts.Linus Nordberg
2011-11-30Use correct address family where necessary for bridges on IPv6.Linus Nordberg
2011-11-30Use the preferred address and port when initiating a connection.Linus Nordberg
2011-11-30Take IPv6 into account when rewriting routerinfo for a bridge and maintain ip...Linus Nordberg
2011-11-30Use preferred address when looking for bridges by routerinfo_t.Linus Nordberg
2011-11-30Clarify function documentation.Linus Nordberg
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-30Turn get_first_advertised_v4_port_by_type() into get_first_advertised_port_by...Linus Nordberg
2011-11-30Add some logging and comments.Linus Nordberg
2011-11-30Bridges can advertise a single IPv6 address with orportNick Mathewson
2011-11-30Initial support for simplest use of prop186 or-address linesNick Mathewson
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-29Add an assert before dereferencing entry_conn->socks_requestRobert Ransom
2011-11-29Merge remote-tracking branch 'rransom-tor/bug3460-v4'Nick Mathewson
2011-11-29Make unit tests run again. Fix bug 4606.Nick Mathewson
2011-11-29Merge remote-tracking branch 'rransom-tor/bug4605'Nick Mathewson
2011-11-29Add 'config-defaults-file' to getinfo_items tableRobert Ransom
2011-11-29Set torrc_fname in load_torrc_from_diskRobert Ransom
2011-11-29Merge branch 'bug4587_v2'Nick Mathewson