summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Socket function cleanup: replacing direct POSIX calls with qt_safe_().Robert Griebl2009-07-141-29/+0
| | | | Reviewed-By: Thiago
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Fix compilation breakage on Windows caused by 6c1d7e57.Thiago Macieira2009-05-221-5/+31
| | | | | | | On Windows, QT_NO_IPV6 isn't defined, but the necessary includes were missing. So #include winsock2.h and also use our own structures. Reviewed-By: Trust Me
* Fixed strict aliasing breaks with sockaddr_XXX structs.Thiago Macieira2009-05-221-0/+9
| | | | | | | | | This case it was possible to fix by using a union of the types when we actually declare the variable. Besides, this avoids a bunch of #ifdef for IPv6 functionality. Reviewed-By: Oswald Buddenhagen
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+250