summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2013-01-051-27/+1
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2013-01-051-1/+5
* 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-14/+21
* Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-031-1/+7
* 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
* Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-111-0/+3
|\
| * Fix compilation with QT_NO_Tasuku Suzuki2011-03-211-0/+3
* | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-071-9/+1
|\ \ | |/
| * 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
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-13/+0
| |\ \ | | |/
| | * Don't need to set FD_CLOEXEC since qt_safe_* will have done that.Thiago Macieira2010-12-151-13/+0
* | | Remove more Q_OS_SYMBIAN stuff from network codeMarkus Goetz2010-12-081-58/+6
* | | QNativeSocketEngine: Remove symbian codeMarkus Goetz2010-12-081-104/+1
|/ /
* | Don't ignore interfaces that cannot multicast when querying the mcast ifaceBradley T. Hughes2010-09-011-2/+0
* | Fix IPv6 multicast on UNIXBradley T. Hughes2010-09-011-3/+10
* | Add QUdpSocket::setMulticastInterface() and ::multicastInterface()Bradley T. Hughes2010-09-011-8/+103
* | Rename doMulticast() to multicastMembershipHelper()Bradley T. Hughes2010-09-011-17/+17
* | Add MulticastTtlOption and MulticastLoopbackOption to QAbstractSocketBradley T. Hughes2010-09-011-2/+12
* | Remove support for single-source multi-castBradley T. Hughes2010-09-011-52/+17
* | Make ASM work on systems without SSM supportBradley T. Hughes2010-09-011-1/+1
* | Set multicast errors correctlyBradley T. Hughes2010-09-011-2/+4
* | Compile on systems without IP_ADD_SOURCE_MEMBERSHIP supportBradley T. Hughes2010-09-011-0/+18
* | Implement multicast for the native socket engine on UNIXBradley T. Hughes2010-09-011-0/+119
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-3/+6
|\ \ | |/
| * Keep the scopeid that getaddrinfo(3) returns to us.Thiago Macieira2010-08-241-3/+6
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-131-1/+1
|\ \ | |/ |/|
| * QNativeSocketEngine: Fix wrong debug outputMarkus Goetz2010-08-121-1/+1
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-251-8/+2
|\
| * Removed double EINTR loop from nativeWrite and nativeRead.Janne Anttila2010-05-211-8/+2
* | Workaround for Symbian Open C bug in socket connect.Janne Anttila2010-05-101-0/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-9/+20
|\ \ | |/
| * Fixed app freeze if switching to offline in middle of HTTP transaction.Janne Anttila2010-04-121-9/+20
* | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* | Port QtNetwork uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-2/+2
|/
* QNativeSocketEngine: Set OS error strings on failed read()Markus Goetz2010-01-251-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Dealing with socket that was signalized on exception fds setAleksandar Sasha Babic2009-10-021-3/+5
* Workaround for Open C bugAleksandar Sasha Babic2009-10-021-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* QNativeSocketEngine: do not issue warning if socketDescriptor is <= 0Peter Hartmann2009-09-021-1/+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
* | Fixing compile issue on platforms other than Symbian.Aleksandar Sasha Babic2009-08-211-4/+4