aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2012-09-10Fix tab introduced in f43946829ce037Nick Mathewson
2012-09-10Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155Nick Mathewson
2012-09-10Hide options beginning with "___" from GETINFO config/namesmeejah
2012-09-10rename _UsingTestNetworkDefaults to start with triple-underscoremeejah
2012-09-10raise bandwidthrate/bandwidthburst to a new "infinite"Roger Dingledine
2012-09-07a debugging log line that just helped meRoger Dingledine
2012-09-06Rename config_alloc() --> _new().Linus Nordberg
2012-09-06Merge remote-tracking branch 'asn/bug4567_rebased'Nick Mathewson
2012-09-05make AuthDirHasIPv6Connectivity match the man pageRoger Dingledine
2012-09-05Figure out ORPort and DirPort even when 'auto' is used.George Kadianakis
2012-09-05Merge remote-tracking branch 'linus/bug6770_3'Nick Mathewson
2012-09-05General tweaks and fixes for Nick's comments.George Kadianakis
2012-09-05Start passing ports to tor_check_port_forwarding().George Kadianakis
2012-09-05Remove AuthDirPublishIPv6 and let AuthDirHasIPv6Connectivity fill its function.Linus Nordberg
2012-09-05Make AuthDirHasIPv6Connectivity a BOOL.Linus Nordberg
2012-09-04Clients connect to public relays over IPv6.Linus Nordberg
2012-09-04Merge remote-tracking branch 'arma/bug6759'Nick Mathewson
2012-09-03fix whitespace and trivial typoRoger Dingledine
2012-08-27Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-27Disable extending to private/internal addresses by defaultNick Mathewson
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-17Merge remote-tracking branch 'public/bug6244_part_c' into maint-0.2.3Nick Mathewson
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-15Raise the part of torrc mapaddress handling that knows wildcardsNick Mathewson
2012-08-09Reject attempts to say FooPort and FooPort 0 in the same cfg domainNick Mathewson
2012-08-09Fix spaces from last patchNick Mathewson
2012-08-09Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson
2012-07-31Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-31Warn when accounting is used in a way likely to link hidden servicesNick Mathewson
2012-07-24Fix small memleak introduced in recent patch; fixe 6455.Nick Mathewson
2012-07-23Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-23Merge remote-tracking branch 'asn/bug6274_take3' into maint-0.2.3Nick Mathewson
2012-07-19Add config option AuthDirPublishIPv6.Linus Nordberg
2012-07-19Add configure option AuthDirHasIPv6Connectivity.Linus Nordberg
2012-07-18Better handling of server managed proxies when Tor is not a relay.George Kadianakis
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-18Merge branch 'smartlist_shorten' into maint-0.2.3Nick Mathewson
2012-07-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-17Improve message on spurious SOCKSListenAddressNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-17Allow TestingTorNetwork when alternate dir and bridge authorities are set.Linus Nordberg
2012-06-28add new GETINFO config/defaultsmeejah
2012-06-25Merge remote-tracking branch 'public/bug2385'Nick Mathewson
2012-06-18Refactor rend_service_load_keys() into outer loop and loop contentsNick Mathewson
2012-06-16conn_type_to_string() on a listener already says it's a listenerRoger Dingledine
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-14Defend against entry node path bias attacksMike Perry
2012-06-12Add a warning for using HTTPProxy with no other proxy.Nick Mathewson
2012-06-11Merge branch 'bug5452'Nick Mathewson