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
/
tcp.cpp
Age
Commit message (
Expand
)
Author
2013-11-22
(svn r26046) -Fix: handle a number of failure conditions from methods called ...
rubidium
2011-05-01
(svn r22403) -Document: some more network/core code
rubidium
2011-02-12
(svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" when...
rubidium
2010-11-30
(svn r21358) -Codechange: make some network function names conform to coding ...
rubidium
2010-11-30
(svn r21357) -Codechange: make it possible to resize the packet's buffer
rubidium
2010-11-14
(svn r21182) -Fix: possible just-freed memory reads
rubidium
2010-10-15
(svn r20939) -Fix: some MSVC warnings
rubidium
2010-10-15
(svn r20933) -Codechange: move some more client related methods and such to n...
rubidium
2010-01-14
(svn r18801) -Fix: in some cases error messages weren't properly sent to the ...
rubidium
2009-10-09
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini...
smatz
2009-10-07
(svn r17742) -Codechange: remove unused variable from Recv_Packet
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-06-19
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time
rubidium
2009-04-07
(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to...
rubidium
2009-04-07
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
rubidium
2009-01-22
(svn r15206) -Fix [FS#2567]: memory corruption due to not properly cleanup up...
rubidium
2009-01-20
(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...
rubidium
2009-01-14
(svn r15079) -Codechange: split tcp 'backend' and in-game handling like it is...
rubidium
2008-12-28
(svn r14760) -Fix (rlongago): network connection of clients being closed twic...
rubidium
2008-12-23
(svn r14730) -Codechange: remove the need for networkclientsockets and networ...
rubidium
2008-12-23
(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i...
rubidium
2008-12-22
(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...
rubidium
2008-05-30
(svn r13343) -Codechange: reorder/move variable/functions in the network head...
rubidium
2008-04-18
(svn r12765) -Codechange: move some stuff out of variables.h that required in...
rubidium
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-02-23
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...
celestar
2007-02-01
(svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet fu...
rubidium
2007-02-01
(svn r8521) -Codechange: initial step in converting Packet to a class; make a...
rubidium
2007-01-28
(svn r8445) -Cleanup: remove some @params from comments as the parameters did...
rubidium
2007-01-12
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...
rubidium
2007-01-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...
KUDr
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr