]> git.tdb.fi Git - libs/net.git/history - source/net/protocol.h
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / net / protocol.h
2023-06-01 Mikko RasaAdd a dynamic receiver class for more flexible packet... master
2023-01-15 Mikko RasaRemove function overloads for manually specifying packe...
2023-01-15 Mikko RasaProvide access to packet IDs in Protcool
2023-01-15 Mikko RasaAdd a base id parameter to Protocol's serialization...
2023-01-14 Mikko RasaDecorate things which constitute the public API
2022-12-11 Mikko RasaUse std::unique_ptr for owning pointers
2022-12-10 Mikko RasaRefactor the API for defining packets in Protocol
2022-12-10 Mikko RasaFurther simplify the protocol serializers
2022-12-10 Mikko RasaSimplify the inner workings of Protocol
2022-12-10 Mikko RasaUse default member initializers where possible
2022-12-09 Mikko RasaRework protocol hash calculation
2022-12-09 Mikko RasaPrefer range-based for loops where possible
2022-12-09 Mikko RasaUse the override specifier when overriding
2022-12-09 Mikko RasaMark special member functions as defaulted where approp...
2022-12-09 Mikko RasaUse a static local variable for assigning packet IDs
2022-12-09 Mikko RasaRemove unnecessary destructors from exception classes
2022-12-09 Mikko RasaUse standard fixed-width integer types
2022-12-09 Mikko RasaUse size_t to represent sizes
2019-09-23 Mikko RasaSupport serializing bool fields in Protocol
2019-09-21 Mikko RasaPrevent serializing packets without an ID
2016-11-01 Mikko RasaMove the definition of PacketTypeDef<T>::class_id to...
2016-10-09 Mikko RasaSome largely cosmetic touch-up
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