aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-07-16Add unit tests for connection_describe().Nick Mathewson
2020-07-16Collapse channel_get_*_remote_addr() into a single function.Nick Mathewson
2020-07-16Refactor channel description internals.Nick Mathewson
2020-07-16Minor refactoring on channel_get_remote_addr_if_possible()Nick Mathewson
2020-07-16Update test_rebind.py to expect new format.Nick Mathewson
2020-07-14Merge remote-tracking branch 'tor-gitlab/mr/50'Nick Mathewson
2020-07-14Strip '\r' characters when reading text files on Unix.Alexander Færøy
2020-07-14node: Standardize interface of format_node_description()David Goulet
2020-07-14Merge branch 'tor-gitlab/mr/47'David Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-13Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-07-13Update channel_matches_target_addr_for_extend test to current APINick Mathewson
2020-07-13Added testsMrSquanchee
2020-07-10Merge branch 'tor-gitlab/mr/39'David Goulet
2020-07-10Merge remote-tracking branch 'tor-gitlab/mr/29'Nick Mathewson
2020-07-10Collect IPv6 bidi connection statisticsNick Mathewson
2020-07-10Change connstats.c identifers to start with conn_statsNick Mathewson
2020-07-10Split bidi connection-stats code into a new C file.Nick Mathewson
2020-07-10Make channel_get_addr_if_possible() take a const channel_t.Nick Mathewson
2020-07-10Rename public bandwidth-history identifiers to start with "bwhist".Nick Mathewson
2020-07-10Split bandwidth history functions into a separate C file.Nick Mathewson
2020-07-09Merge remote-tracking branch 'tor-gitlab/mr/36'Nick Mathewson
2020-07-09test: Add IPv6 inet_pton double "::" testDavid Goulet
2020-07-09Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-09Merge remote-tracking branch 'dgoulet/ticket33796_044_01' into maint-0.4.4Nick Mathewson
2020-07-09Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-09Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-07-09Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-07-09Merge branch 'maint-0.3.5' into maint-0.4.2Nick Mathewson
2020-07-09Merge branch 'maint-0.4.4'David Goulet
2020-07-08socks: Returns 0xF6 only if BAD_HOSTNAMEGuinness
2020-07-08trace: Add LTTng-UST interface supportDavid Goulet
2020-07-07Revert "config: Make clients tell dual-stack exits they prefer IPv6"David Goulet
2020-07-07addr: Attempt to learn our address with ORPortDavid Goulet
2020-07-07Fix coccinelle complaint in test-memwipe.cNick Mathewson
2020-07-06Run `tor_tls_cert_matches_key()` Test Suite with both OpenSSL and NSS.Alexander Færøy
2020-07-06Fix coccinelle complaint in test_config.cNick Mathewson
2020-07-06addr: Fix possible memleak in find_my_address()David Goulet
2020-07-06Merge remote-tracking branch 'tor-github/pr/1938/head'Nick Mathewson
2020-07-03Merge branch 'tor-github/pr/1934'George Kadianakis
2020-07-02Merge branch 'tor-github/pr/1968'David Goulet
2020-07-02Allow multiple addresses in extend_info_t.Nick Mathewson
2020-07-02Merge branch 'ticket33238_045_01_squashed'Nick Mathewson
2020-07-02addr: Prioritize interface lookup over local hostnameDavid Goulet
2020-07-02Refactor channel_connect_for_circuit() to take an extend_info_t.Nick Mathewson
2020-07-02Extract extend_info manipulation functions into a new file.Nick Mathewson
2020-07-02parseconf: Add an authority IPv6 ORPort testteor
2020-07-01Merge remote-tracking branch 'dgoulet/ticket33235_045_01'Nick Mathewson
2020-07-01test: Rename test_rep_hist to test_statsDavid Goulet