summaryrefslogtreecommitdiff
path: root/src/network/core/core.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-12Change: reworked the debug levels for network facility (#9251)Patric Stout
2021-05-01Codechange: encapsulate network error handlingrubidium42
2021-04-27Codechange: move all NetworkGameInfo related functions to a single filePatric Stout
2021-04-27Fix: [Network] errno and strerror do not handle network errors on Windowsrubidium42
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-01-13(svn r15053) -Cleanup: remove some unneeded includesrubidium
2009-01-13(svn r15052) -Codechange: move the implementation of Send_CompanyInformation ...rubidium
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-23(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...celestar
2007-02-01(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) func...rubidium
2007-01-30(svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandle...rubidium
2007-01-28(svn r8445) -Cleanup: remove some @params from comments as the parameters did...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr