summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [BB10-internal] QSslConfiguration: add API to persist and resume SSL sessions4.8-bb10Peter Hartmann2013-06-0314-8/+195
* [BB10-internal] SSL internals: fix memory corruption using QSslConfigurationP...Peter Hartmann2013-05-071-2/+6
* [BB10-internal] Workaround for PR 318290Alan Alpert2013-05-071-0/+2
* [BB10-internal] Revert "[RIM-internal] QNetworkAccessManager: track online / ...Peter Hartmann2013-05-074-68/+19
* [BB10-internal] QNetworkAccessManager: track online / accesible state without...Peter Hartmann2013-05-074-19/+68
* [BB10-internal] QHttpNetworkConnectionChannel: set bind addresses on the socketPeter Hartmann2013-05-073-1/+78
* [BB10-internal] HTTP internals: store QNetworkConfiguration to be set on the ...Peter Hartmann2013-05-077-7/+51
* [BB10-internal] QNetworkAccessManager: store QNetworkConfiguration instead of...Peter Hartmann2013-05-072-6/+10
* [BB10-internal] BB10 bearer plugin: populate list of host addressesPeter Hartmann2013-05-071-0/+14
* [BB10-internal] QNetworkConfiguration: store list of host addressesPeter Hartmann2013-05-072-0/+7
* [BB10-internal] QAbstractSocket: delay bind for TCP and SSL socketsPeter Hartmann2013-05-076-47/+194
* [BB10-internal] Move support for socket binding from QUdpSocket to QAbstractS...Peter Hartmann2013-05-073-0/+140
* [BB10-internal] SSL: Implement session sharing and use it from QNetworkAccess...Peter Hartmann2013-05-0716-197/+594
* [BB10-internal] Revert "[BB10-internal] Remove QPerformanceTimer now that QEl...Peter Hartmann2013-05-0710-13/+554
* [BB10-internal] QNetworkAccessManager: return default configuration if withou...Peter Hartmann2013-05-071-6/+7
* Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-05-062-4/+28
* Make Qt 4.8 also compile with the LSB SDK on LinuxThiago Macieira2013-05-062-8/+8
* Fix QtScript crash on 64bit with JIT.Friedemann Kleint2013-05-031-1/+1
* QLocale: Add fr_MA localeEl Mehdi Fekari2013-05-033-904/+924
* make sure qmake finds itself in CWD on windowsOswald Buddenhagen2013-04-301-0/+1
* Bring in WebKit r74029 to fix the build with clang.Raphael Kubo da Costa2013-04-291-2/+4
* Fixed -dbus-linked when cross-compiling from WindowsMatt Fischer2013-04-291-2/+6
* Fix QPluginLoader-test.Friedemann Kleint2013-04-293-56/+98
* Revert "JSCore build fix for WEC7"Janne Anttila2013-04-291-11/+0
* QNonContiguousByteDevice: reset() instead of seek() if possiblePeter Hartmann2013-04-271-2/+2
* QHttpMultipart: reset read pointer when device is resetPeter Hartmann2013-04-271-0/+1
* Fix some warnings in qtquick1 found by ClangThiago Macieira2013-04-263-5/+5
* Fix Mac OS X Carbon build with Qt in a namespace.Danny Boelens2013-04-262-2/+8
* qmlplugindump: add an explicit -relocatable flagFawzi Mohamed2013-04-251-2/+7
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-256-5/+40
* Fixed potential invalid memory access in OpenGL engine glyph cache.Samuel Rødal2013-04-251-11/+9
* qsql_odbc: fix SQLGetStmtAtt usageMark Brand2013-04-241-5/+3
* ODBC: lost info about column metadata on SQL_NO_DATAIsrael Lins2013-04-241-5/+0
* ODBC: fixed consistence of return of QODBCResult::exec()Israel Lins2013-04-242-1/+5
* ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-04-242-4/+9
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-244-5/+15
* Increase the size of the QHostInfo cache.Richard Moore2013-04-241-2/+2
* Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.Richard Moore2013-04-241-1/+8
* Avoid macro re-definition after 65bd0bd1f047f6db6d67a8f089a9a409354b95a1Konstantin Ritt2013-04-2411-9/+11
* QNX host lookup: do not try to load libresolv.so, it is not therePeter Hartmann2013-04-241-1/+1
* Fix for Sql query aliases with dotsMarko Kangas2013-04-232-2/+40
* Fix a typo of an internal function nameLiang Qi2013-04-233-4/+4
* Fix warning about narrowing inside {}Olivier Goffart2013-04-232-3/+3
* Fix C++11 narrowing error.Raphael Kubo da Costa2013-04-231-1/+1
* Fix QTableView::doItemsLayout()J-P Nurmi2013-04-232-3/+42
* QSystemTrayIcon: fix narrowing warningMarc Mutz2013-04-231-1/+1
* Explicitly cast some shorts to ushorts.Raphael Kubo da Costa2013-04-231-1/+3
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-04-233-3/+10
* Fixed invalid memory read in SSSE3 image blending code.Samuel Rodal2013-04-222-1/+21
* Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-04-222-2/+13