summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ | |/
| * QLocalSocket/Win: check for broken pipe in waitForReadyReadJoerg Bornemann2010-06-141-0/+11
| * QLocalSocket/Win: call close on async connection lossJoerg Bornemann2010-06-141-0/+2
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-134-11/+23
|\ \ | |/
| * QLocalSocket: don't emit readChannelFinished() twice on WindowsJoerg Bornemann2010-06-101-0/+3
| * QLocalSocket/Win: QLocalSocketPrivate::bytesAvailable renamedJoerg Bornemann2010-06-102-6/+8
| * QLocalSocket: fix reading from a socket after broken connectionJoerg Bornemann2010-06-101-4/+6
| * QLocalServer: make many simultaneous connection attempts work on WindowsJoerg Bornemann2010-06-102-1/+6
* | 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
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-122-1/+18
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-072-1/+18
| |\ \
| | * | QTcpServer: Fix documentation for previous commitMarkus Goetz2010-05-061-1/+2
| | * | Keep support for maximum pending connections in derived QTcpServerRobin Helgelin2010-05-062-0/+16
* | | | 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-05-041-1/+1
|\ \ \ | |/ / |/| / | |/
| * fix crash in QLocalServer::close on WindowsJoerg Bornemann2010-05-041-1/+1
| * Ensure we stop the name lookups in QAbstractSocket if we abort().Thiago Macieira2010-04-201-0/+4
* | Ensure we stop the name lookups in QAbstractSocket if we abort().Thiago Macieira2010-04-261-0/+4