summaryrefslogtreecommitdiffhomepage
path: root/mullvad-relay-selector/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2022-07-07Move shared endpoint data to the top of the relay listDavid Lönnhager1-111/+82
2022-06-21Fix the large majority of clippy warningsJonathan1-6/+6
2022-06-13Perform a clippy --fixjonathan1-14/+14
2022-05-09Add unit test for server ownership constraintDavid Lönnhager1-1/+32
2022-05-09Update unit tests in relay selector to handle ownershipDavid Lönnhager1-0/+2
2022-05-09Add server ownership constraint to the daemon and CLIDavid Lönnhager1-6/+20
2022-04-27Fix inaccuracies in preferred relay constraintsDavid Lönnhager1-6/+0
2022-04-27Always honor the multihop setting when the tunnel type is 'any'David Lönnhager1-45/+93
2022-04-26Return obfuscation config along with relayDavid Lönnhager1-15/+69
2022-04-26Rename 'RelaySelectorResult'David Lönnhager1-12/+12
2022-04-26Fix transport protocol selection when bridge mode is autoDavid Lönnhager1-10/+12
2022-04-26Return bridge from get_relay()David Lönnhager1-9/+25
2022-04-26Update relay selector testsDavid Lönnhager1-31/+27
2022-04-26Decouple API bridge selection from the daemonDavid Lönnhager1-30/+28
2022-04-26Manage relay, bridge, and obfuscation settings in the relay selectorDavid Lönnhager1-30/+136
2022-04-26Make relay selector not depend on the updaterDavid Lönnhager1-43/+6
2022-04-26Move the relay selector to its own crateDavid Lönnhager1-0/+1704