summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-254-17/+50
|\
| * Fix crash on exit.Aaron McCarthy2010-10-191-8/+30
| * QNAM HTTP: Fix error signal emission for unreachable IPsMarkus Goetz2010-10-151-2/+12
| * QNAM: Do not need QNetworkSession for data://Markus Goetz2010-10-141-0/+16
| * Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-071-3/+4
| |\
| | * Doc: Fix broken links in QSslConfigurationGeir Vattekar2010-10-061-3/+4
| * | Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-061-4/+4
| |\ \ | | |/
| | * doc: Changed \i to \e.Martin Smith2010-10-041-4/+4
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-071-1/+1
|\ \ \ | |/ /
| * | Make the OpenSSL library search also hit /lib.Thiago Macieira2010-10-011-1/+1
| |/
* | QNAM: Compile fix for Symbian.. hopefully.Markus Goetz2010-10-061-0/+2
* | QNAM: Move out function calls to new variableMarkus Goetz2010-10-051-2/+3
* | QNAM: Remove QNetworkAccessDataBackendMarkus Goetz2010-10-053-130/+1
* | QNAM: Fix usage of toString of QUrlMarkus Goetz2010-10-051-1/+1
* | QNAM: New specialized QNetworkReply for data: URLsMarkus Goetz2010-10-054-0/+252
* | QNAM: Rename QFileNetworkReply to QNetworkReplyFileImplMarkus Goetz2010-10-054-35/+35
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-043-10/+34
|\ \ | |/
| * QSslSocket speed up loading of system certificates on Unix (not Mac)Peter Hartmann2010-09-282-9/+30
| * Insert the result of QHostInfo::fromName into the hostinfo cache, too.David Faure2010-09-281-1/+4
* | 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