index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
networkpacket.cpp
Commit message (
Expand
)
Author
Age
*
Fix undefined behaviour on getting pointer to data in empty vector
nOOb3167
2018-06-03
*
NetworkPacket::putRawPacket: resize m_data to datasize + memcpy
Loic Blot
2018-06-03
*
NetworkPacket: don't copy push std::string and std::wstring
Loic Blot
2017-04-14
*
Add particle animation, glow
sfan5
2017-01-18
*
Fix for commit 87dcee6 It uses the wrong variable and only covers some use ca...
gregorycu
2016-01-04
*
Prevent technically unsafe access with empty vector
gregorycu
2016-01-03
*
Make NetworkPacket respect serialized string size limits
kwolekr
2015-08-10
*
Fix critical vulnerabilities and bugs with NetworkPacket
kwolekr
2015-08-06
*
Stop NetworkPacket methods from producing bloated packets
Jay Arndt
2015-05-05
*
Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ...
Loic Blot
2015-04-03
*
NetworkPacket: reading outside packet is now clearer.
Loic Blot
2015-04-01
*
Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.
Loic Blot
2015-03-31
*
Use Buffer not SharedBuffer in NetworkPacket::oldForgePacket
Loic Blot
2015-03-30
*
Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...
Loic Blot
2015-03-22
*
[Patch 2/4] Network rework: packet writing, sending and cleanups
Loic Blot
2015-02-16
*
Network Layer 7 rework (Packet handling)
Loic Blot
2015-02-10