summaryrefslogtreecommitdiff
path: root/src/network/core
AgeCommit message (Expand)Author
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
2008-12-23(svn r14724) -Codechange: move some NetworkClientSocket related function/defi...rubidium
2008-12-23(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...rubidium
2008-12-23(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i...rubidium
2008-12-23(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and ...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-12-13(svn r14671) -Fix: compilation was broken for some systemssmatz
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-29(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn...rubidium
2008-08-25(svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yetsmatz
2008-08-25(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'smatz
2008-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified const...rubidium
2008-08-12(svn r14052) -Codechange: make the size of the chat message "box" configurabl...rubidium
2008-08-11(svn r14045) -Codechange: move the network's limitation to chat messages to a...rubidium
2008-08-08(svn r14026) -Cleanup (r13995, r14004): trailing whitespacesglx
2008-08-04(svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found.rubidium
2008-08-04(svn r13995) -Fix (r13988): some warnings of the compile farm.rubidium
2008-08-04(svn r13990) -Fix (r13988): win32 compilation failedglx
2008-08-04(svn r13988) -Codechange: move the to IP resolving functions to a separate file.rubidium
2008-07-17(svn r13713) -Fix: possible crash on creating a network packet.rubidium
2008-07-17(svn r13712) -Fix: enforce the length restrictions of company and president n...rubidium
2008-06-04(svn r13378) -Fix (r13375): compilation without network support was brokensmatz
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-04-30(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.rubidium
2008-04-18(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can alw...smatz
2008-04-18(svn r12765) -Codechange: move some stuff out of variables.h that required in...rubidium
2008-04-09(svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading s...rubidium
2008-03-24(svn r12407) -Add [FS#1866]: more language flags for serversglx
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium