index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
core
/
address.cpp
Age
Commit message (
Expand
)
Author
2021-07-16
Feature: allow the use of STUN to connect client and server together
Patric Stout
2021-07-11
Change: groundwork to allow ServerAddress to use invite codes
Patric Stout
2021-07-11
Codechange: track servers with a ServerAddress instead of a NetworkAddress
Patric Stout
2021-06-15
Codechange: [Network] Make hostname/client IP return strings instead of a C-s...
rubidium42
2021-06-15
Codechange: [Network] Let IsInNetmask use std::string
rubidium42
2021-06-15
Codechange: [Network] Simplify formatting of network addresses to string
rubidium42
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-05-15
Fix: [Network] Check on CIDR for netmask check considered everything valid
Rubidium
2021-05-12
Change: reworked the debug levels for network facility (#9251)
Patric Stout
2021-05-10
Change: reworded many of the network errors during connect/listen (#9230)
Patric Stout
2021-05-06
Feature: use Happy Eyeballs to make network connections (TCP-only) (#9199)
Patric Stout
2021-05-06
Codechange: [Network] Use std::string for NetworkAddress' host name
rubidium42
2021-05-01
Codechange: encapsulate network error handling
rubidium42
2021-04-29
Codechange: use NetworkAddress instead of two host/port variables where possible
Patric Stout
2021-04-29
Codechange: use std::string over stack-based strings if possible
Patric Stout
2021-04-27
Change: [Network] lower TCP connect() timeout to 3s (#9112)
Patric Stout
2021-04-27
Fix: [Network] errno and strerror do not handle network errors on Windows
rubidium42
2021-04-12
Change: warn the user about the resolving of an address being extra very slow
Rubidium
2021-04-07
Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...
Niels Martin Hansen
2020-12-15
Fix: workarounds for two emscripten bugs in the network stack
Patric Stout
2020-12-15
Add: support for emscripten (play-OpenTTD-in-the-browser)
Patric Stout
2020-06-21
Fix: Thread unsafe use of NetworkAddress::GetAddressAsString
Jonathan G Rennison
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2014-12-24
(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2011-11-12
(svn r23193) -Codechange: don't cast away const unneededly
rubidium
2011-07-30
(svn r22695) -Fix [FS#4697]: mark addresses that could not be resolved as 'do...
rubidium
2011-01-22
(svn r21886) -Codechange: move documentation towards the code to make it more...
rubidium
2010-10-16
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
frosch
2010-03-11
(svn r19385) -Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr >...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-05-10
(svn r16265) -Fix (r16238): wrong format string for debug output
smatz
2009-05-06
(svn r16238) -Change: improve/clarify some network related debug "error" mess...
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 r16005) -Fix: assertion when there is no last joined server; when you've...
rubidium
2009-04-09
(svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to...
rubidium
2009-04-08
(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.
rubidium
2009-04-08
(svn r15984) -Codechange: prepare the UDP receiver to process multiple types ...
rubidium
2009-04-08
(svn r15982) -Codechange: use GetAddressAsString to get the name instead of p...
rubidium
2009-04-08
(svn r15981) -Fix: don't print the address family when writing the IP+port to...
rubidium
2009-04-08
(svn r15980) -Codechange: don't try to bind to the same socket twice; it's qu...
rubidium
2009-04-08
(svn r15979) -Codechange: tweak the debug/warning levels of some of the messa...
rubidium
2009-04-08
(svn r15976) -Codechange: make it a bit more clear for what (type of) address...
rubidium
2009-04-08
(svn r15975) -Codechange: register each of the IPs we have bound to to the ma...
rubidium
[next]