summaryrefslogtreecommitdiff
path: root/src/network/core/packet.h
AgeCommit message (Expand)Author
2021-06-10Cleanup: [Network] Remove C-string Recv_string and its last userubidium42
2021-05-03Add: [Network] Reading std::string from a packetrubidium42
2021-05-03Add: [Network] Writing std::string to a packetrubidium42
2021-04-27Fix: missing <limits> include in network/core/packet.h (#9123)Milek7
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: encapsulate writing data from Packets into sockets/files/buffers ...Rubidium
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-03-20Remove: ENABLE_NETWORK switchPatric Stout
2011-12-18(svn r23590) -Codechange: make the string validation settings better expandablerubidium
2011-05-01(svn r22401) -Codechange: replace some defines in the udp code so doxygen can...rubidium
2010-11-30(svn r21357) -Codechange: make it possible to resize the packet's bufferrubidium
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2009-10-09(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini...smatz
2009-10-04(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic'...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
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
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-31(svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name fir...KUDr
2007-01-12(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...rubidium
2007-01-04(svn r7836) -Codechange: some constness for network/core.rubidium
2007-01-04(svn r7834) -Codechange: cleanup the includes of network/core a little; inclu...rubidium
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium