485 Commits

Author SHA1 Message Date
jbenet
8606351287 gxify 2016-09-19 11:13:04 +08:00
Juan Benet
9aa717bd51 Merge pull request #31 from multiformats/unix
added unix path protocol
2016-09-19 11:11:13 +08:00
jbenet
bdf3e3a444 added unix path protocol 2016-09-19 11:06:27 +08:00
jbenet
1720601989 published 1.4.0 2016-09-19 10:32:21 +08:00
jbenet
4cc9fd0c58 go-multiaddr is now at multiformats org 2016-09-19 10:30:07 +08:00
Jan Winkelmann
907bb9f0e4 fix udt<->utp inconsistency in protocols.{go,csv}
Re-based by @jbenet to merge with https://github.com/multiformats/go-multiaddr/pull/21
2016-09-16 11:30:25 -04:00
Juan Benet
1eaad7f248 Merge pull request #21 from ianopolous/master
Implemented byte decoder for onion addresses. Corrected onion bit size.
2016-09-16 11:29:03 -04:00
Jeromy
825144c9a2 gx publish v1.3.0 2016-09-15 19:25:39 -07:00
Jeromy
02fe0e22ad error out on unrecognized protocol 2016-09-15 19:24:46 -07:00
Jeromy
9c84e5a32b fix import path change 2016-08-16 22:14:50 -07:00
Jeromy
e296964046 add DialContext method and use DialContext from stdlib 2016-08-16 20:51:05 -07:00
Jeromy Johnson
1dd0034f7f Merge pull request #30 from multiformats/feature/standardize-readme
Standardized README
2016-08-15 08:20:46 -07:00
Richard Littauer
a95b60f2b6 Standardized README
See https://github.com/multiformats/multiformats/issues/13
2016-08-15 11:15:17 -04:00
Ian Preston
e32e9cd0f0 Implemented byte decoder for onion addresses. Corrected onion bit size. 2016-08-09 19:21:28 +01:00
Jeromy
ff394cdaae extract out yamux code in favor of modularity 2016-06-10 15:33:31 -07:00
Jeromy
d4cfd691db add ip+net back in 2016-05-16 14:40:20 -07:00
Jeromy
4508ee69c5 gx publish version 1.1.0 2016-05-16 13:45:55 -07:00
Juan Benet
f355062ea7 Merge pull request #15 from jbenet/feat/pluggable
make multiaddr-net more pluggable
2016-05-16 12:12:07 -07:00
Jeromy
b730d261ac refactor globals 2016-05-14 18:02:25 -07:00
Jeromy
24e4d526c0 gx publish version 1.0.1 2016-05-10 11:37:51 -07:00
Juan Benet
f3dff105e4 Merge pull request #25 from whyrusleeping/cleanup-new-bytes
cleanup panics and make NewFromBytes faster
2016-05-09 21:22:45 -04:00
Jeromy
79cf06be20 move addspec definitions and add test for RegisterAddressType 2016-05-06 09:14:27 -07:00
Jeromy
48f060edf7 refactor to use AddressSpec objects 2016-05-04 14:09:13 -07:00
Jeromy
5734f44c3d go vet 2016-05-04 14:03:16 -07:00
Jeromy
ad12fa30fe respond to CR feedback 2016-05-04 13:26:50 -07:00
Jeromy
91752fd546 a bit more cleanup, use a bytes.Buffer instead of appending bytes 2016-05-04 12:11:09 -07:00
Jeromy
9e13209db1 fix underflow error found by fuzzing 2016-05-04 10:51:57 -07:00
Jeromy
1263064416 clean up parser registry 2016-05-03 13:23:57 -07:00
Jeromy
347065ffd7 make multiaddr-net more pluggable 2016-05-02 16:30:02 -07:00
Jeromy
256afede6e use newer go versions 2016-05-02 09:17:03 -07:00
Jeromy
9c4a0baf6d cleanup panics and make NewFromBytes faster 2016-04-29 14:16:41 -07:00
Jeromy
f1f304d1e0 gx publish version 1.0.0 2016-04-26 19:13:49 -07:00
Jeromy Johnson
47cc43bda3 Merge pull request #13 from jbenet/gxify-manet
move deps from godep to gx
2016-04-26 18:38:07 -07:00
Jeromy
4d7e08bab8 move deps from godep to gx 2016-04-26 17:11:49 -07:00
Juan Benet
41d1117052 Merge pull request #16 from whyrusleeping/feat/modular
Feat/modular
2016-01-19 21:28:14 -05:00
Jeromy
ae64eb994b rewrite value for protocols and add more tests 2016-01-18 00:35:47 -08:00
Jeromy
a581da3f8f add method to lookup values in a multiaddr 2016-01-17 05:14:38 -08:00
Jeromy
b185168cd2 modularize multiaddr protocols 2016-01-17 01:28:18 -08:00
Juan Benet
4a8bd8f8ba Merge pull request #11 from jbenet/fix/nil-addr
return error if passed nil net.Addr
2015-10-11 23:44:08 +08:00
Jeromy
74e0b7e97c return error if passed nil net.Addr 2015-10-09 11:50:23 -07:00
Juan Benet
861fd19725 Merge pull request #9 from jbenet/feat/utp
add utp to multiaddr-net
2015-10-03 19:43:56 -04:00
Jeromy
cacd78eadc add utp to multiaddr-net 2015-10-03 16:40:21 -07:00
Juan Benet
dd8f16c47c Merge pull request #13 from david415/support-tor-onion
Add Tor .onion address support and unit test cases
2015-09-25 20:09:07 -04:00
David Stainton
24ecf94c70 Add more multiaddr tests for onions 2015-09-26 01:40:26 +02:00
David Stainton
3bc1e2e8c3 Onions are 80 bits 2015-09-26 01:36:31 +02:00
David Stainton
fca4278010 Ensure port is above minimum port number for onions 2015-09-26 01:35:58 +02:00
David Stainton
d30c844a21 Merge branch 'support-tor-onion' of github.com:david415/go-multiaddr into support-tor-onion
Conflicts:
	codec.go
	multiaddr_test.go
2015-08-31 03:24:03 +02:00
David Stainton
0e7ae0d2ee Renamed tor to onion and added embedded port field 2015-08-31 03:19:47 +02:00
Leif Ryge
75a10eef9b more strict validation of .onion addresses 2015-08-29 20:22:48 +00:00
David Stainton
ed310561bd Add Tor .onion address support and unit test cases 2015-08-29 19:48:07 +02:00