@libp2p/tcp 0.0.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.aegir.cjs ADDED
@@ -0,0 +1,8 @@
1
+ module.exports = {
2
+ build: {
3
+ config: {
4
+ platform: 'node'
5
+ },
6
+ bundlesizeMax: '44KB'
7
+ }
8
+ }
@@ -0,0 +1,125 @@
1
+ name: test & maybe release
2
+ on:
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
+ branches:
8
+ - master
9
+
10
+ jobs:
11
+
12
+ check:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - uses: actions/setup-node@v2
17
+ with:
18
+ node-version: lts/*
19
+ - uses: ipfs/aegir/actions/cache-node-modules@master
20
+ - run: npm run --if-present lint
21
+ - run: npm run --if-present dep-check
22
+
23
+ test-node:
24
+ needs: check
25
+ runs-on: ${{ matrix.os }}
26
+ strategy:
27
+ matrix:
28
+ os: [windows-latest, ubuntu-latest, macos-latest]
29
+ node: [16]
30
+ fail-fast: true
31
+ steps:
32
+ - uses: actions/checkout@v2
33
+ - uses: actions/setup-node@v2
34
+ with:
35
+ node-version: ${{ matrix.node }}
36
+ - uses: ipfs/aegir/actions/cache-node-modules@master
37
+ - run: npm run --if-present test:node
38
+ - uses: codecov/codecov-action@v1
39
+
40
+ test-chrome:
41
+ needs: check
42
+ runs-on: ubuntu-latest
43
+ steps:
44
+ - uses: actions/checkout@v2
45
+ - uses: actions/setup-node@v2
46
+ with:
47
+ node-version: lts/*
48
+ - uses: ipfs/aegir/actions/cache-node-modules@master
49
+ - run: npm run --if-present test:chrome
50
+
51
+ test-chrome-webworker:
52
+ needs: check
53
+ runs-on: ubuntu-latest
54
+ steps:
55
+ - uses: actions/checkout@v2
56
+ - uses: actions/setup-node@v2
57
+ with:
58
+ node-version: lts/*
59
+ - uses: ipfs/aegir/actions/cache-node-modules@master
60
+ - run: npm run --if-present test:chrome-webworker
61
+
62
+ test-firefox:
63
+ needs: check
64
+ runs-on: ubuntu-latest
65
+ steps:
66
+ - uses: actions/checkout@v2
67
+ - uses: actions/setup-node@v2
68
+ with:
69
+ node-version: lts/*
70
+ - uses: ipfs/aegir/actions/cache-node-modules@master
71
+ - run: npm run --if-present test:firefox
72
+
73
+ test-firefox-webworker:
74
+ needs: check
75
+ runs-on: ubuntu-latest
76
+ steps:
77
+ - uses: actions/checkout@v2
78
+ - uses: actions/setup-node@v2
79
+ with:
80
+ node-version: lts/*
81
+ - uses: ipfs/aegir/actions/cache-node-modules@master
82
+ - run: npm run --if-present test:firefox-webworker
83
+
84
+ test-electron-main:
85
+ needs: check
86
+ runs-on: ubuntu-latest
87
+ steps:
88
+ - uses: actions/checkout@v2
89
+ - uses: actions/setup-node@v2
90
+ with:
91
+ node-version: lts/*
92
+ - uses: ipfs/aegir/actions/cache-node-modules@master
93
+ - run: npx xvfb-maybe npm run --if-present test:electron-main
94
+
95
+ test-electron-renderer:
96
+ needs: check
97
+ runs-on: ubuntu-latest
98
+ steps:
99
+ - uses: actions/checkout@v2
100
+ - uses: actions/setup-node@v2
101
+ with:
102
+ node-version: lts/*
103
+ - uses: ipfs/aegir/actions/cache-node-modules@master
104
+ - run: npx xvfb-maybe npm run --if-present test:electron-renderer
105
+
106
+ release:
107
+ needs: [test-node, test-chrome, test-chrome-webworker, test-firefox, test-firefox-webworker, test-electron-main, test-electron-renderer]
108
+ runs-on: ubuntu-latest
109
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
110
+ steps:
111
+ - uses: actions/checkout@v2.4.0
112
+ with:
113
+ fetch-depth: 0
114
+ - uses: actions/setup-node@v2
115
+ with:
116
+ node-version: lts/*
117
+ - uses: ipfs/aegir/actions/cache-node-modules@master
118
+ - uses: ipfs/aegir/actions/docker-login@master
119
+ with:
120
+ docker-token: ${{ secrets.DOCKER_USERNAME }}
121
+ docker-username: ${{ secrets.DOCKER_USERNAME }}
122
+ - run: npm run --if-present release
123
+ env:
124
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package/CHANGELOG.md ADDED
@@ -0,0 +1,453 @@
1
+ ## [0.17.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.17.1...v0.17.2) (2021-09-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ts declaration export ([#150](https://github.com/libp2p/js-libp2p-tcp/issues/150)) ([d165fe5](https://github.com/libp2p/js-libp2p-tcp/commit/d165fe57960e2bb4a5324c372ef459c31dee1cf5))
7
+
8
+
9
+
10
+ ## [0.17.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.17.0...v0.17.1) (2021-07-08)
11
+
12
+
13
+
14
+ # [0.17.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.16.0...v0.17.0) (2021-07-07)
15
+
16
+
17
+ ### chore
18
+
19
+ * update deps ([#147](https://github.com/libp2p/js-libp2p-tcp/issues/147)) ([b3e315a](https://github.com/libp2p/js-libp2p-tcp/commit/b3e315a6988cd4be7978e8922f275e525463bc0c))
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * uses new majors of multiaddr and mafmt
25
+
26
+
27
+
28
+ # [0.16.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.15.4...v0.16.0) (2021-06-10)
29
+
30
+
31
+ ### Features
32
+
33
+ * add types ([#145](https://github.com/libp2p/js-libp2p-tcp/issues/145)) ([3249e02](https://github.com/libp2p/js-libp2p-tcp/commit/3249e0292b2ef5d818fe428ce61f689b25060d85))
34
+
35
+
36
+
37
+ ## [0.15.4](https://github.com/libp2p/js-libp2p-tcp/compare/v0.15.2...v0.15.4) (2021-04-12)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * hanging close promise ([#140](https://github.com/libp2p/js-libp2p-tcp/issues/140)) ([3813100](https://github.com/libp2p/js-libp2p-tcp/commit/381310043852a9213f1abb62f5f0a7046d806286))
43
+
44
+
45
+
46
+ <a name="0.15.3"></a>
47
+ ## [0.15.3](https://github.com/libp2p/js-libp2p-tcp/compare/v0.15.2...v0.15.3) (2021-02-03)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * hanging close promise ([#140](https://github.com/libp2p/js-libp2p-tcp/issues/140)) ([3813100](https://github.com/libp2p/js-libp2p-tcp/commit/3813100))
53
+
54
+
55
+
56
+ <a name="0.15.2"></a>
57
+ ## [0.15.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.2...v0.15.2) (2020-12-28)
58
+
59
+
60
+ ### Bug Fixes
61
+
62
+ * catch error from maConn.close ([#128](https://github.com/libp2p/js-libp2p-tcp/issues/128)) ([0fe0815](https://github.com/libp2p/js-libp2p-tcp/commit/0fe0815))
63
+ * catch thrown maConn errors in listener ([#122](https://github.com/libp2p/js-libp2p-tcp/issues/122)) ([86db568](https://github.com/libp2p/js-libp2p-tcp/commit/86db568)), closes [#121](https://github.com/libp2p/js-libp2p-tcp/issues/121)
64
+ * intermittent error when asking for interfaces ([#137](https://github.com/libp2p/js-libp2p-tcp/issues/137)) ([af9804e](https://github.com/libp2p/js-libp2p-tcp/commit/af9804e))
65
+ * remove use of assert module ([#123](https://github.com/libp2p/js-libp2p-tcp/issues/123)) ([6272876](https://github.com/libp2p/js-libp2p-tcp/commit/6272876))
66
+ * transport should not handle connection if upgradeInbound throws ([#119](https://github.com/libp2p/js-libp2p-tcp/issues/119)) ([21f8747](https://github.com/libp2p/js-libp2p-tcp/commit/21f8747))
67
+
68
+
69
+ ### Chores
70
+
71
+ * update deps ([#134](https://github.com/libp2p/js-libp2p-tcp/issues/134)) ([d9f9912](https://github.com/libp2p/js-libp2p-tcp/commit/d9f9912))
72
+
73
+
74
+ ### BREAKING CHANGES
75
+
76
+ * - The multiaddr dep used by this module returns Uint8Arrays and may
77
+ not be compatible with previous versions
78
+
79
+ * chore: update utils
80
+
81
+ * chore: remove gh dep url
82
+
83
+
84
+
85
+ <a name="0.15.1"></a>
86
+ ## [0.15.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.15.0...v0.15.1) (2020-08-11)
87
+
88
+
89
+
90
+ <a name="0.15.0"></a>
91
+ # [0.15.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.6...v0.15.0) (2020-08-07)
92
+
93
+
94
+ ### Chores
95
+
96
+ * update deps ([#134](https://github.com/libp2p/js-libp2p-tcp/issues/134)) ([d9f9912](https://github.com/libp2p/js-libp2p-tcp/commit/d9f9912))
97
+
98
+
99
+ ### BREAKING CHANGES
100
+
101
+ * - The multiaddr dep used by this module returns Uint8Arrays and may
102
+ not be compatible with previous versions
103
+
104
+ * chore: update utils
105
+
106
+ * chore: remove gh dep url
107
+
108
+
109
+
110
+ <a name="0.14.6"></a>
111
+ ## [0.14.6](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.5...v0.14.6) (2020-07-17)
112
+
113
+
114
+
115
+ <a name="0.14.5"></a>
116
+ ## [0.14.5](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.4...v0.14.5) (2020-04-28)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * catch error from maConn.close ([#128](https://github.com/libp2p/js-libp2p-tcp/issues/128)) ([0fe0815](https://github.com/libp2p/js-libp2p-tcp/commit/0fe0815))
122
+
123
+
124
+
125
+ <a name="0.14.4"></a>
126
+ ## [0.14.4](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.3...v0.14.4) (2020-02-24)
127
+
128
+
129
+ ### Bug Fixes
130
+
131
+ * catch thrown maConn errors in listener ([#122](https://github.com/libp2p/js-libp2p-tcp/issues/122)) ([86db568](https://github.com/libp2p/js-libp2p-tcp/commit/86db568)), closes [#121](https://github.com/libp2p/js-libp2p-tcp/issues/121)
132
+ * remove use of assert module ([#123](https://github.com/libp2p/js-libp2p-tcp/issues/123)) ([6272876](https://github.com/libp2p/js-libp2p-tcp/commit/6272876))
133
+
134
+
135
+
136
+ <a name="0.14.3"></a>
137
+ ## [0.14.3](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.2...v0.14.3) (2019-12-20)
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * transport should not handle connection if upgradeInbound throws ([#119](https://github.com/libp2p/js-libp2p-tcp/issues/119)) ([21f8747](https://github.com/libp2p/js-libp2p-tcp/commit/21f8747))
143
+
144
+
145
+
146
+ <a name="0.14.2"></a>
147
+ ## [0.14.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.1...v0.14.2) (2019-12-06)
148
+
149
+
150
+ ### Bug Fixes
151
+
152
+ * **log:** log the bound port and host ([#117](https://github.com/libp2p/js-libp2p-tcp/issues/117)) ([7702646](https://github.com/libp2p/js-libp2p-tcp/commit/7702646))
153
+
154
+
155
+ ### Features
156
+
157
+ * add path multiaddr support ([#118](https://github.com/libp2p/js-libp2p-tcp/issues/118)) ([d76a1f2](https://github.com/libp2p/js-libp2p-tcp/commit/d76a1f2))
158
+
159
+
160
+
161
+ <a name="0.14.1"></a>
162
+ ## [0.14.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.0...v0.14.1) (2019-09-20)
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * ensure timeline.close is set ([#113](https://github.com/libp2p/js-libp2p-tcp/issues/113)) ([605ee27](https://github.com/libp2p/js-libp2p-tcp/commit/605ee27))
168
+
169
+
170
+
171
+ <a name="0.14.0"></a>
172
+ # [0.14.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.13.1...v0.14.0) (2019-09-16)
173
+
174
+
175
+ ### Features
176
+
177
+ * change api to async / await ([#112](https://github.com/libp2p/js-libp2p-tcp/issues/112)) ([cf7d1b8](https://github.com/libp2p/js-libp2p-tcp/commit/cf7d1b8))
178
+
179
+
180
+ ### BREAKING CHANGES
181
+
182
+ * All places in the API that used callbacks are now replaced with async/await. The API has also been updated according to the latest `interface-transport` version, https://github.com/libp2p/interface-transport/tree/v0.6.0#api.
183
+
184
+
185
+
186
+ <a name="0.13.1"></a>
187
+ ## [0.13.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.13.0...v0.13.1) (2019-08-08)
188
+
189
+
190
+
191
+ <a name="0.13.0"></a>
192
+ # [0.13.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.12.1...v0.13.0) (2018-09-12)
193
+
194
+
195
+ ### Features
196
+
197
+ * add support for dialing over dns ([eba0b48](https://github.com/libp2p/js-libp2p-tcp/commit/eba0b48))
198
+
199
+
200
+
201
+ <a name="0.12.1"></a>
202
+ ## [0.12.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.12.0...v0.12.1) (2018-07-31)
203
+
204
+
205
+ ### Bug Fixes
206
+
207
+ * invalid ip address and daemon can be crashed by remote user ([4b04b17](https://github.com/libp2p/js-libp2p-tcp/commit/4b04b17))
208
+
209
+
210
+
211
+ <a name="0.12.0"></a>
212
+ # [0.12.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.6...v0.12.0) (2018-04-05)
213
+
214
+
215
+ ### Features
216
+
217
+ * add class-is module ([ded1f68](https://github.com/libp2p/js-libp2p-tcp/commit/ded1f68))
218
+
219
+
220
+
221
+ <a name="0.11.6"></a>
222
+ ## [0.11.6](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.5...v0.11.6) (2018-02-20)
223
+
224
+
225
+
226
+ <a name="0.11.5"></a>
227
+ ## [0.11.5](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.4...v0.11.5) (2018-02-07)
228
+
229
+
230
+
231
+ <a name="0.11.4"></a>
232
+ ## [0.11.4](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.3...v0.11.4) (2018-02-07)
233
+
234
+
235
+
236
+ <a name="0.11.3"></a>
237
+ ## [0.11.3](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.2...v0.11.3) (2018-02-07)
238
+
239
+
240
+ ### Bug Fixes
241
+
242
+ * clearing timeout when closes ([#87](https://github.com/libp2p/js-libp2p-tcp/issues/87)) ([f8f5266](https://github.com/libp2p/js-libp2p-tcp/commit/f8f5266))
243
+
244
+
245
+
246
+ <a name="0.11.2"></a>
247
+ ## [0.11.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.1...v0.11.2) (2018-01-12)
248
+
249
+
250
+ ### Bug Fixes
251
+
252
+ * missing dependency debug, fixes [#84](https://github.com/libp2p/js-libp2p-tcp/issues/84) ([74a88f6](https://github.com/libp2p/js-libp2p-tcp/commit/74a88f6))
253
+
254
+
255
+
256
+ <a name="0.11.1"></a>
257
+ ## [0.11.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.0...v0.11.1) (2017-10-13)
258
+
259
+
260
+ ### Features
261
+
262
+ * relay filtering ([11c4f45](https://github.com/libp2p/js-libp2p-tcp/commit/11c4f45))
263
+
264
+
265
+
266
+ <a name="0.11.0"></a>
267
+ # [0.11.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.10.2...v0.11.0) (2017-09-03)
268
+
269
+
270
+ ### Features
271
+
272
+ * p2p addrs situation ([#82](https://github.com/libp2p/js-libp2p-tcp/issues/82)) ([a54bb83](https://github.com/libp2p/js-libp2p-tcp/commit/a54bb83))
273
+
274
+
275
+
276
+ <a name="0.10.2"></a>
277
+ ## [0.10.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.10.1...v0.10.2) (2017-07-22)
278
+
279
+
280
+
281
+ <a name="0.10.1"></a>
282
+ ## [0.10.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.10.0...v0.10.1) (2017-04-13)
283
+
284
+
285
+ ### Bug Fixes
286
+
287
+ * catch errors on incomming sockets ([e204517](https://github.com/libp2p/js-libp2p-tcp/commit/e204517))
288
+
289
+
290
+
291
+ <a name="0.10.0"></a>
292
+ # [0.10.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.9.4...v0.10.0) (2017-03-27)
293
+
294
+
295
+ ### Bug Fixes
296
+
297
+ * **dial:** proper error handling on dial ([#77](https://github.com/libp2p/js-libp2p-tcp/issues/77)) ([4d4f295](https://github.com/libp2p/js-libp2p-tcp/commit/4d4f295))
298
+
299
+
300
+
301
+ <a name="0.9.4"></a>
302
+ ## [0.9.4](https://github.com/libp2p/js-libp2p-tcp/compare/v0.9.3...v0.9.4) (2017-03-21)
303
+
304
+
305
+
306
+ <a name="0.9.3"></a>
307
+ ## [0.9.3](https://github.com/libp2p/js-libp2p-tcp/compare/v0.9.2...v0.9.3) (2017-02-09)
308
+
309
+
310
+
311
+ <a name="0.9.2"></a>
312
+ ## [0.9.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.9.1...v0.9.2) (2017-02-09)
313
+
314
+
315
+
316
+ <a name="0.9.1"></a>
317
+ ## [0.9.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.9.0...v0.9.1) (2016-11-03)
318
+
319
+
320
+
321
+ <a name="0.9.0"></a>
322
+ # [0.9.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.8.1...v0.9.0) (2016-11-03)
323
+
324
+
325
+ ### Bug Fixes
326
+
327
+ * **deps:** remove unused pull dep ([06689e3](https://github.com/libp2p/js-libp2p-tcp/commit/06689e3))
328
+
329
+
330
+
331
+ <a name="0.8.1"></a>
332
+ ## [0.8.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.8.0...v0.8.1) (2016-09-06)
333
+
334
+
335
+
336
+ <a name="0.8.0"></a>
337
+ # [0.8.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.7.4...v0.8.0) (2016-09-06)
338
+
339
+
340
+ ### Features
341
+
342
+ * **deps:** update to published deps ([da8ee21](https://github.com/libp2p/js-libp2p-tcp/commit/da8ee21))
343
+ * **pull:** migration to pull-streams ([5e89a26](https://github.com/libp2p/js-libp2p-tcp/commit/5e89a26))
344
+ * **readme:** add pull-streams documentation ([d9f65e0](https://github.com/libp2p/js-libp2p-tcp/commit/d9f65e0))
345
+
346
+
347
+
348
+ <a name="0.7.4"></a>
349
+ ## [0.7.4](https://github.com/libp2p/js-libp2p-tcp/compare/v0.7.3...v0.7.4) (2016-08-03)
350
+
351
+
352
+
353
+ <a name="0.7.3"></a>
354
+ ## [0.7.3](https://github.com/libp2p/js-libp2p-tcp/compare/v0.7.2...v0.7.3) (2016-06-26)
355
+
356
+
357
+
358
+ <a name="0.7.2"></a>
359
+ ## [0.7.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.7.1...v0.7.2) (2016-06-23)
360
+
361
+
362
+
363
+ <a name="0.7.1"></a>
364
+ ## [0.7.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.7.0...v0.7.1) (2016-06-23)
365
+
366
+
367
+ ### Bug Fixes
368
+
369
+ * error was passed in duplicate ([9ac5cca](https://github.com/libp2p/js-libp2p-tcp/commit/9ac5cca))
370
+
371
+
372
+
373
+ <a name="0.7.0"></a>
374
+ # [0.7.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.6.2...v0.7.0) (2016-06-22)
375
+
376
+
377
+
378
+ <a name="0.6.2"></a>
379
+ ## [0.6.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.6.1...v0.6.2) (2016-06-01)
380
+
381
+
382
+ ### Bug Fixes
383
+
384
+ * address cr ([2ed01e8](https://github.com/libp2p/js-libp2p-tcp/commit/2ed01e8))
385
+ * destroy hanging connections after timeout ([4a12169](https://github.com/libp2p/js-libp2p-tcp/commit/4a12169))
386
+
387
+
388
+
389
+ <a name="0.6.1"></a>
390
+ ## [0.6.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.6.0...v0.6.1) (2016-05-29)
391
+
392
+
393
+
394
+ <a name="0.6.0"></a>
395
+ # [0.6.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.5.3...v0.6.0) (2016-05-22)
396
+
397
+
398
+
399
+ <a name="0.5.3"></a>
400
+ ## [0.5.3](https://github.com/libp2p/js-libp2p-tcp/compare/v0.5.2...v0.5.3) (2016-05-22)
401
+
402
+
403
+
404
+ <a name="0.5.2"></a>
405
+ ## [0.5.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.5.1...v0.5.2) (2016-05-09)
406
+
407
+
408
+
409
+ <a name="0.5.1"></a>
410
+ ## [0.5.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.5.0...v0.5.1) (2016-05-08)
411
+
412
+
413
+
414
+ <a name="0.5.0"></a>
415
+ # [0.5.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.4.0...v0.5.0) (2016-04-25)
416
+
417
+
418
+
419
+ <a name="0.4.0"></a>
420
+ # [0.4.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.3.0...v0.4.0) (2016-03-14)
421
+
422
+
423
+
424
+ <a name="0.3.0"></a>
425
+ # [0.3.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.2.1...v0.3.0) (2016-03-10)
426
+
427
+
428
+
429
+ <a name="0.2.1"></a>
430
+ ## [0.2.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.2.0...v0.2.1) (2016-03-04)
431
+
432
+
433
+
434
+ <a name="0.2.0"></a>
435
+ # [0.2.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.1.2...v0.2.0) (2016-03-04)
436
+
437
+
438
+
439
+ <a name="0.1.2"></a>
440
+ ## [0.1.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.1.1...v0.1.2) (2015-10-29)
441
+
442
+
443
+
444
+ <a name="0.1.1"></a>
445
+ ## [0.1.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.1.0...v0.1.1) (2015-09-17)
446
+
447
+
448
+
449
+ <a name="0.1.0"></a>
450
+ # 0.1.0 (2015-09-16)
451
+
452
+
453
+
package/LICENSE ADDED
@@ -0,0 +1,2 @@
1
+ MIT: https://www.opensource.org/licenses/mit
2
+ Apache-2.0: https://www.apache.org/licenses/license-2.0
package/LICENSE-APACHE ADDED
@@ -0,0 +1,5 @@
1
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
2
+
3
+ http://www.apache.org/licenses/LICENSE-2.0
4
+
5
+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
package/LICENSE-MIT ADDED
@@ -0,0 +1,19 @@
1
+ The MIT License (MIT)
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.