oxen-mq/tests
Jason Rhinelander 3a0508fdce Fix incoming ConnectionIDs not being storable
ConnectionIDs weren't comparing their routes, which meant that if
external code stored one in a map or set *all* incoming connections on
the same listener would be considered the same connection.

This fixes it by considering route for equality/hashing, and strips
route off internally where we need to map it to a socket.
2020-04-26 12:12:04 -03:00
..
Catch2@b3b07215d1 Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
CMakeLists.txt 1.1.0: invocation-time SN auth; failure responses 2020-04-12 19:57:19 -03:00
common.h 1.1.0: invocation-time SN auth; failure responses 2020-04-12 19:57:19 -03:00
main.cpp Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
test_batch.cpp Add more locks around assertions 2020-03-21 12:56:13 -03:00
test_commands.cpp Test suite timing tweaks 2020-04-14 17:40:41 -03:00
test_connect.cpp Fix incoming ConnectionIDs not being storable 2020-04-26 12:12:04 -03:00
test_failures.cpp 1.1.0: invocation-time SN auth; failure responses 2020-04-12 19:57:19 -03:00
test_requests.cpp Test suite timing tweaks 2020-04-14 17:40:41 -03:00
test_string_view.cpp Fixed string_view c++17 compatibility 2020-02-24 22:20:56 -04:00