index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
TraversalClient.cpp
Age
Commit message (
Expand
)
Author
2023-12-11
TraversalClient: Resolve -Wsign-compare warning
Lioncash
2023-11-30
Merge pull request #11382 from skyfloogle/traversal-fix-2
Mai
2023-11-03
Netplay: Fix building on clang 17.
Admiral H. Curtiss
2023-10-28
Netplay: Don't log skippable events as errors
Floogle
2023-05-20
Traversal: Notify user of TTL to be used
Floogle
2023-05-20
Traversal: Autoconfigure TTL to use for probe packet
Floogle
2023-04-24
Common/TraversalClient: Move interface into Common namespace
Lioncash
2023-04-19
Common/TraversalClient: Use correct deleter with g_MainNetHost
Lioncash
2023-04-02
NetPlay: Limit ENet's MTU to 1392 as a workaround for dropped packets over VP...
Admiral H. Curtiss
2022-03-15
NetPlayDialog: Display external IP/Port as seen by the traversal server when ...
Jordan Woyak
2022-01-13
Cast to int for enums that are not formattable
Pokechu22
2021-07-05
licensing: convert "public domain" to CC0 1.0
Pierre Bourdon
2021-01-20
TraversalClient: Make use of std::string_view with ConnectToClient()
Lioncash
2021-01-20
TraversalClient: Prevent uninitialized values from occurring in MakeENetAddress
Lioncash
2021-01-20
TraversalProto: Convert TraversalPacketType into an enum class
Lioncash
2021-01-20
TraversalClient: Convert state enum into an enum class
Lioncash
2020-12-02
General: Convert PanicAlerts over to fmt equivalent
Lioncash
2020-10-23
Common: Migrate logging to fmt
Lioncash
2018-11-19
NetPlay: Implement chunked data transfer
Techjar
2018-06-14
Common/Random: Add convenience template for simple arithmetic values
Lioncash
2018-05-31
Common: Add Random utilities
Léo Lam
2018-04-16
TraversalClient: Use u32 instead of enet_uint32
Lioncash
2018-04-16
TraversalClient: In-class initialize members where applicable
Lioncash
2018-04-16
TraversalClient: Make data externally read-only members private
Lioncash
2017-09-09
Common: Move version strings to their own header
Lioncash
2017-08-08
TraversalClient: make FailureReason an enum class
Michael M
2017-07-22
TraversalClient: Fix memory leaks in ReleaseTraversalClient()
Lioncash
2016-07-23
Improve netplay setup dialog UX
Aestek
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-02
Merge pull request #2876 from CastellaFactory/master
Markus Wick
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-20
[Netplay:Traversal] Add "Force Netplay Listen Port" feature that was in old n...
CastellaFactory
2015-03-18
Traversal: Use a decent PRNG instead of rand()
mathieui
2015-03-18
NetPlay: Make the enet interrupts work
mathieui
2015-03-01
Fix -Wswitch warning
Tillmann Karras
2015-02-25
Added TraversalServer.cpp to Core/Common
Ziek
2015-02-25
Added Gui elements in Netplay Setup Diag so a person can choose a traversal s...
Ziek
2015-02-25
Fixed issue where players were not disconnecting correctly
Ziek
2015-02-25
Change netplay initial gctime to be determined by the hosts initial time
Ziek
2015-02-25
Moved Traversal Client code over from old netplay
Ziek