- 22 Jan, 2015 3 commits
-
-
Juan Batiz-Benet authored
initial implementation of repo-gc command
-
Brian Tiger Chow authored
fix #424: when adding blocks, provide to exchange asynchronously
-
Jeromy authored
-
- 21 Jan, 2015 26 commits
-
-
Brian Tiger Chow authored
-
Jeromy authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
@jbenet would like it to work this way
-
Brian Tiger Chow authored
@jbenet
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Jeromy authored
-
Matt Bell authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
p2p/net/conn: only reuseport if avail
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
benchmark CLI `ipfs add`
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 20 Jan, 2015 11 commits
-
-
Juan Batiz-Benet authored
races: fix race conditions
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
@whyrusleeping @jbenet newly initialized datastores were being dumped into ./go-ipfs. Eeek. An oversight during the FSRepo refactor. Not sure how this bug survived this long.
-
Juan Batiz-Benet authored
p2p/net/conn: reuse listen tcp port to dial
-
Juan Batiz-Benet authored
This commit cleans up the reuse port setup, and fixes a problem: make sure to filter addrs out that we simply cannot dial with (e.g. loopback -> non-loopback, or linklocal -> nonlinklocal)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
This commit finally makes use of the sent observed addrs. If the connection's local address is from one of our listen addrs, then the remote's observed addr is its natted mapping, which is useful to us. For now, we add it directly to our address book. (a future commit should make addressbook addresses expire)
-