summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-24185-3492/+2012
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-248-19/+57
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-238-19/+57
| |\
| | * Preventing caching of null authenticatorEric Lemanissier2014-09-091-0/+2
| | * Add missing private headers warningSamuel Gaist2014-09-043-0/+33
| | * Network: Fix NTLM (SSPI) with HTTP and HTTPS proxiesMarkus Goetz2014-08-232-7/+7
| | * refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-152-12/+15
* | | Fix QAbstractSocket::readData() behavior on buffered socketAlex Trotsenko2014-09-231-1/+1
|/ /
* | [Bearer] Try a bit harder to open a network sessionPierre Rossi2014-09-221-1/+7
* | QNetworkDiskCache: fix expiration calculation heuristic with Last-Modified timeDong-Heon Jung2014-09-121-13/+11
* | QNetworkReply: move "State" enum declaration into QNetworkReplyPrivateMaks Naumov2014-09-095-45/+35
* | ssl: common certificate parser support for extensionsJeremy Lainé2014-09-056-159/+271
* | ssl: add support for ASN.1 boolean valuesJeremy Lainé2014-09-032-0/+35
* | WinRT: Fixed initialization of udp socketOliver Wolff2014-09-031-1/+1
* | WinRT: Fixed construction of QNativeSocketEngine without parentOliver Wolff2014-09-031-4/+3
* | ssl: common key parser support for encrypted keysJeremy Lainé2014-09-025-15/+229
* | qasn1element: add QAsn1Element::toIntegerJeremy Lainé2014-09-022-0/+25
* | ssl: disable (broken) i/o on DER encoded keysJeremy Lainé2014-08-305-29/+31
* | winrt: Implement missing SSL socket methodsAndrew Knight2014-08-302-68/+562
* | winrt: complete QSslCertificate implementationOliver Wolff2014-08-305-0/+129
* | ssl: Add common key parser for backendsJeremy Lainé2014-08-295-140/+212
* | winrt: Refactor internal socket bufferAndrew Knight2014-08-282-121/+70
* | winrt: Fix socket descriptor storage in native socket engineAndrew Knight2014-08-282-79/+126
* | network: Add pending close on disconnect for non-empty write bufferAndrew Knight2014-08-281-1/+3
* | ssl: Share the host name matching utilitiesAndrew Knight2014-08-274-61/+61
* | Added qsslcertificate_qt.cppOliver Wolff2014-08-262-43/+116
* | Added QAsn1ElementJeremy Lainé2014-08-245-2/+570
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-191-0/+23
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+23
| |\|
| | * Doc: document that we have unfixed bugs with waitForXxx on WindowsThiago Macieira2014-08-111-0/+23
* | | winrt: Add partial SSL key supportAndrew Knight2014-08-131-9/+121
* | | Introduce secure transport backend for Windows RuntimeOliver Wolff2014-08-1310-18/+616
|/ /
* | SSL backend: Fix pem header/footer utility methodsAndrew Knight2014-08-111-10/+8
* | SSL backend: Add a decodeDer() method to the private APIAndrew Knight2014-08-113-3/+12
* | SSL: split ssl files into general and "_openssl" implementationOliver Wolff2014-08-0912-831/+1031
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* | QNativeSocketEngine: Add debug in createNewSocket.Robin Burchell2014-08-041-1/+13
* | QNativeSocketEngine: use stream-style qDebug to fix a warning about FD types.Robin Burchell2014-08-041-2/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-296-3/+31
|\|
| * Fix compilation if EC is disabled in OpenSSLJoni Poikelin2014-07-293-0/+8
| * Fix buffer overrun error with some proxy serversArtem Shevchenko2014-07-281-3/+0
| * QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-252-0/+23
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-1/+9
|\|
| * Added stream version into network cache file formatNikita Krupenko2014-07-171-1/+9
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-141-110/+16
|\|
| * Android: Update QSslSocketPrivate::fetchSslCertificateData()Christian Strømme2014-07-141-110/+16
* | Android: New bearer pluginChristian Strømme2014-07-101-0/+11
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-0/+3
|\|
| * QSslCertificate: blacklist NIC certificates from IndiaPeter Hartmann2014-07-091-0/+3
* | Expose internally QAuthenticator::setRealmJocelyn Turcotte2014-07-072-0/+10