summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix socket binding on mingw buildsShane Kearns2013-01-101-14/+8
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-261-1/+1
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-261-1/+34
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix sockets for Windows CEAndreas Holzammer2012-08-141-2/+2
* QtNetwork: Better detection of connection failures on WindowsMartin Petersson2012-07-301-21/+41
* QNativeSocketEngine: remove compile watning on WindowsMartin Petersson2012-07-031-0/+2
* SocketEngine Windows: If not dual stack, use IPv4 for AnyIPProtocolMartin Petersson2012-07-031-0/+3
* Fix non inheritable socket creation on old windows versionsShane Kearns2012-06-221-16/+21
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+3
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-211-1/+1
* Make the windows socket handle non inheritableShane Kearns2012-05-181-1/+23
* Fix sending UDP packets to link local addressesShane Kearns2012-05-111-4/+6
* Allow autobound UDP sockets to send to IPv4 and IPv6Shane Kearns2012-03-221-1/+2
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-011-5/+7
* Windows - fix connecting to a socket using IPv4 mapped IPv6Shane Kearns2012-02-201-0/+10
* MinGW: Fix warnings.Friedemann Kleint2012-02-041-0/+2
* Fix debug format string in windows socket engineShane Kearns2012-01-301-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add ToS option to sockets.Jonas M. Gastal2011-12-221-0/+6
* Fix QTcpServer::serverAddress() for dual stack socketsShane Kearns2011-12-011-0/+16
* Set localAddress and localPort on socket binding.Robin Burchell2011-10-311-0/+3
* Always assume IPv6 supportMarkus Goetz2011-07-041-30/+8
* IPv4 + IPv6 dual stack socketsShane Kearns2011-06-221-12/+27
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1439