-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p-websockets
base: e7ab32f0be1300f1adaff1b7cc7039c9e88ce50c
head repository: libp2p/js-libp2p-websockets
compare: e9189bbadf92dc8b524fba1b313f50fa7a00cce3
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 709989a - Browse repository at this point
Copy the full SHA 709989aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f59cf88 - Browse repository at this point
Copy the full SHA f59cf88View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce830d4 - Browse repository at this point
Copy the full SHA ce830d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5c63d - Browse repository at this point
Copy the full SHA dd5c63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 887dc13 - Browse repository at this point
Copy the full SHA 887dc13View commit details
Commits on Apr 24, 2018
-
Fix #70 - Better error for .createServer in browser (#73)
* Fix #70 - Better error for .createServer in browser * Add test for throw * Make test sync
Configuration menu - View commit details
-
Copy full SHA for 9ffe03a - Browse repository at this point
Copy the full SHA 9ffe03aView commit details
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3ca4829 - Browse repository at this point
Copy the full SHA 3ca4829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0e97d - Browse repository at this point
Copy the full SHA 1d0e97dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b62d6 - Browse repository at this point
Copy the full SHA 11b62d6View commit details
Commits on Jun 26, 2018
-
chore: add lead maintainer (#75)
* chore: add lead maintainer License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> * Update package.json
Jacob Heun authoredJun 26, 2018 Configuration menu - View commit details
-
Copy full SHA for d661bb6 - Browse repository at this point
Copy the full SHA d661bb6View commit details
Commits on Jan 8, 2019
-
docs: added example to README (#80)
The example is adapted from the example in js-libp2p-tcp
Configuration menu - View commit details
-
Copy full SHA for c26ae32 - Browse repository at this point
Copy the full SHA c26ae32View commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 68ae2c3 - Browse repository at this point
Copy the full SHA 68ae2c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b37b681 - Browse repository at this point
Copy the full SHA b37b681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2d2ad - Browse repository at this point
Copy the full SHA 8c2d2adView commit details -
chore: release version v0.12.1
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 24541d3 - Browse repository at this point
Copy the full SHA 24541d3View commit details
Commits on Jan 24, 2019
-
fix: ipv6 naming with multiaddr-to-uri package (#81)
* chore: use multiaddr-to-uri package * fix: ipv6 naming with multiaddr-to-uri
Configuration menu - View commit details
-
Copy full SHA for 93ef7c3 - Browse repository at this point
Copy the full SHA 93ef7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8f5cd - Browse repository at this point
Copy the full SHA 3d8f5cdView commit details -
chore: release version v0.12.2
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 18885e9 - Browse repository at this point
Copy the full SHA 18885e9View commit details
Commits on Apr 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 83475bd - Browse repository at this point
Copy the full SHA 83475bdView commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1be100b - Browse repository at this point
Copy the full SHA 1be100bView commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ff19e81 - Browse repository at this point
Copy the full SHA ff19e81View commit details
Commits on Aug 21, 2019
-
chore: update multiaddr-to-uri (#89)
License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for ee2dcb3 - Browse repository at this point
Copy the full SHA ee2dcb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d65c954 - Browse repository at this point
Copy the full SHA d65c954View commit details -
chore: release version v0.12.3
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5a9434b - Browse repository at this point
Copy the full SHA 5a9434bView commit details
Commits on Sep 30, 2019
-
refactor: async with multiaddr conn (#92)
BREAKING CHANGE: Switch to using async/await and async iterators. The transport and connection interfaces have changed. See the README for new usage.
Configuration menu - View commit details
-
Copy full SHA for ce7bf4f - Browse repository at this point
Copy the full SHA ce7bf4fView commit details -
The ephemeral port and host skips are no longer valid, so tests have been added for those. The other skipped test is now covered by the interface tests, so it's no longer needed. * chore: add node 12 to ci * chore: add docs and dist to gitignore * chore: clean up travis file
Configuration menu - View commit details
-
Copy full SHA for fcb6bcc - Browse repository at this point
Copy the full SHA fcb6bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ffbb2 - Browse repository at this point
Copy the full SHA b0ffbb2View commit details -
chore: release version v0.13.0
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5496fb - Browse repository at this point
Copy the full SHA b5496fbView commit details
Commits on Oct 30, 2019
-
fix: catch inbound upgrade errors (#96)
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5b59fc3 - Browse repository at this point
Copy the full SHA 5b59fc3View commit details -
fix: support bufferlist usage (#97)
several it-* modules leverage bufferlist, but ws does not. We need to convert buffer lists to buffers before handing the data off to ws for transmission License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3bf66d0 - Browse repository at this point
Copy the full SHA 3bf66d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d48ac2 - Browse repository at this point
Copy the full SHA 8d48ac2View commit details -
chore: release version v0.13.1
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bb206ba - Browse repository at this point
Copy the full SHA bb206baView commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a4fafc3 - Browse repository at this point
Copy the full SHA a4fafc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91da056 - Browse repository at this point
Copy the full SHA 91da056View commit details -
chore: release version v0.13.2
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8550ae4 - Browse repository at this point
Copy the full SHA 8550ae4View commit details
Commits on Feb 7, 2020
-
chore(deps): bump abortable-iterator from 2.1.0 to 3.0.0
Bumps [abortable-iterator](https://github.com/alanshaw/abortable-iterator) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/alanshaw/abortable-iterator/releases) - [Commits](alanshaw/abortable-iterator@v2.1.0...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for 261c3e6 - Browse repository at this point
Copy the full SHA 261c3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab9162 - Browse repository at this point
Copy the full SHA 8ab9162View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c8212 - Browse repository at this point
Copy the full SHA c8c8212View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8fda16 - Browse repository at this point
Copy the full SHA c8fda16View commit details
Commits on Feb 14, 2020
-
fix: remove use of assert module (#101)
The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.
Configuration menu - View commit details
-
Copy full SHA for 89d3723 - Browse repository at this point
Copy the full SHA 89d3723View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc38c87 - Browse repository at this point
Copy the full SHA cc38c87View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9e5bd - Browse repository at this point
Copy the full SHA eb9e5bdView commit details
Commits on Feb 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d630b32 - Browse repository at this point
Copy the full SHA d630b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bfb19a - Browse repository at this point
Copy the full SHA 8bfb19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2b61f - Browse repository at this point
Copy the full SHA 6f2b61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a33db55 - Browse repository at this point
Copy the full SHA a33db55View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8065e07 - Browse repository at this point
Copy the full SHA 8065e07View commit details -
chore(deps-dev): bump aegir from 20.6.1 to 21.4.4 (#111)
* chore(deps-dev): bump aegir from 20.6.1 to 21.4.4 Bumps [aegir](https://github.com/ipfs/aegir) from 20.6.1 to 21.4.4. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v20.6.1...v21.4.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * test(fix): fix aegir file for latest aegir Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a17c543 - Browse repository at this point
Copy the full SHA a17c543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad6c7f - Browse repository at this point
Copy the full SHA 1ad6c7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a37c2bd - Browse repository at this point
Copy the full SHA a37c2bdView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.