-
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: 0642fc438a7a4fb789259a097127c0aaf80f2c48
head repository: libp2p/js-libp2p-mdns
compare: afca4bfaad8c0c571d5c929934a150ea9051d5d1
Commits on Feb 1, 2018
-
* fix: use 'ipfs.local' as service name * test: must cope with async * fix: support IPv6 * feat: more debug logging * fix: immediately start a query, then do it every interval * test: working stop test
Configuration menu - View commit details
-
Copy full SHA for fa8fe22 - Browse repository at this point
Copy the full SHA fa8fe22View commit details
Commits on Feb 13, 2018
-
feat: Use latest multicast-dns and dns-packet (#69)
* fix: use latest multicast-dns and dns-packet * chore: multicast-dns 7.0.0 released
Configuration menu - View commit details
-
Copy full SHA for cb69f2f - Browse repository at this point
Copy the full SHA cb69f2fView commit details
Commits on Feb 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c69ab01 - Browse repository at this point
Copy the full SHA c69ab01View commit details
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2048b24 - Browse repository at this point
Copy the full SHA 2048b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b9f3e - Browse repository at this point
Copy the full SHA 78b9f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 856136f - Browse repository at this point
Copy the full SHA 856136fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7017875 - Browse repository at this point
Copy the full SHA 7017875View commit details -
Configuration menu - View commit details
-
Copy full SHA for db03208 - Browse repository at this point
Copy the full SHA db03208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526392b - Browse repository at this point
Copy the full SHA 526392bView commit details
Commits on Jun 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d3eeb6e - Browse repository at this point
Copy the full SHA d3eeb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02eea97 - Browse repository at this point
Copy the full SHA 02eea97View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcee5be - Browse repository at this point
Copy the full SHA fcee5beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ced60 - Browse repository at this point
Copy the full SHA 85ced60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313f74c - Browse repository at this point
Copy the full SHA 313f74cView commit details
Commits on Jun 26, 2018
-
chore: add lead maintainer and fix readme headers (#75)
* chore: add lead maintainer and fix readme headers * Update package.json
Jacob Heun authoredJun 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 28a1177 - Browse repository at this point
Copy the full SHA 28a1177View commit details
Commits on Nov 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d267551 - Browse repository at this point
Copy the full SHA d267551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab8893 - Browse repository at this point
Copy the full SHA 0ab8893View 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 7398c19 - Browse repository at this point
Copy the full SHA 7398c19View commit details
Commits on Jan 4, 2019
-
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for bd333c8 - Browse repository at this point
Copy the full SHA bd333c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38e84b - Browse repository at this point
Copy the full SHA d38e84bView 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 c4e90b4 - Browse repository at this point
Copy the full SHA c4e90b4View commit details
Commits on Mar 22, 2019
-
* chore: use travis and update badges * chore: update package.json files and pre push License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> * chore: add missing debug module License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f89f433 - Browse repository at this point
Copy the full SHA f89f433View commit details
Commits on Apr 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 92cfb26 - Browse repository at this point
Copy the full SHA 92cfb26View commit details
Commits on May 9, 2019
-
feat: compatibility with go-libp2p-mdns (#80)
Adds an additional mdns poller to interop with go-libp2p until both implementations comply with the new spec, https://github.com/libp2p/specs/blob/4c5a459ae8fb9a250e5f87f0c64fadaa7997266a/discovery/mdns.md.
Configuration menu - View commit details
-
Copy full SHA for c6d1d49 - Browse repository at this point
Copy the full SHA c6d1d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e4288 - Browse repository at this point
Copy the full SHA c3e4288View 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 64a16d7 - Browse repository at this point
Copy the full SHA 64a16d7View commit details
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
There are no files selected for viewing
This file was deleted.
This file was deleted.