summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslSocket (OpenSSL) - handle abort/close on sslErrors emittedTimur Pocheptsov2016-06-141-0/+5
* winrt: Add privateNetworkClientServer to default capabilitiesMaurice Kalinowski2016-06-131-1/+2
* WinRT: Avoid asserts in socket function with bool return valuesOliver Wolff2016-06-131-9/+14
* WinRT: fixed error reporting of QNativeSocketEngine::initializeOliver Wolff2016-06-131-14/+6
* WinRT: Proper error handling in socket engine's "bind"Oliver Wolff2016-06-131-10/+37
* QSslSocket: Data is sent after a certificate is downloaded on Windows.Martin Porcelli2016-06-081-1/+5
* WinRT: Rename connectToHost/handleConnectionEstablishedOliver Wolff2016-06-042-17/+11
* WinRT: Early return in case of network errorOliver Wolff2016-06-041-4/+4
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-1/+4
|\
| * WinRT: Do not assert on socket closeOliver Wolff2016-05-201-1/+4
* | OpenBSD: add /etc/ssl as cert dirRalf Nolden2016-06-011-1/+2
* | Compile fix: OpenBSD does not have <arpa/nameser_compat.h>Ralf Nolden2016-06-011-1/+6
* | Compile fix for OpenBSD using Q_OS_OPENBSD definesRalf Nolden2016-05-311-1/+5
* | Remove QNetworkReplyNSURLConnectionImpl.Jake Petroules2016-05-264-550/+0
* | QSocks5SocketEngine: connect after auth fail as if connecting afresh.Edward Welbourne2016-05-231-1/+3
* | Fixed variable typeJesus Fernandez2016-05-211-1/+1
* | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-192-15/+17
|\|
| * WinRT: Do not try to cancel IO for udp sockets on socket closeOliver Wolff2016-05-181-10/+12
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* | winrt: Fix potential crash when reading closed socketsMaurice Kalinowski2016-05-172-12/+20
* | Fixed crash in QAuthenticator::operator==Jesus Fernandez2016-05-131-0/+2
|/
* make sure QNAM reacts to configuration changesLorn Potter2016-05-073-22/+86
* Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on WindowsAlex Trotsenko2016-05-041-0/+13
* QNativeSocketEngine: fix build in debug mode under WindowsAlex Trotsenko2016-05-021-7/+9
* QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-303-18/+11
* Remove the use of QMutexPool in QHostInfo and QDnsLookupThiago Macieira2016-04-303-32/+16
* QSslSocket: remove unused variable in q_X509Callback()Marc Mutz2016-04-261-1/+0
* QAbstractSocket:waitForReadyRead(): fix handling UDPAlex Trotsenko2016-04-231-1/+1
* _q_networkSessionStateChanged - fix weird logicTimur Pocheptsov2016-04-222-2/+2
* QNetworkReplyImplPrivate - potential nullptr dereferenceTimur Pocheptsov2016-04-191-6/+2
* WinRT: Removed superfluous callback that handles completed bindsOliver Wolff2016-04-132-8/+0
* winrt: Register for socket reads for correct socket engineOliver Wolff2016-04-131-29/+32
* winrt: Remove superfluous socketDescriptor assignmentOliver Wolff2016-04-131-1/+0
* winrt: only emit readRead signal if the notifyOnRead flag is setOliver Wolff2016-04-131-2/+4
* winrt: Cancel pending read operations before tcp sockets are closedOliver Wolff2016-04-132-48/+78
* winrt: Use correct socket error on socket closeOliver Wolff2016-04-111-2/+2
* winrt: fix callbacks by moving them to the xaml threadOliver Wolff2016-04-111-51/+67
* WinRT: Enable broadcastsOliver Wolff2016-04-111-0/+1
* Doc: clarify redirection handling in QNetworkRequestDavid Faure2016-04-101-4/+5
* Note the introductory version of network redirection related enums.Jake Petroules2016-04-092-0/+3
* Delete the dangling generic engine object.Weng Xuetian2016-04-081-0/+2
* winrt: Add capabilities as specified by modulesMaurice Kalinowski2016-04-071-0/+4
* Limit URLs for proxy auto config to 2083 charsSebastian Lösch2016-04-071-3/+12
* QFtp: Use UTF-8 encoding.Friedemann Kleint2016-04-071-5/+5
* Remove superfluous includes from qlocalsocket_win.cppJoerg Bornemann2016-04-061-4/+0
* Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-243-14/+41
* Fix typo in QLocalServer documentationSimon Hausmann2016-03-241-1/+1
* Make QWindowsPipeWriter thread-free.Joerg Bornemann2016-03-171-1/+0
* Don't include by default ciphers that are not supportedAntonio Larrosa2016-03-141-3/+5
* Do not send the trailing dot of a hostname as part of the SNIRichard J. Moore2016-03-131-0/+4