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
/
network.cpp
Age
Commit message (
Expand
)
Author
2009-04-03
(svn r15932) -Codechange: show ip:port as (fallback) servername instead of on...
rubidium
2009-04-03
(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
rubidium
2009-04-03
(svn r15926) -Codechange: make the broadcast IP list less AF dependent.
rubidium
2009-04-03
(svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF de...
rubidium
2009-04-03
(svn r15922) -Codechange: unify the ways to listen on a socket
rubidium
2009-04-03
(svn r15921) -Fix: some OSes don't like sizeof(sockaddr_storage) but want siz...
rubidium
2009-04-02
(svn r15918) -Fix (r15917): comparing IPs sometimes failed due to 'random' da...
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 NetworkAddress
rubidium
2009-03-19
(svn r15773) -Fix [FS#2475]: number of active clients wasn't always properly
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-03-08
(svn r15644) -Fix [FS#2710]: closing a network connection twice in the case t...
rubidium
2009-03-07
(svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so al...
smatz
2009-02-25
(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp
rubidium
2009-02-20
(svn r15529) -Fix [FS#2644]: the local command queue didn't get properly clea...
rubidium
2009-02-09
(svn r15425) -Codechange: some color->colour changes and type safety.
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-23
(svn r15242) -Feature: allow moving clients between companies/spectators by t...
rubidium
2009-01-21
(svn r15194) -Fix: Don't count dedicated server as a spectator
peter1138
2009-01-20
(svn r15176) -Fix [FS#2554]: querying the content server could free when reso...
rubidium
2009-01-20
(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...
rubidium
2009-01-20
(svn r15160) -Fix (r15157): port != IP
glx
2009-01-20
(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...
rubidium
2009-01-19
(svn r15155) -Codechange: remove unused return value
rubidium
2009-01-17
(svn r15126) -Feature: downloading content from a central server (content.ope...
rubidium
2009-01-15
(svn r15094) -Feature: Add support for IP range bans using CIDR notation.
peter1138
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2009-01-09
(svn r14944) -Cleanup: add spaces around some operators
rubidium
2009-01-09
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with ...
rubidium
2009-01-08
(svn r14910) -Codechange: merge the command queue handling into a single loca...
rubidium
2008-12-29
(svn r14772) -Codechange: make the "dump log of game to reproduce" desync deb...
rubidium
2008-12-29
(svn r14771) -Fix (r14764): resolving of error types to error messages kinda ...
rubidium
2008-12-29
(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...
rubidium
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-12-23
(svn r14731) -Fix: don't initialise UDP multiple times without closing it.
rubidium
2008-12-23
(svn r14730) -Codechange: remove the need for networkclientsockets and networ...
rubidium
2008-12-23
(svn r14725) -Change: make it clearer why (and that) MAX_CLIENTS isn't the am...
rubidium
2008-12-23
(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...
rubidium
2008-12-23
(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/
rubidium
2008-12-23
(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i...
rubidium
2008-12-23
(svn r14720) -Codechange: s/FOR_ALL_CLIENTS/FOR_ALL_CLIENT_SOCKETS/ as the la...
rubidium
2008-12-23
(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and ...
rubidium
2008-12-22
(svn r14718) -Change: remove some direct network core variable accesses from ...
rubidium
2008-12-22
(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl...
rubidium
2008-12-22
(svn r14714) -Codechange: only allocate the company network "state" variables...
rubidium
2008-12-22
(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...
rubidium
2008-12-22
(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...
rubidium
2008-11-02
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...
skidd13
2008-10-18
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
smatz
2008-09-30
(svn r14423) -Codechange: also do r14221 for the strings.
rubidium
[prev]
[next]