summaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Expand)Author
2020-07-08trace: Hook lib/trace as a subsystemDavid Goulet
2020-07-07addr: Attempt to learn our address with ORPortDavid Goulet
2020-07-06addr: Fix possible memleak in find_my_address()David Goulet
2020-07-02addr: Prioritize interface lookup over local hostnameDavid Goulet
2020-07-01Merge remote-tracking branch 'dgoulet/ticket33235_045_01'Nick Mathewson
2020-06-30resolve_addr.c: remove a needless quote markNick Mathewson
2020-06-30addr: Document better is_local_addr_to_resolve_addr()David Goulet
2020-06-30addr: Don't guess our address if no Address lines are validDavid Goulet
2020-06-30addr: Continue trying all Address options on resolve failureDavid Goulet
2020-06-30addr: Only attempt Address resolution on non parsable linesDavid Goulet
2020-06-26Move remaining CodeStructure.md contents into doxygen.Nick Mathewson
2020-06-26Merge branch 'assume_reachable_revamp'Nick Mathewson
2020-06-25addr: Look at /48 for IPv6 in is_local_addr()David Goulet
2020-06-25Merge branch 'tor-github/pr/1951'David Goulet
2020-06-25Merge branch 'tor-github/pr/1917'David Goulet
2020-06-25Add an fingerprint-ed25519 file to the data directoryNeel Chauhan
2020-06-25Remove now-unused OPTIONS_DUMP_DEFAULTS.Nick Mathewson
2020-06-25Deprecate the "--dump-config non-builtin" optionNick Mathewson
2020-06-24Add an AssumeReachableIPv6 autobool option.Nick Mathewson
2020-06-24addr: Rename resolved_addr_is_local()David Goulet
2020-06-24addr: Refactor find_my_address() to simplify itDavid Goulet
2020-06-24addr: Set out parameters to NULL in resolve_addr.cDavid Goulet
2020-06-24addr: Safeguard last resolved address index accessDavid Goulet
2020-06-24addr: Remove resolve_my_address_v4()David Goulet
2020-06-24addr: Refactor is_local_addr() to support IPv6David Goulet
2020-06-24addr: Refactor last resolved address cache accessorsDavid Goulet
2020-06-24addr: Make resolve_my_address_v4() use find_my_address()David Goulet
2020-06-24addr: New find_my_address() to support multiple address familiesDavid Goulet
2020-06-23addr: Rename last_resolved_addr to be v4 specificDavid Goulet
2020-06-23addr: Rename resolve_my_address to be v4 specificDavid Goulet
2020-06-23config: Change Address to be a LINELISTDavid Goulet
2020-06-15Remove AssumeReachable from TestingTorNetwork.Nick Mathewson
2020-06-05Merge remote-tracking branch 'tor-github/pr/1902/head'Nick Mathewson
2020-06-01config: Add IPv4 Address config debug loggingc
2020-05-27Merge branch 'tor-github/pr/1898'George Kadianakis
2020-05-27Add HS v3 status to the SIGUSR1 dumpstats()Neel Chauhan
2020-05-21Merge remote-tracking branch 'tor-github/pr/1899/head'Nick Mathewson
2020-05-21Merge branch 'tor-github/pr/1850'George Kadianakis
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-20Add support for console control signals in WindowsDamon Harris
2020-05-16Fix spacing in if statement in port_parse_config()Neel Chauhan
2020-05-07Merge remote-tracking branch 'tor-github/pr/1880/head'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-05config: New file resolve_addr.{c|h}David Goulet
2020-04-09Merge remote-tracking branch 'tor-github/pr/1801/head'Nick Mathewson
2020-04-09client: Revert setting PreferIPv6 on by defaultDavid Goulet
2020-04-01Updated the TestingTorNetwork man page optionsSteven Engler
2020-04-01Move LOG_PROTOCOL_WARN to app/config.hteor
2020-03-26Add --dbg-dump-subsystem-list command to list the subsystems.Nick Mathewson