-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p-mdns
base: 64a16d79030df602b878802d34b85262294fdc75
head repository: libp2p/js-libp2p-mdns
compare: 2acf9a619a09355a9ebe8090c1b31e00b394cd0d
Commits on Sep 27, 2019
-
refactor: callbacks -> async / await (#78)
BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await * chore: update CI file * test: add compliance tests
Configuration menu - View commit details
-
Copy full SHA for 46d78eb - Browse repository at this point
Copy the full SHA 46d78ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5cced - Browse repository at this point
Copy the full SHA 8a5ccedView 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 de2c897 - Browse repository at this point
Copy the full SHA de2c897View commit details
Commits on Jan 17, 2020
-
fix: do not emit empty peer info objects (#85)
I noticed stack traces in the logs from trying to access properties of `undefined`. It seems this module emits `undefined` `peerInfo` values, for example when recieving a response to your own mDNS query or a response with an invalid PeerID. This PR guards on empty PeerInfo objects from `query.gotResponse`
Configuration menu - View commit details
-
Copy full SHA for a88483c - Browse repository at this point
Copy the full SHA a88483cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a02a6d2 - Browse repository at this point
Copy the full SHA a02a6d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9661bd - Browse repository at this point
Copy the full SHA a9661bdView commit details
Commits on Feb 2, 2020
-
chore: remove unused dep async (#86)
Alan Shaw authoredFeb 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 084ee53 - Browse repository at this point
Copy the full SHA 084ee53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d2c1a1 - Browse repository at this point
Copy the full SHA 0d2c1a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bea3dd1 - Browse repository at this point
Copy the full SHA bea3dd1View commit details
Commits on Feb 17, 2020
-
fix: remove use of assert module (#87)
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 e362b04 - Browse repository at this point
Copy the full SHA e362b04View commit details -
chore(deps-dev): bump aegir from 20.6.1 to 21.0.2
Bumps [aegir](https://github.com/ipfs/aegir) from 20.6.1 to 21.0.2. - [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.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for cf180e1 - Browse repository at this point
Copy the full SHA cf180e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c0ae1 - Browse repository at this point
Copy the full SHA 28c0ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdda6e - Browse repository at this point
Copy the full SHA ecdda6eView commit details
Commits on Apr 23, 2020
-
chore: peer-discovery not using peer-info (#90)
* chore: peer-discovery not using peer-info BREAKING CHANGE: peer event emitted with id and multiaddrs properties instead of peer-info * chore: add tests for peer-discovery interface * chore: apply suggestions from code review Co-Authored-By: Jacob Heun <jacobheun@gmail.com> * chore: update readme with peerData and peerId Co-authored-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fca175e - Browse repository at this point
Copy the full SHA fca175eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf3e44 - Browse repository at this point
Copy the full SHA bcf3e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b46aaa - Browse repository at this point
Copy the full SHA 5b46aaaView commit details
Commits on Apr 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cfe90c6 - Browse repository at this point
Copy the full SHA cfe90c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc9475 - Browse repository at this point
Copy the full SHA 3dc9475View commit details -
Configuration menu - View commit details
-
Copy full SHA for edec51d - Browse repository at this point
Copy the full SHA edec51dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a0dbe - Browse repository at this point
Copy the full SHA 60a0dbeView commit details
Commits on Jul 2, 2020
-
fix: actually check tcp multiaddrs (#94)
* chore: update deps * fix: only use actual tcp addresses
Configuration menu - View commit details
-
Copy full SHA for 9f45f73 - Browse repository at this point
Copy the full SHA 9f45f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 183c065 - Browse repository at this point
Copy the full SHA 183c065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9186dbf - Browse repository at this point
Copy the full SHA 9186dbfView commit details
Commits on Aug 7, 2020
-
fix: ensure event handlers are removed on MulticastDNS.stop (#96)
Hubertus Hohl authoredAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 9fea1f6 - Browse repository at this point
Copy the full SHA 9fea1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ecc116 - Browse repository at this point
Copy the full SHA 0ecc116View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1087a9 - Browse repository at this point
Copy the full SHA e1087a9View commit details
Commits on Aug 11, 2020
-
* chore: upgrade deps BREAKING CHANGES: - All deps of this module now use Uint8Arrays instead of node Buffers * chore: address pr comments
Configuration menu - View commit details
-
Copy full SHA for 3cf0e75 - Browse repository at this point
Copy the full SHA 3cf0e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 061c3f0 - Browse repository at this point
Copy the full SHA 061c3f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddcc10b - Browse repository at this point
Copy the full SHA ddcc10bView commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b8c7bf3 - Browse repository at this point
Copy the full SHA b8c7bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3285018 - Browse repository at this point
Copy the full SHA 3285018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb4d4a - Browse repository at this point
Copy the full SHA 0bb4d4aView commit details
Commits on Jul 8, 2021
-
BREAKING CHANGE: uses then new multiaddr and friends
Configuration menu - View commit details
-
Copy full SHA for 0b974bc - Browse repository at this point
Copy the full SHA 0b974bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3787bfa - Browse repository at this point
Copy the full SHA 3787bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for afca4bf - Browse repository at this point
Copy the full SHA afca4bfView commit details
Commits on Dec 2, 2021
-
chore: update to new peer-id (#102)
BREAKING CHANGE: requires node 15+
Configuration menu - View commit details
-
Copy full SHA for d88eda5 - Browse repository at this point
Copy the full SHA d88eda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ae105 - Browse repository at this point
Copy the full SHA d0ae105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acf9a6 - Browse repository at this point
Copy the full SHA 2acf9a6View commit details
There are no files selected for viewing
This file was deleted.