summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Windows native socket: handle WSAENETRESET the same as WSAECONNRESETShawn Rutledge2014-10-221-1/+1
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix sending UDP packets to link local addressesShane Kearns2012-05-241-4/+6
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-071-2/+6
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* QNativeSocketEngine: Check for WSAEADDRNOTAVAIL on Windows.Martin Petersson2011-02-181-0/+5
* QNativeSocketEngine: Only do SIO_UDP_CONNRESET for UDP socketsMartin Petersson2011-02-181-9/+11
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | fix another "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-10/+10
* | fix warning "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-1/+1
* | fix warning "missing braces around initializer for 'in_addr::<anonymous union>'"Konstantin Ritt2011-01-111-1/+2
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-1/+1
|\ \ | |/
| * Network code: Fix code comment spellchecking errors.Markus Goetz2010-10-281-1/+1
* | fix warningsKonstantin Ritt2010-10-271-0/+2
* | Fix IPv6 support on WindowsBradley T. Hughes2010-09-011-11/+62
* | Add QUdpSocket::setMulticastInterface() and ::multicastInterface()Bradley T. Hughes2010-09-011-0/+63
* | Rename doMulticast() to multicastMembershipHelper()Bradley T. Hughes2010-09-011-17/+17
* | Don't use WSAIoctl() to get/set the multicast socket optionsBradley T. Hughes2010-09-011-26/+12
* | Add MulticastTtlOption and MulticastLoopbackOption to QAbstractSocketBradley T. Hughes2010-09-011-2/+17
* | Implement UDP multicast on WindowsBradley T. Hughes2010-09-011-0/+104
|/
* Keep the scopeid that getaddrinfo(3) returns to us.Thiago Macieira2010-08-241-0/+1
* QNativeSocketEngine: Set OS error strings on failed read()Markus Goetz2010-01-251-1/+1
* QNativeSocketEngine_win: Don't mess with linger settingsMarkus Goetz2010-01-251-2/+4
* Avoid calling WSAGetLastError() so often in nativeWriteMarkus Goetz2010-01-201-3/+3
* QNativeSocketEngine windows: Fix performance degredation in write()Markus Goetz2010-01-191-2/+11
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* QTcpSocket: Fix waitForConnected on WindowsMarkus Goetz2009-11-191-6/+28
* QNativeSocketEngine on Windows: don't bail out on non-fatal errorPeter Hartmann2009-09-151-3/+9
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Sockets: Added support for SO_KEEPALIVE and TCP_NODELAYMarkus Goetz2009-07-231-2/+20
* | Fix warnings for QtNetwork on mingwThierry Bastian2009-07-151-46/+27
* | src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-34/+24
|/
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
* Fix compilation breakage on Windows caused by 6c1d7e57.Thiago Macieira2009-05-221-35/+0
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+1211