summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-2/+10
|\
| * QFtp: only use fall-back password for anonymous accessRyan Chu2018-01-091-2/+10
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-309-28/+48
|\|
| * Fix typo in QSslKeyMårten Nordheim2017-12-211-1/+1
| * winrt: Register ssl socket upgrade callback in Xaml threadOliver Wolff2017-12-201-2/+6
| * fix namespaced buildOswald Buddenhagen2017-12-143-6/+6
| * Fix/workaround a quirk in SecureTransportTimur Pocheptsov2017-12-141-5/+10
| * Fix out of bounds reads in qdnslookup_unixTimur Pocheptsov2017-12-011-5/+22
| * configure: make *_LIBS_{DEBUG|RELEASE} always workOswald Buddenhagen2017-11-301-8/+0
| * Fix broken QNAM::networkAccessible()Filipe Azevedo2017-11-301-2/+3
* | tst_QUdpSocket: always use an interface when binding to IPv6Thiago Macieira2017-12-292-1/+35
* | bearermanagment: fix build for --no-feature-bearermanagementLorn Potter2017-12-191-2/+1
* | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-0/+2
|\ \
| * | Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-0/+2
* | | QAbstractSocket: clear error code to match the error descriptionAlex Trotsenko2017-12-062-0/+5
* | | Fix -Wclazy-qstring-arg in Windows codeFriedemann Kleint2017-12-011-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-282-12/+10
|\ \ \ | | |/ | |/|
| * | QUdpSocket: Work around WSARecvMsg quirk relating to no control blockThiago Macieira2017-11-251-4/+2
| * | Handle HostNotFoundError correctly for HTTP/2Timur Pocheptsov2017-11-241-8/+8
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-13/+11
|\| | | |/ |/|
| * Code cleanup in QNAMFilipe Azevedo2017-11-221-13/+11
* | 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