Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-staging
authorQt Continuous Integration System <qt-info@nokia.com>
Fri, 6 May 2011 08:41:31 +0000 (18:41 +1000)
committerQt Continuous Integration System <qt-info@nokia.com>
Fri, 6 May 2011 08:41:31 +0000 (18:41 +1000)
commit33558a886da1aba53b7c01ae0a8b3f9ba5bf0614
treee94501b39a86806bdf9baec4c289a3330ec3ad35
parentcede1c9626f1730ef892d95939a1761e11c3f97e
parent3a76f74e888d62548d7a4e18bdce83c6bc80d6a2
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-staging

* 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-staging: (26 commits)
  QSslConfiguration documentation fix
  HTTP auto tests: do not load resources from cache that must be revalidtd
  HTTP cache backend: do not load resources that must be revalidated
  HTTP reply: do not load resources from cache that must be revalidated
  QNetworkCookie: allow spaces in unquoted values
  QNAM HTTP: Removes some comments
  QNAM HTTP: More comments
  QNAM HTTP: Implement abort() and close()
  QNAM HTTP: Comments
  QNAM: Function re-ordering
  Revert "HTTP caching internals: fix logic for PreferNetwork and PreferCache"
  HTTP caching documentation: add some comments
  Revert "HTTP caching internals: fix logic for PreferNetwork and PreferCache"
  QNAM: Fix initialization order warnings
  QNAM: TODO comments for Qt 5
  QNAM HTTP: Fix upload progress signal
  HTTP caching internals: fix logic for PreferNetwork and PreferCache
  HTTP Network Reply Impl: return earlier when resource loaded from cache
  HTTP Reply implementation: make cache validation method return bool
  cache: rename validateCache() to loadFromCacheIfAllowed()
  ...