summaryrefslogtreecommitdiff
path: root/src/network/core
AgeCommit message (Expand)Author
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 directlyrubidium
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 compilationglx
2009-04-04(svn r15948) -Fix: resolve network addresses before comparing themrubidium
2009-04-04(svn r15946) -Codechange: move netmask matching to NetworkAddress and add som...rubidium
2009-04-03(svn r15945) -Fix (r15944): win32 compilationglx
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 win32glx
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 r15930) -Fix (r15926): MSVC compilationglx
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 socketrubidium
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 NetworkAddressrubidium
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-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-06(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.rubidium
2009-01-23(svn r15242) -Feature: allow moving clients between companies/spectators by t...rubidium
2009-01-22(svn r15206) -Fix [FS#2567]: memory corruption due to not properly cleanup up...rubidium
2009-01-20(svn r15178) -Change: rename 'update' to 'upgrade' as that's a bit more clearrubidium
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 r15161) -Change: bump url to 96 bytesrubidium
2009-01-18(svn r15135) -Fix/Change: allow str_validate (part of receiving strings from ...rubidium
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2009-01-14(svn r15079) -Codechange: split tcp 'backend' and in-game handling like it is...rubidium
2009-01-13(svn r15053) -Cleanup: remove some unneeded includesrubidium
2009-01-13(svn r15052) -Codechange: move the implementation of Send_CompanyInformation ...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-08(svn r14915) -Codechange: unify the receiving and sending of commands, and th...rubidium
2008-12-29(svn r14766) -Fix (r14730ish): remove unused typedef.rubidium
2008-12-28(svn r14760) -Fix (rlongago): network connection of clients being closed twic...rubidium
2008-12-28(svn r14759) -Fix (r14730): tab completion causing out-of-bounds read.rubidium
2008-12-23(svn r14730) -Codechange: remove the need for networkclientsockets and networ...rubidium