summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set the socketType and socketProtocol earlyThiago Macieira2015-08-101-0/+4
* QNativeSocketEngine: merge the get/setsockopt level constantsThiago Macieira2015-03-151-112/+81
* IPv6 scope IDs are unsignedThiago Macieira2015-03-141-1/+1
* QNativeSocketEngine: merge duplicated code for sin6_scope_idThiago Macieira2015-03-141-29/+18
* 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-2/+2
|\
| * Save two system calls for setting a socket non-blocking on LinuxThiago Macieira2015-02-151-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Don't unnecessariy set localAddress in QNativeSocketEngine's nativeBindThiago Macieira2015-01-111-3/+0
* prevent if_nametoindex being called with empty stringTom Hirst2014-10-121-11/+22
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-2/+2
|\
| * Fix a mishandling of the fd returned by socket(2)Giuseppe D'Angelo2014-09-221-2/+2
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QNativeSocketEngine: Add debug in createNewSocket.Robin Burchell2014-08-041-1/+13
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-5/+7
|\|
| * IPv6 scope ID of zero is not validThiago Macieira2014-05-261-5/+7
* | Change debug output to use stream version of debug.Robin Burchell2014-05-101-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-9/+57
|\|
| * BlackBerry networking: call special select() methodPeter Hartmann2014-03-201-0/+48
| * Fix compilation with QNATIVESOCKETENGINE_DEBUG enabledFrederik Gladhorn2014-03-141-9/+9
* | QNativeSocketEngine(UNIX): Report the native socket error, not the Qt-derived...Robin Burchell2014-03-211-3/+12
|/
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Fix unsigned/signed comparison warning in qnativesocketengine_unixEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-4/+4
* 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/+40
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-241-27/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2012-09-181-1/+5
* Removing duplicate includesSergio Ahumada2012-09-091-3/+0
* Fix double error setting, which overrode correct value.Jonas M. Gastal2012-06-151-1/+0
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-211-1/+15
* Fix sending UDP packets to link local addressesShane Kearns2012-05-111-16/+21
* Fix tst_qtcpserver::serverAddress on Mac OSXShane Kearns2012-04-241-1/+5
* Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-021-1/+7
* Allow autobound UDP sockets to send to IPv4 and IPv6Shane Kearns2012-03-221-1/+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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add ToS option to sockets.Jonas M. Gastal2011-12-221-0/+12
* Fix QTcpServer::serverAddress() for dual stack socketsShane Kearns2011-12-011-0/+15
* Set localAddress and localPort on socket binding.Robin Burchell2011-10-311-0/+3
* Always assume IPv6 supportMarkus Goetz2011-07-041-40/+3
* IPv4 + IPv6 dual stack socketsShane Kearns2011-06-221-3/+11
* 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/+1125