summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0910-18/+21
|\
| * Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
| * Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-091-4/+4
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-015-10/+13
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-295-10/+13
| | |\
| | | * QNAM: Fix previous HTTP upload CPU fixMarkus Goetz2014-09-252-1/+11
| | | * Fix a mishandling of the fd returned by socket(2)Giuseppe D'Angelo2014-09-221-2/+2
| | | * Fix crash in QNetworkAccessCacheBackend::closeDownstreamChannelAlbert Astals Cid2014-09-222-7/+0
| * | | Doc: Use title case in section1 titlesNico Vertriest2014-09-303-3/+3
| |/ /
* | | QNetworkRequest: Add new enum to emit all uploadProgress signalsPeter Hartmann2014-10-046-14/+33
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29186-3528/+2090
|\| |
| * | QSslCertificate: fold a string literal correctlyMarc Mutz2014-09-281-2/+2
| * | 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
* | | Remove incorrect read from QSslSocket::readData()Alex Trotsenko2014-09-111-10/+6
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-1016-224/+599
|\| |
| * | 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
* | | QSslContext: to represent a bool, use a bool, not an intGiuseppe D'Angelo2014-09-041-1/+1
* | | QSslSocket: remove a useless assignmentGiuseppe D'Angelo2014-09-041-3/+1
|/ /
* | 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