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