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
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
2009-04-08
(svn r15972) -Codechange: remove unneeded parameter
rubidium
2009-04-07
(svn r15970) -Codechange: make it possible to resolve a single address into m...
rubidium
2009-04-07
(svn r15968) -Codechange: do not allocate a buffer for NetworkAddresses so pa...
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 r15946) -Codechange: move netmask matching to NetworkAddress and add som...
rubidium
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 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 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 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-01-20
(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...
rubidium