aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_nodelist.c
AgeCommit message (Expand)Author
2020-07-14node: Standardize interface of format_node_description()David Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-02Allow multiple addresses in extend_info_t.Nick Mathewson
2020-01-20test/nodelist: Remove ROUTERSTATUS_FORMAT_NO_CONSENSUS_METHODteor
2020-01-20Rename test to match new identifier.Nick Mathewson
2020-01-20Rename routerstatus_has_changed to routerstatus_has_visibly_changedNick Mathewson
2020-01-20Update routerstatus_has_changed tests.Nick Mathewson
2020-01-20Add unit test for routerstatus_has_changed()Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-08-23test/nodelist: Add unit tests for describe.cteor
2019-08-19test/nodelist: Fix a typoteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-24Add a function to canonicalize nodefamilies per prop298Nick Mathewson
2018-11-24Revise nodefamily.c to match proposal 298Nick Mathewson
2018-11-19Test new functions in nodelist.cNick Mathewson
2018-11-19Aim for 100% test coverage on nodefamily.cNick Mathewson
2018-11-19Backend for compact node-family representation.Nick Mathewson
2018-10-17Merge branch 'bug27800-034' into bug27800-035Taylor Yu
2018-10-17Merge branch 'bug27800-033' into tor-034Taylor Yu
2018-10-17Log more info for duplicate ed25519 IDsTaylor Yu
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
2018-06-15Extract microdesc_t into its own header.Nick Mathewson
2018-06-15Extract routerstatus_t into its own header.Nick Mathewson
2018-06-15Extract networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2017-09-11test: Fix memleaksDavid Goulet
2017-08-22Unit tests for maintaining ed25519->node map.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-12-18Fix nodelist/node_is_dir test wrt 12538.Nick Mathewson
2015-12-18Add unit test for router_pick_directory_server_implMatthew Finkel
2015-12-18Client should check if dir server has open dir port or handles tunnelled requ...Matthew Finkel
2015-01-23Merge remote-tracking branch 'public/ticket9969'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-23Unit tests for router download functions.Arlo Breault
2014-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-02-07Use the right functions; strncpy is usually not the answerNick Mathewson
2014-02-06add test case for node_get_verbose_nicknameQingping Hou
2014-02-06add test for node_get_verbose_nickname_by_idQingping Hou