summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect read from QSslSocket::readData()Alex Trotsenko2014-11-061-10/+6
* Reset QNAM's NetworkConfiguration when state changes.Lorn Potter2014-11-051-1/+11
* clang: Fix compilation with -openssl-linkedKai Koehne2014-10-301-0/+4
* Fix QLocalServer, create a temp path as small as possible.BogDan Vatra2014-10-281-2/+3
* Remove redundant permission set.BogDan Vatra2014-10-281-7/+0
* Removed pointless conditional.BogDan Vatra2014-10-281-6/+4
* Fix indentation & coding style.BogDan Vatra2014-10-281-18/+18
* Update QSsl::SecureProtocols to not include Sslv3Allan Sandfeld Jensen2014-10-243-8/+13
* QNetworkDiskCache: Fix QNetworkDiskCache don't handle to set CookieHeader.Jeongmin Kim2014-10-222-4/+5
* Improve iOS https error handling.Morten Johan Sørvig2014-10-221-1/+2
* Windows native socket: handle WSAENETRESET the same as WSAECONNRESETShawn Rutledge2014-10-221-1/+1
* update QtBearer NetworkManager backend APILorn Potter2014-10-211-1/+1
* Add qHash(QSslError) overloadMarc Mutz2014-10-193-5/+15
* Add qHash(QSslCertificate) overloadMarc Mutz2014-10-195-5/+29
* 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