summaryrefslogtreecommitdiff
path: root/Source/Core/Common/TraversalClient.cpp
AgeCommit message (Expand)Author
2023-12-11TraversalClient: Resolve -Wsign-compare warningLioncash
2023-11-30Merge pull request #11382 from skyfloogle/traversal-fix-2Mai
2023-11-03Netplay: Fix building on clang 17.Admiral H. Curtiss
2023-10-28Netplay: Don't log skippable events as errorsFloogle
2023-05-20Traversal: Notify user of TTL to be usedFloogle
2023-05-20Traversal: Autoconfigure TTL to use for probe packetFloogle
2023-04-24Common/TraversalClient: Move interface into Common namespaceLioncash
2023-04-19Common/TraversalClient: Use correct deleter with g_MainNetHostLioncash
2023-04-02NetPlay: Limit ENet's MTU to 1392 as a workaround for dropped packets over VP...Admiral H. Curtiss
2022-03-15NetPlayDialog: Display external IP/Port as seen by the traversal server when ...Jordan Woyak
2022-01-13Cast to int for enums that are not formattablePokechu22
2021-07-05licensing: convert "public domain" to CC0 1.0Pierre Bourdon
2021-01-20TraversalClient: Make use of std::string_view with ConnectToClient()Lioncash
2021-01-20TraversalClient: Prevent uninitialized values from occurring in MakeENetAddressLioncash
2021-01-20TraversalProto: Convert TraversalPacketType into an enum classLioncash
2021-01-20TraversalClient: Convert state enum into an enum classLioncash
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-10-23Common: Migrate logging to fmtLioncash
2018-11-19NetPlay: Implement chunked data transferTechjar
2018-06-14Common/Random: Add convenience template for simple arithmetic valuesLioncash
2018-05-31Common: Add Random utilitiesLéo Lam
2018-04-16TraversalClient: Use u32 instead of enet_uint32Lioncash
2018-04-16TraversalClient: In-class initialize members where applicableLioncash
2018-04-16TraversalClient: Make data externally read-only members privateLioncash
2017-09-09Common: Move version strings to their own headerLioncash
2017-08-08TraversalClient: make FailureReason an enum classMichael M
2017-07-22TraversalClient: Fix memory leaks in ReleaseTraversalClient()Lioncash
2016-07-23Improve netplay setup dialog UXAestek
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-02Merge pull request #2876 from CastellaFactory/masterMarkus Wick
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-20[Netplay:Traversal] Add "Force Netplay Listen Port" feature that was in old n...CastellaFactory
2015-03-18Traversal: Use a decent PRNG instead of rand()mathieui
2015-03-18NetPlay: Make the enet interrupts workmathieui
2015-03-01Fix -Wswitch warningTillmann Karras
2015-02-25Added TraversalServer.cpp to Core/CommonZiek
2015-02-25Added Gui elements in Netplay Setup Diag so a person can choose a traversal s...Ziek
2015-02-25Fixed issue where players were not disconnecting correctlyZiek
2015-02-25Change netplay initial gctime to be determined by the hosts initial timeZiek
2015-02-25Moved Traversal Client code over from old netplayZiek