]> git.tdb.fi Git - libs/net.git/history - source/net
Some largely cosmetic touch-up
[libs/net.git] / source / net /
2016-10-09 Mikko RasaSome largely cosmetic touch-up
2016-10-09 Mikko RasaSupport compound types in network packets
2016-10-09 Mikko RasaFill in a missing parameter for check_sys_error
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
2016-09-25 Mikko RasaAdd error check to accept
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
2015-11-19 Mikko RasaUse a typecast to avoid a signedness mismatch warning
2015-04-10 Mikko RasaSet event types on Windows if connect finished immediately
2015-04-07 Mikko RasaInclude winsock2.h first
2015-04-06 Mikko RasaProvide a signal to handle errors from Communicator
2015-01-22 Mikko RasaAdd shutdown support for client sockets
2013-04-01 Mikko RasaFix 64-bit compilation
2012-10-15 Mikko RasaAdd support for AF_UNIX
2012-10-08 Mikko RasaHide the set_option and get_option functions in socket_...
2012-10-08 Mikko RasaFix some compilation problems
2011-08-10 Mikko RasaFix storage order of InetAddr::addr
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilating msphttp