summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* winrt: use ComPtr in network classesAndrew Knight2014-06-255-79/+48
* Add missing QDnsLookup constructor implementationAndy Shaw2014-06-201-1/+13
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-059-60/+71
|\
| * remove HSTRING instancesMaurice Kalinowski2014-06-034-49/+49
| * Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-05-272-2/+4
| * WinRT: Fix compile warningsMaurice Kalinowski2014-05-263-3/+7
| * Ensure all encrypted bytes are sent when closing QSslSocket.Richard J. Moore2014-05-261-0/+2
| * IPv6 scope ID of zero is not validThiago Macieira2014-05-262-6/+9
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-227-8/+22
|\|
| * Mark the missing QDnsLookup constructor as \internalAndy Shaw2014-05-211-0/+5
| * Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-193-3/+4
| * Fix crash in QNetworkAccessManager.Jędrzej Nowacki2014-05-192-4/+12
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-141-1/+1
| |\
| | * Fix the documentation on how to use -openssl-linked.Richard J. Moore2014-05-131-1/+1
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Friedemann Kleint2014-05-143-26/+27
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-133-26/+27
| |\| |
| | * | Fix MSVC warnings in qspdyprotocolhandlerKai Koehne2014-05-131-3/+3
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-122-23/+24
| | |\|
| | | * Ignore expired certificate during certificate validationDaniel Molkentin2014-05-112-23/+24
* | | | Move the PKCS#12 support from QSslSocket to QSslCertificate.Richard J. Moore2014-05-144-25/+25
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-131-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+1
| |\| |
| | * | Fix debug output when enabling QABSTRACTSOCKET_DEBUG.David Faure2014-05-061-1/+1
* | | | Add support for loading PKCS#12 bundles.Richard J. Moore2014-05-119-0/+152
* | | | QSslCertificate::isSelfSigned(): add since tag in documentationPeter Hartmann2014-05-111-0/+1
* | | | Change debug output to use stream version of debug.Robin Burchell2014-05-101-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-065-123/+224
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-1/+1
| |\|
| | * QAbstractSocket: enable read notification for unbuffered socketsPeter Hartmann2014-04-251-1/+1
| * | Add missing QT_NO_NETWORKPROXY guards around HTTP connect statementsAndrew Knight2014-04-291-0/+6
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-122/+215
| |\|
| | * WinRT: Fix TCP socket readsAndrew Knight2014-04-222-122/+215
| * | Fix build against older OpenSSL.Sérgio Martins2014-04-141-0/+2
| |/
* | Provide new API: QSslCertificate::isSelfSigned()Daniel Molkentin2014-04-304-0/+19
* | SPDY: use QUrl's logic for determining the correct "Host" headerPeter Hartmann2014-04-291-19/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Marc Mutz2014-04-117-14/+101
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-117-14/+101
| |\|
| | * Support for DH and ECDH key exchange for QSslSocket serversRichard J. Moore2014-04-093-0/+80
| | * Ensure we initialize things before checking the openssl version.Richard J. Moore2014-04-081-0/+3
| | * QNetworkReplyHttpImpl: fix misuse of QDateTime::addSecs()David Faure2014-04-081-2/+1
| | * Fix QNetworkRequest::setRawHeader() for QT_NO_CAST_FROM_BYTEARRAYRichard J. Moore2014-04-081-1/+1
| | * network: finish all pending replies upon errorPeter Hartmann2014-04-071-11/+16
* | | QNetworkAccessManager: optimize QNetworkAccessAuthenticationManager allocationMarc Mutz2014-04-111-1/+1
|/ /
* | QNetworkReplyImpl: optimize QRingBuffer allocationMarc Mutz2014-04-101-2/+2
* | Add QNonContiguousByteDeviceFactory::createShared()Marc Mutz2014-04-072-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-249-22/+82
|\|
| * network: add support for NTLM Session SecurityPeter Hartmann2014-03-201-2/+9
| * BlackBerry networking: call special select() methodPeter Hartmann2014-03-201-0/+48
| * Fix crash if SSL_get0_next_proto_negotiated() cannot be resolved.Friedemann Kleint2014-03-201-4/+6
| * HTTP internals: keep consistent state in channel and protocol handlerPeter Hartmann2014-03-151-0/+4