summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Build fix for -qtnamespaceMarkus Goetz2010-09-291-2/+2
* QNAM: More zerocopy changesMarkus Goetz2010-09-293-23/+30
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-284-27/+17
|\
| * Moved the partial deployment section to qbase.pri.axis2010-09-271-15/+0
| * QHostInfo: Fix a crash when a new request is pushed while resolving.Jocelyn Turcotte2010-09-261-8/+11
| * QNAM: Use QFileNetworkReply for qrc:/ URL schemaMisha Tyutyunik2010-09-222-3/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-215-11/+37
|\ \ | |/
| * Fix one hang of QNAM on Symbian.Jocelyn Turcotte2010-09-201-2/+2
| * Fix compile warnings.Friedemann Kleint2010-09-141-0/+1
| * Fix memory leaks and valgrind errors.Aaron McCarthy2010-09-131-0/+3
| * NTLM code: Save domain in different variableMarkus Goetz2010-09-102-9/+31
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-1011-185/+245
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-092-134/+136
| |\
| | * QSslSocketPrivate::systemCaCertificates() hangs sometimes on SymbianJuha Turunen2010-09-092-134/+136
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-081-6/+0
| |\ \ | | |/ | |/|
| | * Merge commit 'refs/merge-requests/2464' of git://gitorious.org/qt/qt into int...David Boddie2010-09-081-6/+0
| | |\
| | | * Correct QNetworkReply::downloadProgress and uploadProgress docsJohn Brooks2010-09-011-6/+0
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-074-24/+44
| |\ \ \ | | |/ / | |/| |
| | * | Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-034-24/+44
| | * | QNAM HTTP: Fix crash related to aborted uploadsMarkus Goetz2010-08-122-1/+5
| | * | QSslSocket: fix security vulnerability with wildcard IP addressesPeter Hartmann2010-08-101-0/+5
| | * | fix build for -no-qt3supportPeter Hartmann2010-08-101-2/+2
| | * | Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-08-102-4/+39
| | * | QSslSocket: Improve error handlingPeter Hartmann2010-07-131-1/+13
| * | | Destroy QNetworkConfigurationManager global static from qApp dtor.Aaron McCarthy2010-09-011-1/+22
| * | | Update to the NTLM code.Thiago Macieira2010-08-311-19/+37
| * | | QNetworkAccessManager doc: add since tag for added enumPeter Hartmann2010-08-311-1/+1
| | |/ | |/|
| * | QSslConfiguration: fix crash when accessing null pointerPeter Hartmann2010-08-301-0/+5
* | | 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-305-9/+28
|\ \ \ | |/ /
| * | Keep the scopeid that getaddrinfo(3) returns to us.Thiago Macieira2010-08-243-4/+11