Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Add WebAssembly support and the ability to Dial from browsers #55

Merged
merged 31 commits into from
Oct 8, 2019

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    4616a50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f1f3fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ce5b9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24c6ac3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab85fe1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    729ffce View commit details
    Browse the repository at this point in the history
  7. Cache local and remote address

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d4c1435 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd8fb2f View commit details
    Browse the repository at this point in the history
  9. Add better error handling to readBlob

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d89bf69 View commit details
    Browse the repository at this point in the history
  10. Revert back to using readAsArrayBuffer

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    05f6a8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3c6482 View commit details
    Browse the repository at this point in the history
  12. Use ArrayBuffer type for binary data

    This allows us to avoid the rather obtuse FileReader API and makes it
    easier to read incoming data syncronously.
    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    faf224e View commit details
    Browse the repository at this point in the history
  13. Use a buffer of 1 for dataSignal channel

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    9de0cc8 View commit details
    Browse the repository at this point in the history
  14. Add TODO for returning os.ErrNoDeadline

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    bfb657a View commit details
    Browse the repository at this point in the history
  15. Add proper error handling

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    c413b3d View commit details
    Browse the repository at this point in the history
  16. Expand comment about time.Sleep hack

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    4a58c98 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa28843 View commit details
    Browse the repository at this point in the history
  18. Simplify Conn.Read logic

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    b84e264 View commit details
    Browse the repository at this point in the history
  19. Simplify iteration over Uint8Array

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    642b9c2 View commit details
    Browse the repository at this point in the history
  20. Set handlers to nil after releasing them

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    94d3354 View commit details
    Browse the repository at this point in the history
  21. Use a sync.Once in Conn.Close

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    722bc5b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6e856e1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    52047fc View commit details
    Browse the repository at this point in the history
  24. Remove unused constant

    albrow authored and Stebalien committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    9329462 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    97e01a8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    83d1e82 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    077e2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99130b View commit details
    Browse the repository at this point in the history
  3. ci: bump go version

    Stebalien committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    340adce View commit details
    Browse the repository at this point in the history
  4. ci: fix go/wasm

    Stebalien committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    ecb7d69 View commit details
    Browse the repository at this point in the history
  5. ci: fix coverage

    Stebalien committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    62e04e5 View commit details
    Browse the repository at this point in the history