1. Mar 03, 2016
  2. Jan 15, 2016
  3. Apr 21, 2015
  4. Apr 20, 2015
  5. Feb 11, 2015
    • Jani Heikkinen's avatar
      Update copyright headers · 83a5694d
      Jani Heikkinen authored
      
      Qt copyrights are now in The Qt Company, so we could update the source
      code headers accordingly. In the same go we should also fix the links to
      point to qt.io.
      
      Outdated header.LGPL removed (use header.LGPL21 instead)
      
      Old header.LGPL3 renamed to header.LGPL3-COMM to match actual licensing
      combination. New header.LGPL-COMM taken in the use file which were
      using old header.LGPL3 (src/plugins/platforms/android/extract.cpp)
      
      Added new header.LGPL3 containing Commercial + LGPLv3 + GPLv2 license
      combination
      
      Change-Id: I6f49b819a8a20cc4f88b794a8f6726d975e8ffbe
      Reviewed-by: default avatarMatti Paaso <matti.paaso@theqtcompany.com>
      83a5694d
  6. Jan 09, 2015
    • Allan Sandfeld Jensen's avatar
      Fix authenticated POST/PUT http requests with buffering disabled · 7bd3d459
      Allan Sandfeld Jensen authored
      
      If reset is disabled then POST and PUT requests can not be authenticated
      as the upload device can not be reset. There shouldn't be any reason
      that shouldn't be allowed if the QIODevice given supports resetting.
      
      The disableReset feature of QNonContiguousByteDevice is removed as it
      is not used anywhere else, and is redundant when reset can indicate
      success or failure.
      
      Task-number: QTBUG-43628
      Change-Id: If941a98fd3f797872351c10bdca6aa6745dbefea
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      7bd3d459
  7. Sep 24, 2014
  8. Jun 23, 2014
  9. Apr 07, 2014
  10. Oct 07, 2013
  11. Apr 28, 2013
  12. Feb 19, 2013
  13. Jan 18, 2013
  14. Sep 22, 2012
  15. Jun 01, 2012
    • Shane Kearns's avatar
      QNAM - maintain a weak reference to the QNetworkSession · bae1613c
      Shane Kearns authored
      
      When handling signals from the session, a pointer is needed.
      Also the QNetworkReplyImpl needs to access the manager's session.
      So, the manager should have a strong and weak reference.
      The strong reference is held during connection establishment.
      The weak reference is held all the time, though it will become
      null when the session is destroyed in idle.
      The non static member function getNetworkSession() is used to
      create strong references from the weak reference where required.
      
      Task-number: ou1cimx#1004278
      Change-Id: I4b5b36b1d996b98e659d993969006c61b4440c15
      Reviewed-by: default avatarMartin Petersson <Martin.Petersson@nokia.com>
      bae1613c
  16. Feb 21, 2012
  17. Jan 30, 2012
  18. Jan 23, 2012
  19. Jan 05, 2012
  20. Oct 24, 2011
  21. Oct 21, 2011
  22. Oct 11, 2011
    • Shane Kearns's avatar
      Fix construction races in QtNetwork · 82d897fe
      Shane Kearns authored
      When two threads construct a QNetworkAccessManager at exactly the
      same time on an SMP system, there are construction races for some
      Q_GLOBAL_STATIC data. This is normal and expected - the losing
      thread deletes its instance as part of the Q_GLOBAL_STATIC macro.
      
      For QNetworkAccessBackendFactoryData, a guard mechanism intended
      to prevent the data being reconstructed by destructors of other
      global static classes was being set by the loser.
      To fix this, the bool is changed to a QAtomicInt. In the normal
      case, it will have value 0->1 on startup and 1->0 on shutdown.
      In the race case, it will have values 0->1->2->1 on startup and
      1->0 on shutdown.
      
      Task-Number: QTBUG-20343
      
      Change-Id: Ie3fe38944d10809d1ccdbe772df82d67faffe19c
      Reviewed-on: http://codereview.qt-project.org/6181
      
      
      Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
      Reviewed-by: default avatarPeter Hartmann <peter.hartmann@nokia.com>
      82d897fe
  23. May 24, 2011
  24. May 09, 2011
    • Shane Kearns's avatar
      Enable per network configuration proxy settings in QNetworkAccessManager · 1ad3814a
      Shane Kearns authored
      Delayed the resolving of the proxy until the backend is being started.
      This is because the proxy settings are not known until after
      QNetworkAccessManager has brought the network online using
      QNetworkSession.
      On Nokia's symbian3 phones, the default network configuration is a
      service network containing a list of access points in priority order.
      For a typical user, this will include one or more WLAN networks and a
      cellular network - each of which can have different proxy settings.
      
      Task-number: QTBUG-18618
      Reviewed-by: Peter Hartmann
      1ad3814a
  25. May 03, 2011
  26. Apr 27, 2011
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · 38be0d13
      Qt by Nokia authored
      This is the beginning of revision history for this module. If you
      want to look at revision history older than this, please refer to the
      Qt Git wiki for how to use Git history grafting. At the time of
      writing, this wiki is located here:
      
      http://qt.gitorious.org/qt/pages/GitIntroductionWithQt
      
      If you have already performed the grafting and you don't see any
      history beyond this commit, try running "git log" with the "--follow"
      argument.
      
      Branched from the monolithic repo, Qt master branch, at commit
      896db169ea224deb96c59ce8af800d019de63f12
      38be0d13