summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Use TCP_LOCALSOCKET on INTEGRITYRolland Dudemaine2011-02-222-1/+11
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1733-33/+33
|\
| * Update copyright year to 2011.Jason McDonald2011-01-1033-33/+33
* | fix another "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-10/+10
* | fix warning "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-1/+1
* | fix warning "missing braces around initializer for 'in_addr::<anonymous union>'"Konstantin Ritt2011-01-111-1/+2
* | 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-2/+2
|\ \ | |/
| * Merge branch 4.6 into qt-4.7-from-4.6Qt Continuous Integration System2010-11-261-2/+2
| |\
| | * QLocalSocket/Win: do not emit error() when no error actually occurredJonathan Liu2010-11-261-2/+2
* | | Add missing Q_ENUMS to QAbstractSocketOlivier Goffart2010-11-051-0/+1
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-294-2/+39
|\ \ \ | |/ /
| * | Network code: Fix code comment spellchecking errors.Markus Goetz2010-10-282-2/+2
| * | Sockets: Private function for pausing/resuming notifiersMarkus Goetz2010-10-272-0/+37
* | | fix warningsKonstantin Ritt2010-10-271-0/+2
* | | Don't ignore interfaces that cannot multicast when querying the mcast ifaceBradley T. Hughes2010-09-011-2/+0
* | | Fix IPv6 support on WindowsBradley T. Hughes2010-09-011-11/+62
* | | Fix IPv6 multicast on UNIXBradley T. Hughes2010-09-011-3/+10
* | | Add QUdpSocket::setMulticastInterface() and ::multicastInterface()Bradley T. Hughes2010-09-0111-11/+269
* | | Add multicastsender and multicastreceiver examplesBradley T. Hughes2010-09-011-3/+5
* | | Update QUdpSocket's overview docs to include multicast referencesBradley T. Hughes2010-09-011-0/+6
* | | Initial documentation for multicast socket options and APIBradley T. Hughes2010-09-012-4/+36
* | | Rename doMulticast() to multicastMembershipHelper()Bradley T. Hughes2010-09-012-34/+34
* | | Don't use WSAIoctl() to get/set the multicast socket optionsBradley T. Hughes2010-09-011-26/+12
* | | Add MulticastTtlOption and MulticastLoopbackOption to QAbstractSocketBradley T. Hughes2010-09-017-22/+54
* | | Implement UDP multicast on WindowsBradley T. Hughes2010-09-016-16/+121
* | | Remove support for single-source multi-castBradley T. Hughes2010-09-0110-80/+25
* | | Make ASM work on systems without SSM supportBradley T. Hughes2010-09-011-1/+1
* | | Set multicast errors correctlyBradley T. Hughes2010-09-011-2/+4
* | | Don't crash when trying to join/leave a group with not boundBradley T. Hughes2010-09-011-0/+2
* | | 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-013-0/+160
* | | Implementation of multicast API for the HTTP and SOCKS5 enginesBradley T. Hughes2010-09-014-0/+50
* | | Implement QUdpSocket::joinMulticastGroup() and leaveMulticastGroup()Bradley T. Hughes2010-09-012-1/+53
* | | Add QUdpSocket::joinMulticastGroup() and leaveMulticastGroup()Bradley T. Hughes2010-09-011-0/+18
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-302-3/+7
|\ \ \ | |/ /
| * | Keep the scopeid that getaddrinfo(3) returns to us.Thiago Macieira2010-08-242-3/+7
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-132-33/+111
|\ \ \
| * | | QAbstractSocket: Remove warningMarkus Goetz2010-08-121-1/+0
| * | | QAbstractSocket: Enable Unbuffered OpenMode for TCPMarkus Goetz2010-08-121-32/+111
| * | | QNativeSocketEngine: Fix wrong debug outputMarkus Goetz2010-08-121-1/+1
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-133-3/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-093-3/+3
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-1/+1
|\ \ \ | |/ /
| * | doc: Fixed several qdoc warnings.Martin Smith2010-07-131-1/+1
* | | QAbstractSocket: Remove old workaroundMarkus Goetz2010-07-272-25/+0
|/ /
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-201-2/+17
|\ \ | |/
| * QLocalSocket/Win: handle ERROR_MORE_DATA after read operationJoerg Bornemann2010-06-171-2/+17
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-151-0/+13
|\ \ | |/