]> git.tdb.fi Git - libs/net.git/history - source/net/communicator.cpp
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / net / communicator.cpp
2023-01-15 Mikko RasaRedesign Communicator to support multiple protocols
2022-12-11 Mikko RasaInclude the matching header first in .cpp files
2022-12-10 Mikko RasaRefactor the API for defining packets in Protocol
2022-12-10 Mikko RasaUse default member initializers where possible
2022-12-09 Mikko RasaUse the override specifier when overriding
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 RasaUse size_t to represent sizes
2016-11-01 Mikko RasaMove the definition of PacketTypeDef<T>::class_id to...
2016-10-12 Mikko RasaIncrease Communicator buffer size to 64k
2016-10-09 Mikko RasaSome largely cosmetic touch-up
2016-10-09 Mikko RasaAcutally implement Protocol::get_hash
2016-10-09 Mikko RasaRefactor most of Communicator::send to be in the .cpp...
2016-10-09 Mikko RasaMassive overhaul of the Protocol class
2015-04-06 Mikko RasaProvide a signal to handle errors from Communicator
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilating msphttp