]> git.tdb.fi Git - libs/net.git/history - source/net/clientsocket.cpp
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / net / clientsocket.cpp
2023-01-14 Mikko RasaDecorate things which constitute the public API
2022-12-11 Mikko RasaCheck for EOF return before checking for errors
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
2022-12-10 Mikko RasaUse default member initializers where possible
2022-12-09 Mikko RasaEmit signal_end_of_file after clearing events
2022-12-09 Mikko RasaUse size_t to represent sizes
2016-09-25 Mikko RasaMove most platform-specific code into overlay directories
2016-09-14 Mikko RasaUse the correct #ifdef for Windows
2015-01-22 Mikko RasaAdd shutdown support for client sockets
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilating msphttp