summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-062-4/+4
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0412-42/+59
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-315-33/+26
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-301-1/+1
| | |\
| | | * Fix a crash in QHttp2ProtocolHandler in h2c-direct modeAlexey Edelev2019-03-291-1/+1
| | * | wasm: Use common “qt” prefix for exported functionsMorten Johan Sørvig2019-03-261-11/+11
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-263-21/+14
| | |\|
| | | * Network cache: Stop treating no-cache like no-storeMårten Nordheim2019-03-223-21/+14
| * | | tst_qsslkey: test AES encryption in the 'encrypt' testMårten Nordheim2019-03-263-4/+20
| * | | WinRT: Add support for AES-encrypted keysMårten Nordheim2019-03-262-2/+9
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-262-3/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+2
| | |\|
| | | * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-2/+2
| | | |\
| | | | * Add all library dependencies for static OpenSSL builds on WindowsJoerg Bornemann2019-02-251-2/+2
| | * | | wasm: QNAM: support relative urlsMorten Johan Sørvig2019-03-181-1/+2
* | | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-0431-96/+96
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-4/+4
|\| | |
| * | | Fix some qdoc warningsFriedemann Kleint2019-03-151-4/+4
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-153-5/+9
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-143-5/+9
| |\| | |
| | * | | QOcspResponse - fix broken documentationTimur Pocheptsov2019-03-121-4/+4
| | * | | wasm: fix error report when network request is cancelledv5.13.0-beta1Lorn Potter2019-03-111-0/+1
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-1/+4
| | |\| |
| | | * | Don't retry a ssl connection if encryption was never finishedMårten Nordheim2019-03-061-1/+4
* | | | | Schannel: support for AES-encrypted keysMårten Nordheim2019-03-152-4/+6
* | | | | More nullptr usage in headersKevin Funk2019-03-1423-48/+48
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-094-106/+128
|\| | |
| * | | Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
| * | | QOcspResponse - fix a broken buildTimur Pocheptsov2019-03-061-4/+4
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-063-100/+122
| |\| |
| | * | wasm: fix corrupt downloadsLorn Potter2019-03-041-1/+1
| | * | Hpack - fix the static lookupTimur Pocheptsov2019-03-042-99/+121
| | |/
* | | QSslKey - add a support for AES encrypted keysTimur Pocheptsov2019-03-085-2/+68
* | | QSslKey - clean up the code a bit (SecureTransport)Timur Pocheptsov2019-03-071-5/+9
* | | SecureTransport - make 'securetransport' feature publicTimur Pocheptsov2019-03-071-1/+1
* | | Add input check for QSslSocket::setPrivateKeyKonstantin Shegunov2019-03-051-4/+13
* | | Extend the test for QSslKeyLars Schmertmann2019-03-023-3/+9
* | | Disable DTLS is UDP socket is disabledJędrzej Nowacki2019-03-011-1/+1
* | | Fix compilation without DTLSJędrzej Nowacki2019-03-011-2/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-274-5/+5
|\| |
| * | Fix can not -> cannotRobert Loehning2019-02-254-5/+5
* | | Add support for SPNEGO/Negotiate authenticationSandro Mani2019-02-257-151/+318
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-225-10/+10
|\| |
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-205-10/+10
* | | Fix a typoTimur Pocheptsov2019-02-221-1/+2
|/ /
* | Feature 'ocsp' - fix a broken win-32 buildEric Lemanissier2019-02-191-2/+2
* | QtNetwork: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-181-0/+6
* | OCSP response - fix APITimur Pocheptsov2019-02-185-60/+125
* | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-133-9/+9
* | Fix: "Emit keyword being used with non-signal"Alessandro Portale2019-02-123-9/+9