aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkpacket.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various code improvementsSmallJoker2021-09-271-1/+1
* Shave off buffer copies in networking code (#11607)sfan52021-09-171-1/+2
* Encode high codepoints as surrogates to safely transport wchar_t over networksfan52021-02-021-1/+1
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-1/+0
* Rework packet receiving in ServerThreadsfan52019-11-191-0/+1
* Fix serialization of std::time_t by casting to u64 first (#8353)rubenwardy2019-03-101-4/+0
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-271-5/+6
* Network cleanup (#6310)Loïc Blot2017-08-251-1/+1
* Network cleanup (#6302)Loïc Blot2017-08-241-75/+78
* Fix OSX builds (closes #6289, fixes #6270) (#6306)Pavel Puchkin2017-08-241-1/+1
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-1/+2
* Add missing ctime include (#6269)adrido2017-08-181-0/+1
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-1/+1
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-0/+3
* C++11 cleanup on constructors dir network (#6021)Vincent Glize2017-06-211-6/+5
* NetworkPacket: don't copy push std::string and std::wstringLoic Blot2017-04-141-3/+3
* Add particle animation, glowsfan52017-01-181-1/+4
* Add control information to player interacts (#4685)raymoo2016-11-121-0/+1
* Fix critical vulnerabilities and bugs with NetworkPacketkwolekr2015-08-061-9/+4
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-1/+3
* Stop NetworkPacket methods from producing bloated packetsJay Arndt2015-05-051-1/+1
* NetworkPacket: reading outside packet is now clearer.Loic Blot2015-04-011-0/+2
* Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot2015-03-311-1/+4
* Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...Loic Blot2015-03-221-1/+1
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-11/+54
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-101-0/+86