aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
...
* | | Per-listener option to prefer IPv6 automaps when possible.Nick Mathewson2012-12-17
* | | Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson2012-12-17
* | | Turn off by-default use of client-side DNS cacheing.Nick Mathewson2012-12-17
* | | Refactor port_cfg_t creation into a port_cfg_new() functionNick Mathewson2012-12-17
* | | Add options to turn DNS cache use on or off per client port.Nick Mathewson2012-12-17
* | | Oops; make DNSPort configuration take address family optionsNick Mathewson2012-12-17
* | | Fix two wide lines in config.cNick Mathewson2012-12-13
* | | Drop FallbackNetworkstatusFile; it never worked.Nick Mathewson2012-12-06
* | | Add an option to weight down authorities when choosing a fallbackNick Mathewson2012-12-06
* | | Add a way to configure selection weights for dir_server_tNick Mathewson2012-12-06
* | | New FallbackDir option to add extra directories for bootstrapingNick Mathewson2012-12-06
* | | Refactor add_trusted_dir_serverNick Mathewson2012-12-06
* | | Rename DirServer to DirAuthorityNick Mathewson2012-12-06
* | | Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson2012-12-06
|/ /
* | Merge branch 'bug7013_take2_squashed'Nick Mathewson2012-11-27
|\ \
| * | Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis2012-11-27
| * | Add a torrc option to specify the bind address of managed proxies.George Kadianakis2012-11-27
* | | Give useful warning when both IPv4 and IPv6 are disabled on a socksportNick Mathewson2012-11-15
* | | Allow IPv4 traffic on default and old-style-config SocksPorts.Nick Mathewson2012-11-15
* | | Implement a PreferIPv6 flag for SocksPortsNick Mathewson2012-11-14
* | | Whitespace cleanupNick Mathewson2012-11-14
* | | Rename ipv{4,6}_only to bind_ipv{4,6}_onlyNick Mathewson2012-11-14
* | | Add {No,}IPv{4,6}Traffic options to SOCKSPortNick Mathewson2012-11-14
* | | Add an IPv6Exit configuration optionNick Mathewson2012-11-14
* | | Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson2012-11-14
* | | Move address map into its own file.Nick Mathewson2012-11-14
* | | Fix a stupid logic-error in warnings about low ports.Nick Mathewson2012-11-06
* | | Whitespace fixesNick Mathewson2012-11-04
* | | Clean up nonsensical calling convention for config_load_geoip_file_Nick Mathewson2012-11-04
* | | Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson2012-11-04
|\ \ \ | |/ / |/| |
| * | Document two functions.Linus Nordberg2012-10-22
| * | Duplicate less code.Linus Nordberg2012-10-20
| * | Separate IPv4 and IPv6 geoip file loading.Linus Nordberg2012-10-20
| * | White space.Linus Nordberg2012-10-17
| * | Minor tweaks and comments to nils' geoip v6 code.Karsten Loesing2012-10-17
| * | Add GeoIP database for IPv6 addressesnils2012-10-17
* | | Kill extraneous x from 907db008ab0007f0a02Nick Mathewson2012-10-22
* | | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | | Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\ \ \ | |/ / |/| |
| * | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | | Merge remote-tracking branch 'arma/bug7029'Nick Mathewson2012-10-14
|\ \ \ | |/ / |/| |
| * | Free some more still-in-use memory at exitRoger Dingledine2012-10-03
* | | Merge branch 'bug7011'Nick Mathewson2012-10-10
|\ \ \
| * | | Use fmt_addrport where appropriate.David Fifield2012-10-10
| * | | Use fmt_and_decorate_addr in log messages.David Fifield2012-10-10
* | | | Fix formatting in various places after 6465/6816 workAndrea Shepard2012-10-10
* | | | Set circuitmux policy on existing active channels when ewma_enabled changesAndrea Shepard2012-10-10
* | | | Add circuitmux.h, circuitmux_ewma.h includes now necessary in config.cAndrea Shepard2012-10-10
|/ / /
* / / Fix tabs in config.cNick Mathewson2012-10-04
|/ /
* | Add missing declaration so 6876 compilesNick Mathewson2012-09-28