summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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