summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNativeSocketEngine: add code to receive IP header dataThiago Macieira2015-08-221-0/+58
* QNativeSocketEngine: use sendmsg/recvmsg instead of sendto/recvfromThiago Macieira2015-08-221-27/+55
* QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-221-5/+9
* Merge the multiple implementations of getting the local hostnameThiago Macieira2015-08-131-19/+0
* Set the socketType and socketProtocol earlyThiago Macieira2015-08-101-0/+4
* QNativeSocketEngine: merge the get/setsockopt level constantsThiago Macieira2015-03-151-95/+70
* IPv6 scope IDs are unsignedThiago Macieira2015-03-141-1/+1
* Make sure we also treat QAbstractSocket::AnyIPProtocol as IPv6Thiago Macieira2015-03-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+8
|\
| * Save two system calls for setting a socket non-blocking on LinuxThiago Macieira2015-02-151-1/+8
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Don't unnecessariy set localAddress in QNativeSocketEngine's nativeBindThiago Macieira2015-01-111-3/+0
* Windows native socket: handle WSAENETRESET the same as WSAECONNRESETShawn Rutledge2014-10-221-1/+1
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* IPv6 scope ID of zero is not validThiago Macieira2014-05-261-1/+2
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-14/+14
* Do not use SO_SNDBUF on Vista or laterKurt Pattyn2014-01-031-0/+3
* 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