]> git.tdb.fi Git - libs/net.git/history - source/net/protocol.cpp
Prefer range-based for loops where possible
[libs/net.git] / source / net / protocol.cpp
2022-12-09 Mikko RasaPrefer range-based for loops where possible
2022-12-09 Mikko RasaUse a static local variable for assigning packet IDs
2022-12-09 Mikko RasaUse standard fixed-width integer types
2022-12-09 Mikko RasaUpdate hash function call
2022-12-09 Mikko RasaUse size_t to represent sizes
2019-09-23 Mikko RasaSupport serializing bool fields in Protocol
2016-11-01 Mikko RasaMove the definition of PacketTypeDef<T>::class_id to...
2016-10-09 Mikko RasaSupport compound types in network packets
2016-10-09 Mikko RasaAcutally implement Protocol::get_hash
2016-10-09 Mikko RasaMassive overhaul of the Protocol class
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilating msphttp