summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Code cleanup in QNAMFilipe Azevedo2017-11-221-13/+11
* qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-11-151-0/+6
* HTTP/2 - fix header processingTimur Pocheptsov2017-11-151-1/+1
* Fix indentationJesus Fernandez2017-11-051-1/+1
* QNativeSocketEngine/Win: fix getting the datagram destinationThiago Macieira2017-11-041-9/+11
* 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
* 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
* 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
* 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
* Convert features.networkdiskcache to QT_[REQUIRE_]CONFIGStephan Binner2017-09-064-15/+11
* Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-063-12/+9
* Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0611-36/+31
* Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-013-0/+14
* Fix crashes with libproxy+webkitgtk: it's not threadsafeThiago Macieira2017-08-272-25/+120
* QHostInfo: Remove Darwin refusal to use getnameinfo(3)Thiago Macieira2017-08-241-2/+1
* QNetworkInterface: Fold the test for if_nameindex into the config testThiago Macieira2017-08-242-6/+2
* Avoid dereferencing nullptrMårten Nordheim2017-08-181-1/+1
* Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-172-1/+4
* Check for loopback address if network access is unavailableMårten Nordheim2017-08-151-2/+10
* QNAM: requeue pipelined HTTP requests after unrecoverable socket errorsRomain Pokrzywka2017-08-141-2/+5
* Fix write and read-write ioctls on certain 64-bit OSThiago Macieira2017-08-101-1/+1
* configure: un-namespace remaining non-inline configure testsOswald Buddenhagen2017-08-021-3/+3
* configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-5/+53
* Fix bytesAvailable() on UDP under WindowsAlex Trotsenko2017-07-301-1/+4
* Fix compilation failing for WinRT with QT_NO_SSLMårten Nordheim2017-07-271-1/+1
* QAsn1Element - fix toDateTime functionTimur Pocheptsov2017-07-181-3/+31
* Convert features.localserver to QT_[REQUIRE_]CONFIGTimur Pocheptsov2017-07-059-65/+33
* QSslSocket - fix two memory management issues (Secure Transport)Timur Pocheptsov2017-07-041-2/+2
* Respect the application and system configuration settings for the proxyAndy Shaw2017-06-301-1/+1
* QNativeSocketEnginePrivate::nativeAccept(): Add missing breakFriedemann Kleint2017-06-281-0/+1