1. 05 Nov, 2019 - 1 commit
  2. 22 Oct, 2019 - 1 commit
  3. 18 Oct, 2019 - 1 commit
  4. 14 Oct, 2019 - 1 commit
  5. 09 Oct, 2019 - 1 commit
  6. 17 Sep, 2019 - 2 commits
  7. 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
  8. 09 Sep, 2019 - 1 commit
  9. 08 Sep, 2019 - 2 commits
  10. 07 Sep, 2019 - 1 commit
  11. 05 Sep, 2019 - 2 commits
  12. 03 Sep, 2019 - 2 commits
  13. 30 Aug, 2019 - 1 commit
  14. 28 Aug, 2019 - 2 commits
  15. 27 Aug, 2019 - 1 commit
  16. 26 Aug, 2019 - 2 commits
  17. 23 Aug, 2019 - 7 commits
  18. 22 Aug, 2019 - 1 commit
  19. 30 Jul, 2019 - 1 commit
  20. 16 Jul, 2019 - 2 commits
  21. 11 Jul, 2019 - 4 commits
  22. 09 Jul, 2019 - 1 commit
  23. 01 Jul, 2019 - 2 commits