aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bridges.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-09-13Add a test case with a matching ip but mismatched identity.Nick Mathewson
2018-09-13Unit tests for ticket 27224.rl1987
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-07-05Remove util.hNick Mathewson
2018-06-27rectify include paths (automatic) for address.hNick Mathewson
2018-06-22Expunge container.hNick Mathewson
2018-06-22Rectify include paths after container split (automatic)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Refrain from accessing empty smartlist in test_bridges_clear_bridge_listrl1987
2018-04-17Fix a pointer size error in test_bridges.cNick Mathewson
2018-04-09tests: Make tt_finished() macro for tests without tt_*_op() calls.Isis Lovecruft
2018-04-09test: Add testing module and some unittests for bridges.c.Isis Lovecruft