]> git.tdb.fi Git - libs/net.git/history - source/net/resolve.cpp
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / net / resolve.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
2022-12-10 Mikko RasaUse default member initializers where possible
2022-12-09 Mikko RasaUse the auto type to shorten long declarations
2022-12-09 Mikko RasaUse deque instead of list for resolver task queue
2019-09-27 Mikko RasaImprove error handling
2016-09-25 Mikko RasaMove most platform-specific code into overlay directories
2016-09-14 Mikko RasaMinor cleanup
2016-09-14 Mikko RasaUse the correct #ifdef for Windows
2016-09-14 Mikko RasaImplement an asynchronous name resolver class
2016-05-16 Mikko RasaUse string::size_type to store string offsets
2013-04-01 Mikko RasaFix 64-bit compilation
2012-10-08 Mikko RasaFix some compilation problems
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilating msphttp