summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Fix some documentation inconsistency in QtNetwork.Stephen Kelly2012-08-062-21/+21
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-016-0/+52
* Adding missing QT_BEGIN_HEADER/QT_END_HEADERSergio Ahumada2012-07-311-1/+5
* add configure options for debug/release OpenSSLPeter Kümmel2012-07-311-1/+12
* QtNetwork: Better detection of connection failures on WindowsMartin Petersson2012-07-301-21/+41
* QtNetwork: unbreak QT_NO_SSL buildMarc Mutz2012-07-262-10/+8
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-2517-21/+35
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-244-7/+0
* Replace Q_REGISTER_METATYPE in QAbstractSocket::stateChanged doc.Mitch Curtis2012-07-231-1/+1
* QtNetwork: normalize signals/slotsMarc Mutz2012-07-183-9/+9
* removing QT_NO_URLINFO and using QT_NO_FTP insteadTasuku Suzuki2012-07-172-4/+4
* Fix some spelling errorsSergio Ahumada2012-07-115-8/+8
* Avoid loading multiple bearer plugins of the same keyJiang Jiang2012-07-111-0/+5
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-0628-0/+202
* QNativeSocketEngine: remove compile watning on WindowsMartin Petersson2012-07-031-0/+2
* SocketEngine Windows: If not dual stack, use IPv4 for AnyIPProtocolMartin Petersson2012-07-031-0/+3
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-031-23/+30
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-031-6/+25
* Make QtNetwork compile with qconfig smallJeremy Katz2012-07-011-0/+15
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-282-0/+2
* Removed flags from SSPI calls which prevented the NTLM authentication from wo...Adrian Carpenter2012-06-281-8/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-272-3/+3
* QNetworkCookie - ignore unparsable expires attributeShane Kearns2012-06-271-4/+3
* Ignore empty domain attribute in cookiesShane Kearns2012-06-271-9/+18
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-272-8/+25
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-271-87/+16
* QNetworkCookie - use RFC6265 rules for max-ageShane Kearns2012-06-271-3/+9
* QNetworkCookie - ignore unknown attributesShane Kearns2012-06-271-9/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-271-13/+5
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-262-0/+10
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-266-141/+55
* Fix non inheritable socket creation on old windows versionsShane Kearns2012-06-221-16/+21
* Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0Andy Shaw2012-06-221-1/+2
* Handle fragmented responses on SOCKS5 control channelShane Kearns2012-06-212-15/+27
* Change default Content-Type for http POST to match 4.7.4Shane Kearns2012-06-211-2/+5
* QNetworkAccessManager: delete the httpThreadMartin Petersson2012-06-202-4/+12
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+1
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-3/+1
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+0
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* Fix double error setting, which overrode correct value.Jonas M. Gastal2012-06-151-1/+0
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-147-6/+6
* choke uploadProgress signalsShane Kearns2012-06-143-3/+27
* choke downloadProgress signalsShane Kearns2012-06-145-7/+40
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+3
* Namespace the bundled zlib symbols, to avoid clash with user zlibaavit2012-06-082-33/+50
* Remove QFactoryInterface from bearer pluginsLars Knoll2012-06-081-10/+1