aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_relay.c
AgeCommit message (Expand)Author
2021-06-14Merge remote-tracking branch 'tor-gitlab/mr/338'Nick Mathewson
2021-03-17Add a MinTimeToReportBandwidth option; make it 0 for testing networks.Nick Mathewson
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-01-27relay: Skip address discovery if no ORPort is foundDavid Goulet
2020-07-24relay: Turn find address "method_used" into enumDavid Goulet
2020-07-21relay: Add AddressDisableIPv6 torrc optionDavid Goulet
2020-07-20relay: Use flags in relay_find_addr_to_publish()David Goulet
2020-07-20addr: Use false/true with relay_find_addr_to_publish()David Goulet
2020-07-20test: Unit test for relay_find_addr_to_publish()David Goulet
2020-07-20test: Unit test for relay_address_new_suggestion()David Goulet
2020-07-10Split bandwidth history functions into a separate C file.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete headers that are included twiceteor
2019-10-28test: Add fakecircs.{h|c} helperDavid Goulet
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-09-20Merge branch 'bug23512-v4-029-fixes'Nick Mathewson
2018-09-20Merge branch 'bug23512-v4-029-fixes'Nick Mathewson
2018-09-20Fix a pair of errors in bug23512Nick Mathewson
2018-09-18Merge branch 'bug23512-v4-033' into bug23512-v4-masterMike Perry
2018-09-17Bug 23512: Test fix: cmux is now allocated by new_fake_channel()Mike Perry
2018-09-17Merge branch 'bug23512-v4-032' into bug23512-v4-033Mike Perry
2018-09-17Bug 23512: Mock assert_circuit_ok in tests.Mike Perry
2018-09-17Merge branch 'bug23512-v4-029' into bug23512-v4-032Mike Perry
2018-09-17Bug 23512: Test recording bytes in circ queues.Mike Perry
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract cell type and their queues into new headersNick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2017-11-22test: Fix memleak of channel cmuxDavid Goulet
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-03-15Run the copyright update script.Nick Mathewson
2016-09-09Fix a coupole of coverity complaints.Nick Mathewson
2016-09-08Fix remaining test warnings. (in test_relay.c)Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-22Fix a bunch of memory leaks in the unit tests. Found with valgrindNick Mathewson
2014-12-22Fix some coverity issues in the unit testsNick Mathewson
2014-09-30Update test_relay.c for recent test suite changes and --enable-mempools supportAndrea Shepard
2014-09-30Add append_cell_to_circuit_queue() unit testAndrea Shepard