Fix FullScreen for Windows CE
[profile/ivi/qtbase.git] / src / network /
2012-08-01 Martin PeterssonQtNetwork: Handle FD_CLOSE on Windows
2012-07-31 Sergio AhumadaAdding missing QT_BEGIN_HEADER/QT_END_HEADER
2012-07-31 Peter Kümmeladd configure options for debug/release OpenSSL
2012-07-30 Martin PeterssonQtNetwork: Better detection of connection failures...
2012-07-26 Marc MutzQtNetwork: unbreak QT_NO_SSL build
2012-07-25 Marc MutzQtNetwork: use nullary version of qRegisterMetaType...
2012-07-24 Stephen KellyRemove obsolete or commented use of Q_DECLARE_METATYPE.
2012-07-23 Mitch CurtisReplace Q_REGISTER_METATYPE in QAbstractSocket::stateCh...
2012-07-18 Marc MutzQtNetwork: normalize signals/slots
2012-07-17 Tasuku Suzukiremoving QT_NO_URLINFO and using QT_NO_FTP instead
2012-07-11 Sergio AhumadaFix some spelling errors
2012-07-11 Jiang JiangAvoid loading multiple bearer plugins of the same key
2012-07-06 Marc MutzQtNetwork: add member-swap to shared classes
2012-07-03 Martin PeterssonQNativeSocketEngine: remove compile watning on Windows
2012-07-03 Martin PeterssonSocketEngine Windows: If not dual stack, use IPv4 for...
2012-07-02 Martin PeterssonQSslCertificate::fromPath fix wildcard handling
2012-07-02 Shane KearnsAdd null httpReply checks to QHttpThreadDelegate
2012-07-01 Jeremy KatzMake QtNetwork compile with qconfig small
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-28 Thiago MacieiraMove the QDataStream operator<< for QPair to qdatastream.h
2012-06-28 Adrian CarpenterRemoved flags from SSPI calls which prevented the NTLM...
2012-06-27 Albert Astals CidAdd const & to foreach 'iterators'
2012-06-26 Shane KearnsQNetworkCookie - ignore unparsable expires attribute
2012-06-26 Shane KearnsIgnore empty domain attribute in cookies
2012-06-26 Shane KearnsUse RFC6265 rules for cookie path & path matching
2012-06-26 Shane KearnsQNetworkCookie: Use RFC6265 rules for parsing Set-Cookie
2012-06-26 Shane KearnsQNetworkCookie - use RFC6265 rules for max-age
2012-06-26 Shane KearnsQNetworkCookie - ignore unknown attributes
2012-06-26 Jocelyn TurcotteRemove support for multiple cookies in one Set-Cookie...
2012-06-26 Martin PeterssonQAbstractSocket: Enable readNotifier on read from buffer
2012-06-26 Martin PeterssonQtNetwork: remove double buffering on sockets
2012-06-22 Shane KearnsFix non inheritable socket creation on old windows...
2012-06-22 Andy ShawEnsure that Proxy-Connection: Keep-Alive is respected...
2012-06-20 Shane KearnsHandle fragmented responses on SOCKS5 control channel
2012-06-20 Shane KearnsChange default Content-Type for http POST to match...
2012-06-20 Martin PeterssonQNetworkAccessManager: delete the httpThread
2012-06-20 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-19 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-19 Oswald Buddenhagenfix misnomer: qt_module.prf => qt_build_config.prf
2012-06-19 Oswald Buddenhagenautomatically add QT_BUILD_FOO_LIB to DEFINES
2012-06-19 Oswald Buddenhagenclean up projects from QPRO_PWD nonsense, etc.
2012-06-19 Oswald Buddenhagenauto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCON...
2012-06-19 Oswald Buddenhagenauto-generate module pris
2012-06-19 Oswald Buddenhagenautomatically add the version header to HEADERS
2012-06-19 Oswald Buddenhagenmake qt_module_config.prf install the module pri file
2012-06-15 Jonas M. GastalFix double error setting, which overrode correct value.
2012-06-14 David FaureMake qurlinfo private, now that QFtp is private.
2012-06-14 Shane Kearnschoke uploadProgress signals
2012-06-14 Shane Kearnschoke downloadProgress signals
2012-06-13 Simon HausmannPartial fix for WebKit compilation on Windows
2012-06-07 aavitNamespace the bundled zlib symbols, to avoid clash...
2012-06-07 Lars KnollRemove QFactoryInterface from bearer plugins
2012-06-06 Laszlo PappMark the testSslOption method as introduced in Qt 4.8
2012-06-06 Martin PeterssonQtNetwork: disconnect other channels when network layer...
2012-06-06 Nicolas Arnaud-CormosAdd Blackberry path for SSL certificates
2012-06-05 Stephen KellyUse QPointer instead of QWeakPointer.
2012-06-01 Martin PeterssonQtNetwork: handle raw deflate compressed data in Http.
2012-06-01 Jonathan LiuQNetworkReply: Change abort() function into a slot
2012-06-01 Shane KearnsQNAM - maintain a weak reference to the QNetworkSession
2012-06-01 Shane KearnsTrack active network replies without qFindChildren
2012-06-01 Janne AnttilaPut Windows NTLM stuff inside consistent preprocessor...
2012-05-24 Martin PeterssonQNetworkReplyHttpImpl: code cleanup
2012-05-23 Shane KearnsFix deprecated API warning
2012-05-23 Shane KearnsFix compile warnings with MSVC
2012-05-22 Friedemann KleintQtNetwork: Fix mingw-warnings.
2012-05-21 Shane KearnsPrevent infinite loops by handling all ZLIB errors
2012-05-21 Martin PeterssonQNetworkReplyHttpImplPrivate::migrateBackend
2012-05-21 Jonas M. GastalFallback to IPv4 when IPv6 is not present.
2012-05-21 Tasuku SuzukiFix QtNetwork compilation for -qconfig large
2012-05-21 Richard MooreChange QSslCertificate::toText() to return a QString.
2012-05-18 Tasuku SuzukiFix QtNetwork compilation for -qconfig large
2012-05-18 Shane KearnsMake the windows socket handle non inheritable
2012-05-16 Martin PeterssonQHttpNetworkReply:readBodyFast return early if nothing...
2012-05-16 Martin PeterssonQNetworkAccessManager: Read all from socket on remote...
2012-05-15 Shane KearnsProperly handle unexpected EOF in QHttpThreadDelegate
2012-05-14 kbRemove capitalization when specifying include-libraries.
2012-05-11 Shane KearnsFix sending UDP packets to link local addresses
2012-05-11 Shane KearnsInclude scope ids in QHostAddress from QNetworkInterface
2012-05-11 Casper van DonderenDoc: Add a default license footer.
2012-05-11 Martin Peterssonqhttpthreaddelegate: check that we have a reply set...
2012-05-11 Giuseppe D'AngeloQtNetwork: remove \link usages
2012-05-11 Martin PeterssonQNetworkReply::setReadBufferSize fix for threaded http
2012-05-10 Shane KearnsDon't return http proxy for server usages
2012-05-10 Marius Storm-OlsenDoc: Fix \sa usage
2012-05-10 Aron RosenbergAdd Windows NTLM Sign-Sign-On / Integrated Proxy Authen...
2012-05-10 Marius Storm-OlsenMerge "Merge branch 'docs-refactoring' into master...
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-09 Casper van DonderenDoc: Move some remaining files over for modularization.
2012-05-09 Aron RosenbergFix various NTLM/Digest multi-threading and usage issues
2012-05-09 Friedemann KleintNo longer use deprecated methods for plugin loading.
2012-05-09 Casper van DonderenDoc: Modularize QtDBus documentation and add missing...
2012-05-09 Casper van DonderenDoc: Fix typo in QtNetwork qdocconf.
2012-05-09 Casper van DonderenDoc: Modularize QtNetwork documentation.
2012-05-09 Marius Storm-OlsenProperly implement a 'make docs' target for subdirs...
2012-05-09 Shane KearnsConnect bearer engines to manager with QueuedConnection
2012-05-09 Shane KearnsAvoid emitting finished() before user can connect the...
2012-05-08 Richard MooreThe \enum should use the enum name not the flags.
2012-05-06 Richard MooreVarious minor fixes for qdoc warnings.
2012-05-06 Richard MooreFix more qdoc warnings in qtnetwork.
2012-05-05 Adrien BustanyQNetworkProxyFactory: check all the proxy environment...
next