summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-132-3/+29
* QSslSocket: deprecate sslErrors() getterTimur Pocheptsov2020-01-102-4/+28
* QLocalSocket - deprecate ambiguous 'error' overloadsTimur Pocheptsov2020-01-105-6/+46
* QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-1011-36/+59
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-092-4/+10
|\
| * Use prefixed ssl libs when "-openssl-linked" configure params is usedBogDan Vatra2020-01-072-4/+10
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+1
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
* | Fix some qdoc warningsFriedemann Kleint2020-01-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-1/+1
|\|
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0645-194/+194
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-8/+4
|\|
| * QSslSocket (OpenSSL) fix a resource leakTimur Pocheptsov2019-11-271-8/+4
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-223-3/+2
* | Make transferTimeout getters constVille Voutilainen2019-11-224-4/+4
* | Deprecate TlsV1SslV3Timur Pocheptsov2019-11-221-1/+3
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-204-9/+9
* | Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-133-3/+3
* | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-132-7/+7
* | Deprecate enumerators fro SSL v.2 and v.3 protocolsTimur Pocheptsov2019-11-131-2/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-085-14/+20
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-065-14/+20
| |\
| | * Clarify Q{Abstract,Local}Socket::waitForDisconnected() documentationKari Oikarinen2019-11-014-13/+18
| | * Schannel: no longer keep old ssl errors around when reusing socketMårten Nordheim2019-10-071-1/+2
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-052-4/+7
|\| |
| * | QNetworkReply: Fix SSL configuration handlingFriedemann Kleint2019-11-012-4/+7
* | | QSslSocket - remove old OpenSSL backend (< 1.1)Timur Pocheptsov2019-11-0120-2557/+913
* | | Add a transfer timeout at QNAM level as wellVille Voutilainen2019-10-313-0/+45
* | | Add a timeout for transfersVille Voutilainen2019-10-284-3/+96
* | | Network proxy (macOS) - fix a memory leakTimur Pocheptsov2019-10-271-5/+2
* | | Use Schannel's incomplete data guesstimation featureMårten Nordheim2019-10-212-0/+33
* | | Schannel refactoringMårten Nordheim2019-10-211-44/+61
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-0/+2
|\| |
| * | Make QSslError::SslError a Q_ENUMVolker Krause2019-10-181-0/+2
* | | Win: QUdpSocket: Use QVarLengthArray for retrieving sizeMårten Nordheim2019-10-111-6/+9
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-102-2/+16
|\| |
| * | Remove a new-lineTimur Pocheptsov2019-10-091-1/+0
| * | QAuthenticator - use GSS framework, as Apple requiresTimur Pocheptsov2019-10-092-2/+17
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-051-9/+6
|\| |
| * | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-9/+6
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-043-12/+17
|\| |
| * | GSSAPI: strengthen configure test and make it a libraryMårten Nordheim2019-10-032-11/+16
| * | Android: Fix plugins namingBogDan Vatra2019-10-011-1/+1
* | | Move away from recently deprecated HTTP2 attributesMårten Nordheim2019-10-013-6/+6
* | | QSslSocket: Deprecate add[Default]CaCertificate[s]Mårten Nordheim2019-09-252-12/+51
* | | QSslConfiguration: Add functions for adding CA certificatesMårten Nordheim2019-09-252-6/+77
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-211-3/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-3/+5
| |\|