summaryrefslogtreecommitdiff
path: root/src/network/network_udp.cpp
AgeCommit message (Expand)Author
2009-05-22(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...smatz
2009-05-10(svn r16265) -Fix (r16238): wrong format string for debug outputsmatz
2009-05-06(svn r16238) -Change: improve/clarify some network related debug "error" mess...rubidium
2009-04-10(svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be ...rubidium
2009-04-10(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_b...rubidium
2009-04-08(svn r15993) -Codechange: clean up/generalise the handling of the server listrubidium
2009-04-08(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.rubidium
2009-04-08(svn r15989) -Fix (r15987: segfault due to uninitialised sockets.rubidium
2009-04-08(svn r15987) -Fix: make the master socket only listen on the IP the server is...rubidium
2009-04-08(svn r15984) -Codechange: prepare the UDP receiver to process multiple types ...rubidium
2009-04-08(svn r15975) -Codechange: register each of the IPs we have bound to to the ma...rubidium
2009-04-07(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to...rubidium
2009-04-07(svn r15969) -Codechange: make the list of broadcast addresses virtually unli...rubidium
2009-04-05(svn r15961) -Codechange: prepare the 'client' side for receiving 'session ke...rubidium
2009-04-03(svn r15932) -Codechange: show ip:port as (fallback) servername instead of on...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 socketrubidium
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 NetworkAddressrubidium
2009-04-02(svn r15915) -Codechange: let the udp code use NetworkAddress.rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-20(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...rubidium
2009-01-20(svn r15159) -Fix: move the UDP queries that resolve a hostname into threads ...rubidium
2009-01-20(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-12-23(svn r14731) -Fix: don't initialise UDP multiple times without closing it.rubidium
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-08-04(svn r13988) -Codechange: move the to IP resolving functions to a separate file.rubidium
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-17(svn r13713) -Fix: possible crash on creating a network packet.rubidium
2008-06-09(svn r13433) -Codechange: remove a now useless global variable.rubidium
2008-06-03(svn r13369) -Codechange: remove duplication of network configuration setting...rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13334) -Codechange: move the network settings variables from network/ne...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-08(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warningsglx
2008-05-06(svn r12968) -Fix: Don't segfault when adding a server if 0.0.0.0 was entered...maedhros
2008-04-18(svn r12762) -Fix: tabs after the first non-tab character are generally not o...rubidium
2008-04-04(svn r12574) -Fix: binding to a specific IP could cause OpenTTD to not regist...rubidium
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium