1. 30 Jan, 2013 2 commits
  2. 23 Dec, 2012 1 commit
  3. 14 Nov, 2012 1 commit
    • Joel Martin's avatar
      Sync with websockify. · 705c54ed
      Joel Martin authored
      Pull c33f0b52e7 from websockify.
      
      - Fix for python2.4 with URL parsing.
      - Set binaryType earlier in Opera 12.10 to avoid receiving a blob.
      - Re-order client and target processing so that pending client data
        has an opportunity to be sent when the target closes.
      705c54ed
  4. 01 Nov, 2012 1 commit
  5. 26 Oct, 2012 2 commits
  6. 23 Oct, 2012 2 commits
  7. 19 Oct, 2012 1 commit
  8. 18 Oct, 2012 1 commit
  9. 17 Oct, 2012 4 commits
  10. 15 Oct, 2012 2 commits
    • Joel Martin's avatar
      e16ad2fd
    • Joel Martin's avatar
      Change noVNC license to from LGPLv3 to MPL 2.0 · 1d728ace
      Joel Martin authored
      The MPL 2.0 license is a "file-level" copyleft license vs the
      "project-level" nature of the L/GPL. The intention of noVNC has
      always been that it should be easy to incorporate into existing
      projects and sites whether free/open or proprietary/commercial. The MPL
      2.0 is designed for this sort of combination project but still
      requires that any distributed modifications to noVNC source files must
      also be published under the same license.
      
      In addition, the MPL 2.0 allows the code to be used in L/GPL projects
      (the secondary license clause). This means that any projects that are
      already incorporating noVNC should not be impacted by this change and
      in fact it should clarify the licensing situation (the exact
      application of the L/GPL to web applications and interpreted code is
      somewhat ambiguous).
      
      The HTML, CSS, image and font files continue to be under more
      permissive licenses (see LICENSE.txt). The included websockify python
      code remains under a LGPLv3 license although the include/websock.js
      file from the websockify component is now under MPL 2.0 as well.
      
      Permission was received from other noVNC authors to make this change to their
      code license on the following dates:
      
          - Chris Gordon (UI): Jun 24, 2012
          - Antoine Mercadal (DOM,*util.js): Oct 10, 2012
          - William Lightning (UltraVNC repeater): Oct 10, 2012
          - Mike Tinglof (tight encoding): Oct 15, 2012
      1d728ace
  11. 10 Oct, 2012 1 commit
  12. 06 Oct, 2012 1 commit
  13. 25 Sep, 2012 1 commit
  14. 17 Sep, 2012 11 commits
  15. 21 Aug, 2012 1 commit
  16. 16 Aug, 2012 1 commit
    • Joel Martin's avatar
      websock.js: simpler binary support, protocols param. · fcff386b
      Joel Martin authored
      Use a simpler method of enabling binary transfer over WebSockets. This
      still presents the user of websock.js with a plain javascript array
      for the receive queue data. However, if binary support is supported
      and requested then the transfer will be raw frames instead of base64
      encoded.
      
      Lots of room for optimization here but for now correct is better than
      fast.
      
      Pull from websockify 17175afd7311c55abd8d
      fcff386b
  17. 15 Aug, 2012 3 commits
  18. 14 Aug, 2012 1 commit
    • Joel Martin's avatar
      Pull in latest websockify. · 4dd1bb1e
      Joel Martin authored
      Pull in version 376872d99.
      
      Several changes including:
      - binary/typed array support in websock.js
      - unix socket support
      - multiple target support via config file(s)
      - prefer IPv6 option
      4dd1bb1e
  19. 02 Aug, 2012 1 commit
  20. 28 Jun, 2012 1 commit
  21. 26 Jun, 2012 1 commit