summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* prevent if_nametoindex being called with empty stringTom Hirst2014-10-121-11/+22
* Add information about unsupported SSL protocol when creating context.Mikołaj Siedlarek2014-10-101-4/+13
* Prevent parsing of SSL certificates from 0-size buffers.Mikołaj Siedlarek2014-10-101-1/+1
* 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
|/ /
* | 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
* | 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