summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-142-0/+2
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1126-423/+748
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-0426-423/+748
| |\
| | * Mark QNetworkAccessManager::autoDeleteReplies as constMårten Nordheim2019-08-292-2/+2
| | * Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-2720-251/+604
| | |\
| | | * HTTP/2: use a non-default MAX_FRAME_SIZETimur Pocheptsov2019-08-221-3/+7
| | | * Fix a broken buildTimur Pocheptsov2019-08-224-9/+27
| | | * Remove use of QByteDataBuffer in QNetworkReplyHttpImplMårten Nordheim2019-08-222-41/+19
| | | * QHttp2Configuration: remove setters/getter for indexingTimur Pocheptsov2019-08-212-37/+3
| | | * QHttp2Configuration - respect the value returned by huffmanCompressionEnabled()Timur Pocheptsov2019-08-213-0/+7
| | | * Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-2017-211/+591
| | * | QNetworkConnectionMonitor(win): Fix memory leakMårten Nordheim2019-08-251-2/+4
| | |/
| | * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-2/+4
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-2/+4
| | | |\
| | | | * Make our connection-level window half of a possible maximumTimur Pocheptsov2019-08-141-2/+4
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-6/+6
| | | |\ \ | | | | |/
| | | | * Plug a memory leak introduced in e24a4976bebd7ca90deac2b40c08900625773Volker Hilsheimer2019-07-311-6/+6
| | * | | QNetworkConnectionMonitor: Fix compilation with older Windows KitsFriedemann Kleint2019-08-131-2/+2
| | * | | Short live qt_unique_lock/qt_scoped_lock! (until C++17)Marc Mutz2019-08-132-34/+39
| | * | | Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-101-7/+5
| | * | | Unify and simplify the QHostInfo::lookupHost overloadsVolker Hilsheimer2019-08-072-127/+92
* | | | | Regenerate gui and network to handle source subtractions using scriptAlexandru Croitor2019-10-072-12/+10
* | | | | Regenerate qtbase/src projectsAlexandru Croitor2019-09-302-9/+1
* | | | | Fix add_qt_docs callsSimon Hausmann2019-09-191-1/+1
* | | | | Re-generate main module CMake filesSimon Hausmann2019-09-182-2/+2
* | | | | Regenerate src/networkAlexandru Croitor2019-09-111-0/+2
* | | | | Use pre-compiled headers when building Qt with cmakeMårten Nordheim2019-09-111-0/+2
* | | | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1529-273/+1156
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-0626-263/+1101
| |\ \ \ \ | | |/ / /
| | * | | Fix spdy build without features.propertiesTasuku Suzuki2019-08-012-4/+13
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-304-12/+70
| | |\ \ \ | | | |/ /
| | | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-293-10/+66
| | | |\ \
| | | | * \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-293-10/+66
| | | | |\ \ | | | | | |/
| | | | | * 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
| | | * | | wasm: fix wide character data downloadLorn Potter2019-07-291-2/+4
| | | |/ /
| | * | | Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-273-18/+52
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-263-18/+52
| | | |\ \ | | | | |/
| | | | * Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-243-18/+52
| | * | | QHostInfo: un-QObject-ify QHostInfoLookupManagerMarc Mutz2019-07-192-9/+4
| | * | | QHostInfo: remove unused QAbstractHostInfoLookupManagerMarc Mutz2019-07-192-29/+10
| | * | | QSharedNetworkSessionManager: prune expired QNetworkSessionsMarc Mutz2019-07-191-0/+14
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-1/+1
| | | |\ \ | | | | |/
| | | | * QHttpSocketEngine: The 'Connection' options are case insensitiveMårten Nordheim2019-07-151-1/+1
| | * | | QHostInfo: port from recursive to non-recursive mutexMarc Mutz2019-07-182-7/+8
| | * | | QHostInfo: add nothrow move constructorMarc Mutz2019-07-182-5/+32
| | * | | QtNetwork: ssl: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-183-3/+3
| | * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-173-84/+74
| | |\ \ \