summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Plug a memory leak introduced in e24a4976bebd7ca90deac2b40c08900625773Volker Hilsheimer2019-07-311-6/+6
* QHostInfo: Always post results through the event loop to the receiverVolker Hilsheimer2019-07-262-10/+49
* Android: Fix SSL 1.1 support on API-21BogDan Vatra2019-07-261-0/+17
* Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-243-18/+52
* QHttpSocketEngine: The 'Connection' options are case insensitiveMårten Nordheim2019-07-151-1/+1
* Windows: handle errors correctly when connecting to unreachable hostVolker Hilsheimer2019-07-111-60/+55
* QHostInfo: fix a race condition on QHostInfoCache::enabledMarc Mutz2019-07-092-17/+7
* QHostInfo: fix a race condition on wasDeletedMarc Mutz2019-07-051-7/+12
* Fix compiler warnings when building with DEBUG defines setVolker Hilsheimer2019-07-021-12/+12
* QSocks5SocketEngine: account for in-transit signal when waiting for readMårten Nordheim2019-07-021-0/+5
* QSocks5SocketEngine: pass data to application when connectedMårten Nordheim2019-07-021-0/+2
* QSocks5SocketEngine: avoid dereferencing null-pointerMårten Nordheim2019-06-281-2/+4
* QHttpNetworkConnection: Change assert to early return and handle Http2Mårten Nordheim2019-06-252-6/+10
* QHttpNetworkConnectionChannel: don't close if we're already closingMårten Nordheim2019-06-241-0/+3
* TLS socket: make verification callback lock-free (OpenSSL)Timur Pocheptsov2019-06-175-51/+70
* Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-173-0/+64
|\
| * QSslSocket: add and set the TLSv1.3-specific PSK callbackv5.12.4Mårten Nordheim2019-06-123-0/+64
* | Fix crash when app is going to shutdown but conf manager is requestedVal Doroshchuk2019-06-122-14/+16
|/
* WinRT: Fix crash in native socket engine during closeMårten Nordheim2019-05-081-1/+7
* HTTP2: Fix handling of GOAWAY framesChristian Kamm2019-05-031-1/+8
* Document that QHostInfo does not guarantee to return all IP addressesVolker Hilsheimer2019-04-251-3/+8
* Fix typo in QHostAddress::SpecialAddress descriptionVolker Hilsheimer2019-04-231-2/+2
* 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
* Fix a crash in QHttp2ProtocolHandler in h2c-direct modeAlexey Edelev2019-03-291-1/+1
* Network cache: Stop treating no-cache like no-storeMårten Nordheim2019-03-223-21/+14
* 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
* | Don't retry a ssl connection if encryption was never finishedMårten Nordheim2019-03-061-1/+4
* | wasm: fix corrupt downloadsLorn Potter2019-03-041-1/+1
* | Hpack - fix the static lookupTimur Pocheptsov2019-03-042-99/+121
|/
* Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Qt Forward Merge Bot2019-02-061-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-061-1/+1
| |\
| | * Fix corewlan configure testJoerg Bornemann2019-01-281-1/+1
* | | Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-063-5/+5
|/ /
* | http2: skip content-length for content-encoding: gzip/deflateTimur Pocheptsov2019-02-011-0/+4
* | Fix session resumption with OpenSSL 1.1André Klitzing2019-01-311-0/+4
* | SecureTransport: do not set max protocol versionTimur Pocheptsov2019-01-271-12/+4
* | Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-232-1/+3
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-085-37/+71
| |\
| * | Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-1/+1
| * | Work around FreeBSD 12.0 breaking source compatibility with IFM_FDDIThiago Macieira2019-01-011-0/+2
* | | Fix alignment-warnings about Q_DECLARE_PRIVATE's castsEdward Welbourne2019-01-151-0/+1
* | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-102-2/+2
* | | wasm: fix blob download handlingLorn Potter2019-01-091-11/+16
* | | Doc: Complete doc on QHostAddress::clear()Nico Vertriest2019-01-081-1/+2
* | | QNetworkReplyHttpImpl::_q_startOperation - remove a useless warningTimur Pocheptsov2019-01-081-4/+2
| |/ |/|
* | Copy backend configuration while setting dtls configSona Kurazyan2019-01-051-0/+1