Changes between Version 37 and Version 38 of QtBackLog


Ignore:
Timestamp:
Nov 30, 2009 10:36:04 AM (14 years ago)
Author:
zecke@selfish.org
Comment:

The first set of network changes landed, mark the item as completed.

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v37 v38  
    1717||Consider creating a SharedBuffer that works on tiles/segments|| || || || ||
    1818||Changes to QHttpNetworkReply to reduce memory reallocations. Reserve some bytes instead of doing ''QByteArray::append'' all them time.|| || || || ||
    19 ||Changes to QNetworkReply to remove quadratic runtime in QNetworkReplyHandler and latency fixes||[http://qt.gitorious.org/~zecke/qt/zeckes-qt/commits/merge/network-changes network-changes] || 19.10.2009|| [http://qt.gitorious.org/qt/qt/commit/55b8a57350fee26783b379d3897d38759903824f API addition] || ||
     19||~~Changes to QNetworkReply to remove quadratic runtime in QNetworkReplyHandler and latency fixes~~||[http://qt.gitorious.org/~zecke/qt/zeckes-qt/commits/merge/network-changes network-changes] || 19.10.2009|| [http://qt.gitorious.org/qt/qt/commit/55b8a57350fee26783b379d3897d38759903824f API addition] [http://trac.webkit.org/changeset/51411 r51411 uses new API] [http://qt.gitorious.org/qt/qt/commit/0739771c29d38a4a2f2cb08560181195ad4e8e0c Parse Date header directly] [http://qt.gitorious.org/qt/qt/commit/a7dfc472b06966393a9d9c394d91ed8974b9cfb6 Remove QByteArray::toLower calls] [http://qt.gitorious.org/qt/qt/commit/a7dfc472b06966393a9d9c394d91ed8974b9cfb6 Remove QByteArray::toLower] [http://qt.gitorious.org/qt/qt/commit/afffa7cd099379d78ada4c96c2284e87f77d7bb2 Remove QbyteArray::toLower] ||20.11.2009 ||
    2020||Cut down on the usage of QUrl::toEncoded as it shows up in the profile of starting jobs.|| || || || ||
    2121||QBENCHMARK results are hard to analyze and compare. We need a single and simple way to say if something is faster or slower. Be a bit like sunpsider, do the same math as well, mention slowest and fastest run.|| || || || ||