summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2012-11-27Merge branch 'bug7013_take2_squashed'Nick Mathewson
2012-11-27Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis
2012-11-27Add a torrc option to specify the bind address of managed proxies.George Kadianakis
2012-11-15Give useful warning when both IPv4 and IPv6 are disabled on a socksportNick Mathewson
2012-11-15Allow IPv4 traffic on default and old-style-config SocksPorts.Nick Mathewson
2012-11-14Implement a PreferIPv6 flag for SocksPortsNick Mathewson
2012-11-14Whitespace cleanupNick Mathewson
2012-11-14Rename ipv{4,6}_only to bind_ipv{4,6}_onlyNick Mathewson
2012-11-14Add {No,}IPv{4,6}Traffic options to SOCKSPortNick Mathewson
2012-11-14Add an IPv6Exit configuration optionNick Mathewson
2012-11-14Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson
2012-11-14Move address map into its own file.Nick Mathewson
2012-11-06Fix a stupid logic-error in warnings about low ports.Nick Mathewson
2012-11-04Whitespace fixesNick Mathewson
2012-11-04Clean up nonsensical calling convention for config_load_geoip_file_Nick Mathewson
2012-11-04Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson
2012-10-22Kill extraneous x from 907db008ab0007f0a02Nick Mathewson
2012-10-22Document two functions.Linus Nordberg
2012-10-20Duplicate less code.Linus Nordberg
2012-10-20Separate IPv4 and IPv6 geoip file loading.Linus Nordberg
2012-10-17White space.Linus Nordberg
2012-10-17Minor tweaks and comments to nils' geoip v6 code.Karsten Loesing
2012-10-17Add GeoIP database for IPv6 addressesnils
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-15Merge remote-tracking branch 'public/bug1031'Nick Mathewson
2012-10-14Merge remote-tracking branch 'arma/bug7029'Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Merge branch 'bug7011'Nick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in log messages.David Fifield
2012-10-10Fix formatting in various places after 6465/6816 workAndrea Shepard
2012-10-10Set circuitmux policy on existing active channels when ewma_enabled changesAndrea Shepard
2012-10-10Add circuitmux.h, circuitmux_ewma.h includes now necessary in config.cAndrea Shepard
2012-10-04Fix tabs in config.cNick Mathewson
2012-10-03Free some more still-in-use memory at exitRoger Dingledine
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