summaryrefslogtreecommitdiff
path: root/src/network/core/address.h
AgeCommit message (Expand)Author
2021-07-16Feature: allow the use of STUN to connect client and server togetherPatric Stout
2021-07-11Change: groundwork to allow ServerAddress to use invite codesPatric Stout
2021-07-11Codechange: track servers with a ServerAddress instead of a NetworkAddressPatric Stout
2021-06-15Codechange: [Network] Make hostname/client IP return strings instead of a C-s...rubidium42
2021-06-15Codechange: [Network] Let IsInNetmask use std::stringrubidium42
2021-06-15Codechange: [Network] Simplify formatting of network addresses to stringrubidium42
2021-05-06Feature: use Happy Eyeballs to make network connections (TCP-only) (#9199)Patric Stout
2021-05-06Codechange: [Network] Use std::string for NetworkAddress' host namerubidium42
2020-06-21Fix: Thread unsafe use of NetworkAddress::GetAddressAsStringJonathan G Rennison
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-30Fix: GCC9's warnings about deprecated implicit assignment operatorsCharles Pigott
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: If something is a vector of strings, use a vector of strings inst...Michael Lutz
2019-03-26Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...Henry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2011-07-30(svn r22695) -Fix [FS#4697]: mark addresses that could not be resolved as 'do...rubidium
2011-05-01(svn r22403) -Document: some more network/core coderubidium
2011-01-22(svn r21886) -Codechange: move documentation towards the code to make it more...rubidium
2010-12-22(svn r21595) -Codechange: Some header files had their name changed, update th...alberth
2010-04-12(svn r19614) -Codechange: "it's" => "its" where appropriatesmatz
2009-10-04(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic'...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-05-06(svn r16238) -Change: improve/clarify some network related debug "error" mess...rubidium
2009-04-24(svn r16134) -Change: do not add duplicates to the broadcast listrubidium
2009-04-15(svn r16065) -Fix: don't readd (and resolve) the last joined server each time...rubidium
2009-04-11(svn r16034) -Fix: compile warnings generated by 64 bits MSVC.rubidium
2009-04-10(svn r16007) -Fix (r16004): when we want to bind to both IPv4 and IPv6, make ...rubidium
2009-04-09(svn r16000) -Feature: IPv6 supportrubidium
2009-04-08(svn r15993) -Codechange: clean up/generalise the handling of the server listrubidium
2009-04-08(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.rubidium
2009-04-08(svn r15981) -Fix: don't print the address family when writing the IP+port to...rubidium
2009-04-08(svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses.rubidium
2009-04-08(svn r15975) -Codechange: register each of the IPs we have bound to to the ma...rubidium
2009-04-08(svn r15972) -Codechange: remove unneeded parameterrubidium
2009-04-07(svn r15970) -Codechange: make it possible to resolve a single address into m...rubidium
2009-04-07(svn r15969) -Codechange: make the list of broadcast addresses virtually unli...rubidium
2009-04-07(svn r15968) -Codechange: do not allocate a buffer for NetworkAddresses so pa...rubidium
2009-04-04(svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplic...rubidium
2009-04-04(svn r15948) -Fix: resolve network addresses before comparing themrubidium
2009-04-04(svn r15946) -Codechange: move netmask matching to NetworkAddress and add som...rubidium
2009-04-03(svn r15941) -Codechange: jonty-comp's wish partly implemented (content serve...rubidium
2009-04-03(svn r15935) -Codechange: function to compare IP addresses (to sort them)rubidium
2009-04-03(svn r15926) -Codechange: make the broadcast IP list less AF dependent.rubidium
2009-04-03(svn r15924) -Codechange: replace NetworkResolveHost with something less AF d...rubidium
2009-04-03(svn r15922) -Codechange: unify the ways to listen on a socketrubidium
2009-04-03(svn r15921) -Fix: some OSes don't like sizeof(sockaddr_storage) but want siz...rubidium
2009-04-02(svn r15920) -Codechange: make the (TCP) connecting less AF dependent.rubidium
2009-04-02(svn r15917) -Codechange: remove the latest traces of NetworkAddress::GetIP.rubidium
2009-04-02(svn r15916) -Codechange: let the network game list use NetworkAddressrubidium