summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| * | OS X and iOS: Search for openssl libs in .app/Contents/FrameworksKai Koehne2014-11-111-0/+19
| |/
| * 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 credentials on cached http-connectionsAllan Sandfeld Jensen2014-11-033-5/+18
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-278-15/+22
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-209-26/+80
|\|
| * 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
* | 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