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_http.cpp
Age
Commit message (
Expand
)
Author
2021-06-15
Codechange: [Network] Simplify constructing the HTTP request with fmt
rubidium42
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-05-13
Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)
Patric Stout
2021-05-12
Change: reworked the debug levels for network facility (#9251)
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
2021-05-01
Codechange: encapsulate network error handling
rubidium42
2021-04-29
Change: [Network] Encapsulate logic about the connection string to the networ...
rubidium42
2021-04-29
Codechange: use NetworkAddress instead of two host/port variables where possible
Patric Stout
2021-04-27
Codechange: move all NetworkGameInfo related functions to a single file
Patric Stout
2021-04-27
Change: [Network] Use string error messages instead of numeric error numbers ...
rubidium42
2021-04-27
Fix: [Network] errno and strerror do not handle network errors on Windows
rubidium42
2021-04-20
Codechange: split ParseConnectionString into two functions
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
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-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-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
2019-02-03
Change: Make a shortened network revision string for use in server queries
Niels Martin Hansen
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 r23198) -Codechange: introduce a free that takes const pointers so we do...
rubidium
2011-05-01
(svn r22403) -Document: some more network/core code
rubidium
2011-01-22
(svn r21886) -Codechange: move documentation towards the code to make it more...
rubidium
2010-11-23
(svn r21302) -Fix (r18994): do not add HTTP connection to list of connections...
smatz
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-07-31
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
alberth
2010-02-10
(svn r19090) -Codechange: some comment coding style fixes
rubidium
2010-02-03
(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain a...
rubidium
2010-02-03
(svn r18994) -Change: content mirroring support (based on work by TrueBrain).
rubidium