summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Fixing cause for failing network tests on Symbian.Aleksandar Sasha Babic2009-08-211-10/+49
* | Fixing the build break.Aleksandar Sasha Babic2009-08-191-1/+1
* | Changig variable name from misleadingAleksandar Sasha Babic2009-08-191-12/+12
* | As far as we know the bug int the Open C,Aleksandar Sasha Babic2009-08-191-3/+1
* | Removing local function (*accept*, *connect*, *bind* ...)Aleksandar Sasha Babic2009-08-191-150/+20
* | No need for logging line. Return of -1Aleksandar Sasha Babic2009-08-181-3/+0
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Fixed wrong ifdef.axis2009-08-061-2/+2
* | | Move socket wrapper functions into the .cpp file.Jason Barron2009-08-061-0/+126
* | | Merge commit 'origin/master'Jason Barron2009-08-041-21/+22
|\ \ \
| * | | Trailing whitespace and tab/space fixes for QtNetworkJanne Anttila2009-08-031-51/+51
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-6/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Port of Qt to VxWorksRobert Griebl2009-07-291-9/+18