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
/
packet.h
Age
Commit message (
Expand
)
Author
2021-06-10
Cleanup: [Network] Remove C-string Recv_string and its last use
rubidium42
2021-05-03
Add: [Network] Reading std::string from a packet
rubidium42
2021-05-03
Add: [Network] Writing std::string to a packet
rubidium42
2021-04-27
Fix: missing <limits> include in network/core/packet.h (#9123)
Milek7
2021-04-25
Codechange: differentiate between UDP, TCP and compatibility MTU values
Rubidium
2021-04-25
Codechange: allow different limits in packet sizes
Rubidium
2021-04-24
Codechange: use std::vector instead of a fixed size array for Packets
Rubidium
2021-04-24
Codechange: add accessor for the packet type to Packet and make the internal ...
Rubidium
2021-04-24
Codechange: remove public access to the next pointer in Packet
Rubidium
2021-04-24
Codechange: encapsulate reading the size of a Packet
Rubidium
2021-04-24
Codechange: encapsulate the logic about how many bytes can be sent from a buf...
Rubidium
2021-04-24
Codechange: encapsulate writing data from Packets into sockets/files/buffers ...
Rubidium
2021-04-24
Codechange: encapsulate reading data from sockets into Packets to prevent pac...
Rubidium
2021-04-24
Codechange: move logic whether there is enough space in a packet to write dat...
Rubidium
2021-04-24
Codechange: move more logic about packet size validity and reading into Packet
Rubidium
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2011-12-18
(svn r23590) -Codechange: make the string validation settings better expandable
rubidium
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 buffer
rubidium
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 appropriate
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 style
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-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