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
Age
Commit message (
Expand
)
Author
2009-04-08
(svn r15975) -Codechange: register each of the IPs we have bound to to the ma...
rubidium
2009-04-08
(svn r15974) -Fix (r15969): win32 compilation was broken (again)
glx
2009-04-08
(svn r15973) -Codechange: make it possible to listen on multiple TCP sockets
rubidium
2009-04-08
(svn r15972) -Codechange: remove unneeded parameter
rubidium
2009-04-07
(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to...
rubidium
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-07
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
rubidium
2009-04-05
(svn r15961) -Codechange: prepare the 'client' side for receiving 'session ke...
rubidium
2009-04-04
(svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplic...
rubidium
2009-04-04
(svn r15951) -Fix (r15946) [FS#2803]: ofcourse a couple of OSes/compilers do ...
rubidium
2009-04-04
(svn r15950) -Fix (r15946): mingw compilation
glx
2009-04-04
(svn r15948) -Fix: resolve network addresses before comparing them
rubidium
2009-04-04
(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client...
rubidium
2009-04-04
(svn r15946) -Codechange: move netmask matching to NetworkAddress and add som...
rubidium
2009-04-03
(svn r15945) -Fix (r15944): win32 compilation
glx
2009-04-03
(svn r15944) -Codechange: disable IPv4 over IPv6 sockets as there is no defau...
rubidium
2009-04-03
(svn r15941) -Codechange: jonty-comp's wish partly implemented (content serve...
rubidium
2009-04-03
(svn r15940) -Codechange: move setting reuse address to the binding process.
rubidium
2009-04-03
(svn r15938) -Fix: broadcast addresses detection was broken for win32
glx
2009-04-03
(svn r15935) -Codechange: function to compare IP addresses (to sort them)
rubidium
2009-04-03
(svn r15934) -Fix: work around Solaris' inability to "parse" 0 as defined in ...
rubidium
2009-04-03
(svn r15933) -Fix (r15920): mingw doesn't know getaddrinfo() and freeaddrinfo...
glx
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 r15930) -Fix (r15926): MSVC compilation
glx
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 r15924) -Codechange: replace NetworkResolveHost with something less AF d...
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 r15920) -Codechange: make the (TCP) connecting less AF dependent.
rubidium
2009-04-02
(svn r15919) -Fix (r15916): mingw doesn't know getnameinfo() (unless you comp...
glx
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-04-02
(svn r15915) -Codechange: let the udp code use NetworkAddress.
rubidium
2009-04-02
(svn r15914) -Codechange: let the content handling make use of NetworkAddress.
rubidium
2009-03-31
(svn r15905) -Fix (r15424): chat completion got called twice causing tab comp...
rubidium
2009-03-29
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...
alberth
2009-03-25
(svn r15848) -Feature: Add autoclean_novehicles setting which will, when auto...
peter1138
2009-03-23
(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace i...
yexo
2009-03-22
(svn r15822) -Codechange: replace some magic numbers and improve alignment of...
rubidium
2009-03-22
(svn r15820) -Codechange: Some windows using nested widgets
alberth
2009-03-22
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
rubidium
2009-03-22
(svn r15808) -Codechange: use the new DrawString API in a number of GUIs
rubidium
2009-03-22
(svn r15803) -Codechange: use the new text drawing API for multicenter
rubidium
2009-03-21
(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n...
rubidium
2009-03-21
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawin...
rubidium
[next]