89 Commits

Author SHA1 Message Date
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 Batiz-Benet
6b29a00b65 gitignore
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-19 00:11:51 -07:00
Juan Batiz-Benet
df2b415f3d tests for net conversions
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-19 00:11:37 -07:00
Juan Batiz-Benet
b9c1a08db0 WrapNetConn: err on nil input
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-18 14:40:16 -07:00
Juan Batiz-Benet
62d4c740c2 Merge pull request #3 from cryptix/godepsUpdate
updated godeps
2015-02-25 05:00:45 -08:00
Henry
4e467c67d1 updated godeps
small api change from utp (removed stutter)
2015-02-25 13:54:24 +01:00
Juan Batiz-Benet
3d96efcb11 race testing 2015-01-20 11:53:12 -08:00
Juan Batiz-Benet
98f07b6bcc added todo 2015-01-20 05:51:55 -08:00
Juan Batiz-Benet
eae26b653a added WrapNetListener 2015-01-18 22:20:46 -08:00
Juan Batiz-Benet
04044c2289 AddrMatch 2015-01-12 18:45:34 -08:00
Juan Batiz-Benet
97da87cf8f test ip6 conversion 2015-01-12 18:26:34 -08:00
Juan Batiz-Benet
2bb75c7221 fixed link local check 2015-01-12 11:56:57 -08:00
Juan Batiz-Benet
8359bd0b54 fixed consts + test 2015-01-12 11:33:06 -08:00
Juan Batiz-Benet
b2e2374680 travis 2015-01-12 11:23:52 -08:00
Juan Batiz-Benet
30d77c8222 Merge pull request #2 from whyrusleeping/master
add function to test for link local ipv6 addrs
2015-01-11 21:58:14 -08:00
Jeromy
e97d6f0566 add function to test for link local ipv6 addrs 2015-01-11 18:26:49 +00:00
Juan Batiz-Benet
2b8f35303d disable utp for now (broken) 2015-01-09 06:09:38 -08:00
Juan Batiz-Benet
13314e3a21 updated multiaddr 2015-01-09 06:04:22 -08:00
Juan Batiz-Benet
b6265d8119 bugfix: Listen always return err. test it 2014-11-20 05:09:46 -08:00
Juan Batiz-Benet
625fac6e50 update imports to point to vendored repos 2014-11-20 00:55:05 -08:00
Juan Batiz-Benet
4d83cc616a vendor things 2014-11-20 00:54:41 -08:00
Juan Batiz-Benet
1089720859 added utp listen/dial 2014-11-20 00:54:16 -08:00
Juan Batiz-Benet
0c0f1f3163 broken up net pkg 2014-11-19 13:55:52 -08:00
Juan Batiz-Benet
9c12017d40 multiaddr tool building 2014-11-19 13:51:41 -08:00
Juan Batiz-Benet
14bdd3270d Merge branch 'matool' of ../go-multiaddr 2014-11-19 13:50:13 -08:00
Juan Batiz-Benet
63387ddeb4 multiaddr link 2014-11-19 13:39:41 -08:00
Juan Batiz-Benet
ae3b067850 added utp support to net/ 2014-11-19 13:24:03 -08:00
Juan Batiz-Benet
107f2157f4 IP unspecified addrs 2014-11-05 02:06:28 -08:00
Juan Batiz-Benet
c1210ef56d hide-loopback in tool 2014-11-05 01:47:13 -08:00
Juan Batiz-Benet
2bea5f93a2 added ipv6 link-local loopback 2014-11-05 01:47:02 -08:00
Juan Batiz-Benet
29a9c6f145 net: added InterfaceMultiaddrs 2014-11-05 00:38:21 -08:00
Juan Batiz-Benet
fb33680d08 net: added InterfaceMultiaddrs 2014-11-05 00:38:21 -08:00
Juan Batiz-Benet
5d64ba1250 Cast and Loopback 2014-11-05 00:04:30 -08:00
Juan Batiz-Benet
76ea093a04 multiaddr conversion tool 2014-11-04 23:51:11 -08:00
Juan Batiz-Benet
e94d248a76 tests: Dial + Listen 2014-10-11 02:28:34 -07:00
Juan Batiz-Benet
a991297e5e basic net package (no tests yet)
Implements:
- Conn
- Dial, Dialer
- Listen, Listener
2014-10-11 01:23:55 -07:00
Juan Batiz-Benet
81b6210ce5 documentation 2014-10-11 01:23:37 -07:00
Juan Batiz-Benet
dc978d4bc3 moved net stuff into subpkg 2014-10-11 00:50:55 -07:00