summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce SCTP sockets supportAlex Trotsenko2016-07-271-8/+32
* QNativeSocketEngine/Win: fetch connection parameters only onceAlex Trotsenko2016-07-081-40/+44
* Long live QNetworkDatagram!Thiago Macieira2016-06-201-1/+1
* QtNetwork: Remove documentation references to QUdpDatagram.Friedemann Kleint2016-04-011-1/+1
* Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-011-0/+1
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-0/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+6
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+6
| | |\
| | | * Do not discard WSAECONNRESET error code from UDP under WindowsAlex Trotsenko2016-01-041-0/+6
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ / /
* / / Updated license headersJani Heikkinen2016-01-151-14/+20
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-17/+19
|\|
| * Fix build with 'udpsocket' feature disabledAlex Trotsenko2015-11-141-17/+19
* | QNativeSocketEngine: add code to receive IP header dataThiago Macieira2015-08-221-7/+12
* | QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-221-13/+35
* | Merge the multiple implementations of getting the local hostnameThiago Macieira2015-08-131-4/+3
* | Set the socketType and socketProtocol earlyThiago Macieira2015-08-101-2/+0
|/
* Adjust the socket address family before bind()/connect()/sendto()Thiago Macieira2015-03-041-3/+35
* Fix bind+connect in both TCP and UDPThiago Macieira2015-03-041-2/+8
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-8/+0
|\
| * Save two system calls for setting a socket non-blocking on LinuxThiago Macieira2015-02-151-8/+0
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Silence warning in tst_QUdpSocket::multicast for Any+IPv4Thiago Macieira2014-12-241-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QNativeSocketEngine: use stream-style qDebug to fix a warning about FD types.Robin Burchell2014-08-041-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-8/+8
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-3/+3
* Return -1 as the API documents it for socket issuesLaszlo Papp2013-03-051-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-261-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-151-1/+2
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-011-0/+3
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-2/+2
* Fix multicast join/leave when binding to QHostAddress::Any.Robin Burchell2012-04-021-0/+13
* 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-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-241-1/+1
* Replace Q_WS_WIN by Q_OS_WIN in uic/network.Friedemann Kleint2011-10-171-2/+2
* Always assume IPv6 supportMarkus Goetz2011-07-041-22/+1
* 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/+1258