1. 10 Nov, 2014 - 1 commit
  2. 03 Nov, 2014 - 3 commits
  3. 15 Oct, 2014 - 1 commit
  4. 14 Oct, 2014 - 1 commit
  5. 28 Sep, 2014 - 1 commit
  6. 16 Sep, 2014 - 1 commit
  7. 09 Sep, 2014 - 1 commit
  8. 29 Aug, 2014 - 1 commit
  9. 24 Aug, 2014 - 1 commit
  10. 13 Aug, 2014 - 2 commits
  11. 08 Aug, 2014 - 2 commits
  12. 14 Jul, 2014 - 1 commit
  13. 11 Jul, 2014 - 1 commit
  14. 07 Jul, 2014 - 2 commits
  15. 02 Jul, 2014 - 1 commit
    • Milian Wolff's avatar
      Add initial support for a declarative WebSocketServer. · 561e268b
      Milian Wolff authored
      
      It comes with basic support for setting up a non-secure server
      listening on an arbitrary host and port. The name can be set,
      and whether the server should be listening or accept connections.
      The error string is also available via a property.
      
      When a client connects, a clientConnected(QQmlWebSocket*) signal is
      emitted.
      
      To showcase the usage and functionality, a new qmlwebsocketserver
      example is added which behaves similar to qmlwebsocketclient. It
      simply sends messages from a WebSocket to a local WebSocketServer
      which in turn sends a simple response.
      
      Change-Id: Ib6318155ed08cbeea47d820b709764d2e36dcc45
      Reviewed-by: default avatarKurt Pattyn <pattyn.kurt@gmail.com>
      561e268b
  16. 26 Jun, 2014 - 1 commit
  17. 25 Jun, 2014 - 1 commit
  18. 17 Jun, 2014 - 1 commit
  19. 14 Jun, 2014 - 1 commit
  20. 11 Jun, 2014 - 1 commit
  21. 08 Jun, 2014 - 1 commit
    • Milian Wolff's avatar
      Add a QUrl serverUrl method to QWebSocketServer. · db645f91
      Milian Wolff authored
      
      It is useful in many places, esp. when constructing clients that
      should connect to the server we created.
      
      Note that the returned host address will be LocalHost instead of Any,
      to make sure clients can connect to the server even on Windows.
      This should hopefully resolve the CI issues.
      
      Change-Id: I3c400ad4d785ea398cf1a1bd113c0833fda9e3bd
      Reviewed-by: default avatarKurt Pattyn <pattyn.kurt@gmail.com>
      db645f91
  22. 27 May, 2014 - 1 commit
  23. 26 May, 2014 - 1 commit
  24. 23 May, 2014 - 1 commit
  25. 14 May, 2014 - 1 commit
  26. 09 May, 2014 - 1 commit
  27. 08 May, 2014 - 1 commit
  28. 05 May, 2014 - 1 commit
  29. 11 Apr, 2014 - 1 commit
  30. 10 Apr, 2014 - 1 commit
  31. 09 Apr, 2014 - 2 commits
  32. 04 Apr, 2014 - 1 commit
    • Sergio Ahumada's avatar
      Fix compilation on QNX · 02529e4d
      Sergio Ahumada authored
      
      Add Q_DECL_NOEXCEPT to 'bool seed()' and 'quint32 nextMask()'
      
        qdefaultmaskgenerator_p.cpp:93:34: error: declaration of 'virtual bool QDefaultMaskGenerator::seed()' has a different exception specifier
        qdefaultmaskgenerator_p.h:69:10: error: from previous declaration 'virtual bool QDefaultMaskGenerator::seed() noexcept (true)'
        qdefaultmaskgenerator_p.cpp:104:41: error: declaration of 'virtual quint32 QDefaultMaskGenerator::nextMask()' has a different exception specifier
        qdefaultmaskgenerator_p.h:70:13: error: from previous declaration 'virtual quint32 QDefaultMaskGenerator::nextMask() noexcept (true)'
      
      Change-Id: Iae49a060fa62a33f629cadc1a0100653a12432f7
      Reviewed-by: default avatarOlivier Goffart <ogoffart@woboq.com>
      Reviewed-by: default avatarFabian Bumberger <fbumberger@rim.com>
      Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
      02529e4d
  33. 24 Mar, 2014 - 1 commit
  34. 21 Mar, 2014 - 1 commit