summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
* Clear SSL key data as soon as possible when move-assigningKonstantin Shegunov2019-04-183-4/+24
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-105-24/+60
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-095-24/+60
| |\
| | * QUdpSocket: Convert snippet to functor connectAndre Hartmann2019-04-081-2/+2
| | * QUdpSocket: Add missing \since to docsAndre Hartmann2019-04-081-0/+3
| | * QHostInfo: use dlsym() with RTLD_DEFAULT in case libs cannot be loadedDavide Beatrici2019-04-062-13/+27
| | * QDnsLookup: fix "Resolver functions not found" error on FreeBSDDavide Beatrici2019-04-062-14/+33
* | | 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