summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-057-113/+98
|\
| * configure -libproxy: add a warning if not namespacing QtEdward Welbourne2016-11-031-0/+13
| * winrt: Removed unused member variable from socket engineOliver Wolff2016-11-031-2/+0
| * winrt: Remove static mutex that protected handleReadyReadOliver Wolff2016-11-031-3/+0
| * winrt: Guard pendingReadOps with mutexOliver Wolff2016-11-032-0/+12
| * winrt: Proper guarding by readMutexOliver Wolff2016-11-032-6/+19
| * Add QNetworkProxy::usesSystemConfiguration() accessorKai Koehne2016-11-024-103/+55
* | QAbstractSocket: print error message before emitting the signalAlex Trotsenko2016-11-021-2/+2
* | QSocks5SocketEngine: improve buffering in CONNECT modeAlex Trotsenko2016-11-021-6/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-0218-123/+523
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-015-8/+17
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-312-2/+6
| | |\
| | | * QAbstractSocket: avoid unspecified behavior in writing on TCPAlex Trotsenko2016-10-272-2/+6
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-6/+6
| | |\|
| | | * QNetworkReplyHttpImpl: Fix UB (member call) in destruction sequenceMarc Mutz2016-10-201-4/+2
| | | * winrt: Added timeout for cancellation of socket read operationOliver Wolff2016-10-201-2/+4
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+5
| | |\|
| | | * QNetworkSession: make sure that "interface" isn't #definedThiago Macieira2016-10-131-0/+5
| * | | Document Qt Network licensesKai Koehne2016-10-243-6/+69
| * | | HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-217-99/+400
| * | | make setting OPENSSL_LIBS_{DEBUG,RELEASE} work with dynamic buildsOswald Buddenhagen2016-10-141-1/+8
| * | | Fix resolution of OPENSSL_LIBS in ssl.priKai Koehne2016-10-141-0/+2
| * | | winrt: Do not lose initial data for TCP connectionsOliver Wolff2016-10-142-9/+27
* | | | qhostaddress.cpp: optimize string usageAnton Kudryavtsev2016-10-241-5/+5
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-137-29/+143
|\| | |
| * | | winrt: tcpsocket: Update bytesAvailable when new data is readHarald Meyer2016-10-122-2/+7
| * | | winrt: Rework handling of udp datagramsOliver Wolff2016-10-122-12/+105
| * | | Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-111-1/+10
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-113-6/+13
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-083-6/+13
| | |\|
| | | * Make sure SSL configuration is correct in QNetworkReply::encrypted.Vladimir Prus2016-10-053-6/+13
| * | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-8/+8
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-293-3/+8
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-293-3/+8
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-282-1/+4
| | |\|
| | | * QSslSocket: respect read buffer's max size (SecureTransport)Timur Pocheptsov2016-09-271-1/+1
| | | * QNetworkInterface: fix reporting of virtual interfaces on LinuxThiago Macieira2016-09-241-0/+3
| | * | Doc: corrected reference to OpenSSL webpageNico Vertriest2016-09-231-2/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-214-6/+6
|\| | |
| * | | API Review: Don't reorder existing enum valuesSune Vuorela2016-09-151-2/+2
| * | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-153-4/+4
* | | | Make QSslSocketPrivate::sslLibraryVersionString consistent on WindowsJake Petroules2016-09-151-7/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-157-47/+325
|\| | |
| * | | Convert the old feature systemLars Knoll2016-09-151-0/+58
| * | | rename description => label in configure.jsonOswald Buddenhagen2016-09-151-19/+19
| * | | Modularize configure.json/.priLars Knoll2016-09-155-1/+231
| * | | winrt: Fix build without SSL supportMaurice Kalinowski2016-09-071-0/+2
| * | | QNetworkProxy: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-311-46/+34
* | | | Add a way to get Content-Length when using compressed dataJesus Fernandez2016-09-068-7/+34
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-311-6/+6
|\| | |