summaryrefslogtreecommitdiff
path: root/src/network/core/packet.cpp
AgeCommit message (Expand)Author
2021-06-13Fix #9361, a2051ba: [Network] Off by one in CanWriteToPacketrubidium42
2021-06-10Cleanup: [Network] Remove C-string Recv_string and its last userubidium42
2021-05-29Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)Patric Stout
2021-05-15Fix: comparison of narrow type to wide type in loop (potential for infinite l...Rubidium
2021-05-13Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)Patric Stout
2021-05-03Add: [Network] Reading std::string from a packetrubidium42
2021-05-03Add: [Network] Writing std::string to a packetrubidium42
2021-04-26Fix 8a95fee4: Missing initialiser in Packet constructorCharles Pigott
2021-04-25Codechange: differentiate between UDP, TCP and compatibility MTU valuesRubidium
2021-04-25Codechange: allow different limits in packet sizesRubidium
2021-04-24Codechange: use std::vector instead of a fixed size array for PacketsRubidium
2021-04-24Codechange: add accessor for the packet type to Packet and make the internal ...Rubidium
2021-04-24Codechange: remove public access to the next pointer in PacketRubidium
2021-04-24Codechange: encapsulate reading the size of a PacketRubidium
2021-04-24Codechange: encapsulate the logic about how many bytes can be sent from a buf...Rubidium
2021-04-24Codechange: move the logic shrinking of the packets into the Packet itselfRubidium
2021-04-24Codechange: encapsulate reading data from sockets into Packets to prevent pac...Rubidium
2021-04-24Codechange: move logic whether there is enough space in a packet to write dat...Rubidium
2021-04-24Codechange: move more logic about packet size validity and reading into PacketRubidium
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2011-12-18(svn r23590) -Codechange: make the string validation settings better expandablerubidium
2011-05-01(svn r22403) -Document: some more network/core coderubidium
2010-11-30(svn r21357) -Codechange: make it possible to resize the packet's bufferrubidium
2010-01-14(svn r18800) -Fix: in some cases with invalid packets one can crash recent tr...rubidium
2009-10-09(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-03-06(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.rubidium
2009-01-18(svn r15135) -Fix/Change: allow str_validate (part of receiving strings from ...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-04-18(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can alw...smatz
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-10-18(svn r11290) -Fix: obiwan in the assertion that checked for overflows when wr...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-02(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b...rubidium
2007-02-01(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) func...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