summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to Symbian in QtNetwork.Xizhi Zhu2012-01-242-5/+0
* Make QAbstractSocket's API virtual where needed.Jonas M. Gastal2012-01-242-50/+7
* Update contact information in license headers.Jason McDonald2012-01-23160-160/+160
* Remove the useless connManager() function.Xizhi Zhu2012-01-191-13/+8
* Removing QHttpHeader and QHttpResponseHeader.Jonas M. Gastal2012-01-198-965/+31
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-191-1/+1
* Fix compiler warnings in Qt Network.Friedemann Kleint2012-01-192-3/+4
* Remove QNetworkConfigurationPrivate::bearerTypeName().Xizhi Zhu2012-01-192-16/+9
* Remove the useless undef for "interface".Xizhi Zhu2012-01-191-4/+0
* Add the missing Q_DISABLE_COPY for public bearer classes.Xizhi Zhu2012-01-192-0/+4
* Remove QNetworkConfiguration::bearerName().Xizhi Zhu2012-01-182-12/+0
* Fixed build break when bearer is disabled.Xizhi Zhu2012-01-163-0/+8
* Cleaning up header includes.Jonas M. Gastal2012-01-135-6/+5
* qdoc3: Don't put a \table in a \valueMartin Smith2012-01-131-10/+19
* Remove shadowing members in QNetworkReplyHttpImplPrivateAlexander Færøy2012-01-121-2/+0
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-123-5/+5
* Make QFtp private.Jonas M. Gastal2012-01-127-11/+70
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-111-1/+1
* qlocalsocket_win.cpp: Fix compiler warning.Friedemann Kleint2012-01-111-1/+1
* Update year in Nokia copyright headers.Jason McDonald2012-01-102-2/+2
* QLocalSocket: make socket descriptor qintptrJoerg Bornemann2012-01-105-12/+12
* SSL - dump failed certificate chains when debug logging is enabledShane Kearns2012-01-091-0/+21
* Using proper virtual functions instead of Q_INVOKABLE tricks.Jonas M. Gastal2012-01-096-47/+68
* Make (dis)connectTo(From)Host virtual in QAbstractSocket.Jonas M. Gastal2012-01-094-50/+12
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-068-3466/+921
* Fix renewed SSL certificates being incorrectly reported as expiredShane Kearns2012-01-061-2/+2
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-062-14/+14
* Fix crashing data urlsSimon Hausmann2012-01-061-1/+1
* QNetworkAccessManager: check if networksession is setMartin Petersson2012-01-061-8/+10
* Add a new QT_NO_SSL feature macro.Richard Moore2012-01-067-15/+15
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-0516-46/+46
* Update copyright year in license headers.Jason McDonald2012-01-05158-158/+158
* Fix compiler warnings in QtNetwork.Friedemann Kleint2012-01-052-3/+2
* Emit error if trying to connect while socket is connected or connecting.Jonas M. Gastal2012-01-047-4/+25
* Always load the openssl configuration.Richard Moore2012-01-031-4/+0
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-292-10/+6
* Clarifying the flow of signals on QNetworkAccessManager.Jonas M. Gastal2011-12-282-1/+10
* QLocalSocket shouldn't emit disconnected if it isn't connected yet.Jonas M. Gastal2011-12-271-1/+1
* Fix http authentication to a different realm on the same serverShane Kearns2011-12-221-4/+2
* Fix race in http connection channelShane Kearns2011-12-222-1/+3
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-228-13/+52
* Handle plain socket write errors in SSLShane Kearns2011-12-221-2/+9
* Fix for assertion failureShane Kearns2011-12-222-1/+6
* Fix faulty logic in http connection pipeliningShane Kearns2011-12-221-2/+6
* QNetworkAccessManager: fixed foreach copy of host addressMartin Petersson2011-12-222-2/+2
* Add ToS option to sockets.Jonas M. Gastal2011-12-225-2/+43
* SSL: fix build with -openssl-linked for OpenSSL 0.9.8*Peter Hartmann2011-12-223-12/+0
* QNetworkAccessManager: delay IPv4 or IPv6 based on getaddrinfo orderMartin Petersson2011-12-223-18/+35
* Fix regression in user-agent setting of http proxy in a QNetworkRequestShane Kearns2011-12-191-2/+5
* extract QWindowsPipeReader from qlocalsocket_win.cppJoerg Bornemann2011-12-163-227/+36