aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_router.c
AgeCommit message (Expand)Author
2020-07-21Rename router_get_advertised_*() functions.Nick Mathewson
2020-07-21Combine router_get_advertised_or_port{,by_af_}() functionsNick Mathewson
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
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-03-21Merge branch 'bug32588_042' into bug32588_043teor
2020-03-21Merge branch 'bug32588_035' into bug32588_041teor
2020-03-21Add a test for the localhost case.Nick Mathewson
2020-03-21Extend test to handle router_get_advertised_ipv6_or_apNick Mathewson
2020-03-21Add a test for router_get_advertised_or_port_by_af().Nick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-09Always define NS_MODULE and NS_SUBMODULE when NS is used.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-09-11Run test_operator_cleanup on our unit testsNick Mathewson
2019-02-19test_router: Add comment to explain mockingteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-05Merge remote-tracking branch 'public/prop298'Nick Mathewson
2018-12-05Write tests for mark_my_descriptor_dirty_if_too_old()Nick Mathewson
2018-11-24Emit router families in canonical formNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-04Merge branch 'nss_squashed' into nss_mergeNick Mathewson
2018-09-04Fix a pair of remaining leaks in tortls_nss.cNick Mathewson
2018-09-04Merge branch 'bug24104_029_squashed'Nick Mathewson
2018-09-01Test for descriptor does not change when hibernatingjuga0
2018-09-01Add test for check_descriptor_bandwidth_changedjuga0
2018-08-29router: Keep RSA onion public key in ASN.1 formatDavid Goulet
2018-07-05Fix everything that previously referred to src/orNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2017-10-24Updates to fix check-spaces/check-changes warningsNick Mathewson
2017-10-24test: Add unittest for descriptors with BridgeDistribution option.Isis Lovecruft
2014-02-06remove node_describe_by_id() functionQingping Hou
2014-02-03check-spaces fixes for test_router.cNick Mathewson
2014-01-29add test case for node_describe_by_idQingping Hou