]> git.tdb.fi Git - libs/net.git/history - source/net/socket.h
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / net / socket.h
2023-01-14 Mikko RasaDecorate things which constitute the public API
2022-12-11 Mikko RasaMove the address family enum into sockaddr.h
2022-12-11 Mikko RasaUse std::unique_ptr for owning pointers
2022-12-10 Mikko RasaAdd missing override specifiers
2022-12-10 Mikko RasaUse nullptr instead of 0 for pointers
2022-12-10 Mikko RasaUse default member initializers where possible
2022-12-09 Mikko RasaUse the override specifier when overriding
2022-12-09 Mikko RasaAdjust exception classes and messages
2022-12-09 Mikko RasaRemove unnecessary destructors from exception classes
2019-01-24 Mikko RasaAdd method to query bound status of a socket
2017-12-05 Mikko RasaImplement the required virtual functions in Socket
2016-09-25 Mikko RasaMove most platform-specific code into overlay directories
2012-10-08 Mikko RasaHide the set_option and get_option functions in socket_...
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilating msphttp