- 22 Jan, 2015 5 commits
-
-
Brian Tiger Chow authored
The area above the lock was getting big. Moving this up to avoid mistakes down the road.
-
Brian Tiger Chow authored
closes #394 https://github.com/jbenet/go-ipfs/issues/394
-
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 9 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
-