1. 05 Feb, 2020 - 1 commit
  2. 02 Feb, 2020 - 1 commit
  3. 28 Jan, 2020 - 1 commit
  4. 27 Jan, 2020 - 1 commit
  5. 23 Jan, 2020 - 1 commit
  6. 21 Jan, 2020 - 1 commit
  7. 17 Jan, 2020 - 1 commit
  8. 15 Jan, 2020 - 1 commit
  9. 30 Dec, 2019 - 1 commit
  10. 16 Dec, 2019 - 2 commits
  11. 14 Dec, 2019 - 1 commit
  12. 13 Dec, 2019 - 4 commits
  13. 26 Nov, 2019 - 2 commits
  14. 21 Nov, 2019 - 1 commit
  15. 16 Nov, 2019 - 1 commit
  16. 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
  17. 09 Nov, 2019 - 1 commit
  18. 05 Nov, 2019 - 1 commit
  19. 26 Oct, 2019 - 1 commit
  20. 22 Oct, 2019 - 1 commit
  21. 18 Oct, 2019 - 1 commit
  22. 14 Oct, 2019 - 1 commit
  23. 12 Oct, 2019 - 1 commit
  24. 09 Oct, 2019 - 1 commit
  25. 24 Sep, 2019 - 2 commits
  26. 17 Sep, 2019 - 4 commits
  27. 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
  28. 09 Sep, 2019 - 1 commit
  29. 08 Sep, 2019 - 2 commits
  30. 07 Sep, 2019 - 1 commit