summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1139-223/+349
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0825-57/+85
| |\
| | * QtNetwork: port remaining uses of QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-065-11/+8
| | * QtNetwork: bearer: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-066-8/+7
| | * Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-053-12/+22
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-053-12/+22
| | | |\
| | | | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-032-12/+19
| | | | |\
| | | | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-032-12/+19
| | | | | |\
| | | | | | * 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
| | | | * | | Add custom verb support for WASM HTTP requestsFelix Barz2019-07-031-0/+3
| | | | |/ /
| | * | | | Fix build without features.libraryTasuku Suzuki2019-07-061-1/+0
| | * | | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-052-1/+3
| | |/ / /
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-014-9/+17
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-291-2/+4
| | | |\|
| | | | * QSocks5SocketEngine: avoid dereferencing null-pointerMårten Nordheim2019-06-281-2/+4
| | | * | qsslsocket_openssl.cpp - restructure the codeTimur Pocheptsov2019-06-281-6/+4
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-6/+13
| | | |\|
| | | | * 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
| | * | | Mark qHash(QOcspResponse) as noexceptMarc Mutz2019-06-292-3/+3
| | * | | Remove unused qmutexpool_p.h includesMarc Mutz2019-06-292-2/+0
| | * | | Remove property usage in QHttp2ProtocolHandlerTasuku Suzuki2019-06-292-6/+20
| | * | | QSocks5SocketEnginePrivate::sendRequestMethod(): Fix out of bounds string accessFriedemann Kleint2019-06-281-3/+3
| | * | | QBearerEngine: fix const-correctness of a loop with const-propagating QESDPMarc Mutz2019-06-271-2/+1
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-272-0/+2
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-255-54/+70
| | | |\|
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-202-14/+16
| | | |\ \
| | | * | | checkOcspResponse - remove unneeded lockingTimur Pocheptsov2019-06-171-14/+2
| | | * | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
| | | * | | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-173-0/+64
| | | |\ \ \
| | | | * | | QSslSocket: add and set the TLSv1.3-specific PSK callbackMårten Nordheim2019-06-133-0/+64
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-2619-166/+264
| |\| | | | |
| | * | | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-257-87/+155
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | 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
| | | |/ / /
| | * | | | QNetworkAcesssCache: replace a QQueue with a std::vectorMarc Mutz2019-06-201-16/+16
| | * | | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-207-11/+11
| | * | | | QNetworkConfiguration: remove unused member 'serviceNetworkMembers'Marc Mutz2019-06-142-35/+1
| | * | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-143-17/+81
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | wasm: fix crash in case network js event becomes null or undefinedLorn Potter2019-05-271-10/+43
| | | * | | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-7/+8
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Update documentation regarding import/export restrictions for OpenSSLVolker Hilsheimer2019-06-041-7/+8
| | | * | | doc: Add dontdocument.qdoc filesMartin Smith2019-05-071-0/+30
* | | | | | Android: Final changes for APK generationLeander Beernaert2019-06-262-6/+24
* | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-144-31/+33
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-0622-121/+135
| |\| | | |