summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in log messages.David Fifield
2012-10-04Fix tabs in config.cNick Mathewson
2012-09-28Add missing declaration so 6876 compilesNick Mathewson
2012-09-28Merge remote-tracking branch 'linus/enh6876_2'Nick Mathewson
2012-09-25Merge remote-tracking branch 'rransom/warn-about-hses-without-guards'Nick Mathewson
2012-09-22Merge branch 'maint-0.2.3'Roger Dingledine
2012-09-22add faravahar as our ninth v3 dir authRoger Dingledine
2012-09-21add changes file and whitespace fixes for bug 4020Nick Mathewson
2012-09-21Reinstate address in warning message when binding non-locallyTom Fitzhenry
2012-09-20Don't leak msg when parse_virtual_addr_network() fails.Linus Nordberg
2012-09-20Make option OutboundBindAddress accept IPv6 addresses too.Linus Nordberg
2012-09-18Warn if HSes are configured on a client with UseEntryGuards disabledRobert Ransom
2012-09-18Correct comment explaining why tor2web mode should disable entry guardsRobert Ransom
2012-09-18Disable Guard usage for Tor2webMode.Mike Perry
2012-09-14Move functions for seeing if we know enough nodes into nodelistNick Mathewson
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson
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