]> git.tdb.fi Git - libs/net.git/history - source/net/streamsocket.cpp
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / net / streamsocket.cpp
2022-12-11 Mikko RasaInclude the matching header first in .cpp files
2022-12-11 Mikko RasaUse std::unique_ptr for owning pointers
2022-12-10 Mikko RasaUse nullptr instead of 0 for pointers
2016-09-25 Mikko RasaMove most platform-specific code into overlay directories
2016-09-14 Mikko RasaUse the correct #ifdef for Windows
2015-04-10 Mikko RasaSet event types on Windows if connect finished immediately
2015-04-07 Mikko RasaInclude winsock2.h first
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