1. 26 Nov, 2019 - 1 commit
  2. 21 Nov, 2019 - 1 commit
  3. 11 Nov, 2019 - 1 commit
    • Topi Reinio's avatar
      Doc: Remove broken documentation comments · 5b34b19b
      Topi Reinio authored
      
      QWebSocketServer::nativeDescriptor() and its setter were documented
      twice, with the duplicated versions under Qt6-specific version check
      macro and marked \deprecated.
      
      QDoc still parses those in Qt5 as it doesn't respect the version
      guards - remove the offending comments for now.
      
      Fixes: QTBUG-79816
      Change-Id: Ie40190c9d32f91efd3428b7f884c9ad923a2bb0e
      Reviewed-by: default avatarPaul Wicking <paul.wicking@qt.io>
      5b34b19b
  4. 05 Nov, 2019 - 1 commit
  5. 22 Oct, 2019 - 1 commit
  6. 18 Oct, 2019 - 1 commit
  7. 14 Oct, 2019 - 1 commit
  8. 09 Oct, 2019 - 1 commit
  9. 17 Sep, 2019 - 2 commits
  10. 13 Sep, 2019 - 1 commit
    • Morten Johan Sørvig's avatar
      wasm: make sendBinaryMessage work in threaded mode · 24a9e0f9
      Morten Johan Sørvig authored
      
      This fixes two issues in sendBinaryMessage(), one
      observed, and one theoretical:
      
      1) WebSocket send() does not accept data views backed
      by SharedArrayBuffer, which is the case for heap memory
      views when threading is enabled.
      
      2) We have no way of observing for how long send() will
      retain the memory view passed to it. This means we
      don’t know when the QByteArray can be safely freed.
      
      Both can be solved by copying the payload data to a
      separate ArrayBuffer, whose lifetime can be managed
      by WebSocket.
      
      Fixes: QTBUG-78078
      Change-Id: I73209080db66f38b971f2c8a727b43402357b1a9
      Reviewed-by: default avatarLorn Potter <lorn.potter@gmail.com>
      24a9e0f9
  11. 09 Sep, 2019 - 1 commit
  12. 08 Sep, 2019 - 2 commits
  13. 07 Sep, 2019 - 1 commit
  14. 05 Sep, 2019 - 2 commits
  15. 03 Sep, 2019 - 2 commits
  16. 30 Aug, 2019 - 1 commit
  17. 28 Aug, 2019 - 2 commits
  18. 27 Aug, 2019 - 1 commit
  19. 26 Aug, 2019 - 2 commits
  20. 23 Aug, 2019 - 7 commits
  21. 22 Aug, 2019 - 1 commit
  22. 30 Jul, 2019 - 1 commit
  23. 16 Jul, 2019 - 2 commits
  24. 11 Jul, 2019 - 4 commits