summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-171-1/+1
|\
| * qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-11-151-0/+6
| * HTTP/2 - fix header processingTimur Pocheptsov2017-11-151-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-10/+12
|\|
| * Fix indentationJesus Fernandez2017-11-051-1/+1
| * QNativeSocketEngine/Win: fix getting the datagram destinationThiago Macieira2017-11-041-9/+11
* | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-8/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-303-48/+58
|\|
| * QSslSocket::waitForDisconnected(): flush write buffer before waitingAlex Trotsenko2017-10-271-1/+13
| * Fix private includes in qhttp2protocolhandler_p.hJoerg Bornemann2017-10-271-5/+5
| * Replace unneeded nullptr-checks with ASSERTSMårten Nordheim2017-10-271-36/+36
| * Fix redirecting all the other methods for HTTP 307 and 308Mårten Nordheim2017-10-241-6/+4
* | QRandomGenerator: add system() and global()Thiago Macieira2017-10-292-2/+3
* | HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-2610-68/+262
* | QHstsStore - use qAsConst in a range-loopTimur Pocheptsov2017-10-231-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-235-24/+80
|\|
| * Fix cookie path matching for empty url pathMårten Nordheim2017-10-191-1/+1
| * network: add a QT_CONFIG(bearermanagement) guardLiang Qi2017-10-182-0/+4
| * Fix redirecting POST for HTTP 307 and 308Mårten Nordheim2017-10-173-2/+15
| * Open a session during redirects when neededMårten Nordheim2017-10-172-21/+59
| * QNAM (redirects) - clear 'raw' headers before sending the next requestTimur Pocheptsov2017-10-171-0/+1
* | MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-192-2/+1
* | QHostInfo: Make getaddrinfo() mandatoryThiago Macieira2017-10-184-210/+43
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-178-53/+55
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-168-53/+55
| |\|
| | * QHostAddress::setAddress - fix an overload taking SpecialAddressTimur Pocheptsov2017-10-131-43/+43
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
| | * Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-104-3/+5
| | * QUdpSocket: make sure receiveDatagram() returns empty on errorThiago Macieira2017-10-071-3/+5
| | * Doc: Remove unsupported systems out of QNetworkDatagram's listThiago Macieira2017-10-061-3/+1
* | | HTTP/2 protocol handler: tweak receive window sizesTimur Pocheptsov2017-10-164-25/+30
|/ /
* | QNetworkInterface: don't include addresses from inactive interfacesThiago Macieira2017-10-141-10/+15
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-046-39/+42
|\|
| * Fix cookies not being applied on redirectMårten Nordheim2017-09-291-0/+8
| * HTTP/2 protocol handler: set redirect URL on replyTimur Pocheptsov2017-09-291-1/+20
| * QAbstractSocket: fix handling of successful connectToHostByName()Alex Trotsenko2017-09-271-4/+8
| * Fix namespaced build on macOSJake Petroules2017-09-251-5/+6
| * QAbstractSocket: remove disconnect timerAlex Trotsenko2017-09-203-29/+0
* | Revert "HTTP/2 protocol handler: set the redirect URL on reply"Timur Pocheptsov2017-09-291-18/+1
* | QNetworkDiskCache: Fix deprecation warningFriedemann Kleint2017-09-291-1/+3
* | HTTP/2 protocol handler: set the redirect URL on replyTimur Pocheptsov2017-09-281-1/+18
* | Refactor QNetworkAddress not to keep a full QHostAddressThiago Macieira2017-09-254-60/+52
* | QNetworkInterface/Windows: solve 11 year old puzzle about Win32 APIThiago Macieira2017-09-251-59/+8
* | QNetworkInterface: complete removing pre-Vista supportThiago Macieira2017-09-251-12/+16
* | Fix loadOpenSslWin32Timur Pocheptsov2017-09-211-0/+18
* | Fix OpenSSL 1.1 buildTimur Pocheptsov2017-09-141-2/+3
* | QNativeSocketEngine: Simplify nativeHasPendingDatagrams()Thiago Macieira2017-09-131-11/+3
* | QNativeSocketEngine: reduce memory usage in nativePendingDatagramSize()Thiago Macieira2017-09-132-9/+29
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-0620-63/+65
|\|