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
/
tcp_connect.cpp
Age
Commit message (
Expand
)
Author
2021-08-28
Fix: when DNS didn't resolve any IPs, the debug message was misleading (#9519)
Patric Stout
2021-07-16
Feature: allow the use of STUN to connect client and server together
Patric Stout
2021-07-16
Codechange: allow Connect() to bind to a local address
Patric Stout
2021-07-11
Feature: join servers based on their invite code
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-29
Fix f7e390bd: freeaddrinfo() is not guaranteed to handle a nullptr graceful (...
Patric Stout
2021-06-17
Cleanup: use nullptr instead of 0 or NULL
Rubidium
2021-06-15
Codechange: [Network] Make hostname/client IP return strings instead of a C-s...
rubidium42
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-05-13
Fix #9255: [Network] TCPConnecter crashes when hostname not found (#9259)
Patric Stout
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-08
Fix: destroying a TCPConnecter that was still resolving made illegal writes
Patric Stout
2021-05-08
Fix f7e390bd: getpeername() doesn't work on closed sockets (#9213)
Patric Stout
2021-05-06
Feature: use Happy Eyeballs to make network connections (TCP-only) (#9199)
Patric Stout
2021-05-05
Codechange: use connection_string in favour of NetworkAddress (#9197)
Patric Stout
2020-06-18
Fix: Racy use of flags in TCPConnecter::CheckCallbacks
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-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Erase() with std::vector::erase()
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2016-10-30
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2011-01-22
(svn r21886) -Codechange: move documentation towards the code to make it more...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-01
(svn r17339) -Codechange: move thread related files to their own directory (l...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
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-01-20
(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...
rubidium