An IPFS implementation in Go
master
Moved the container startup script to bin
Knut Ahlers committed over 11 years ago
Removed 4002/udp for now, fixed start commands
Knut Ahlers committed over 11 years ago
Added boot script to listen on 0.0.0.0
Knut Ahlers committed over 11 years ago
HTTP transport is listening on port 8080 by default
Knut Ahlers committed over 11 years ago
Fix: IPFS needs golang:1.4 to build
Knut Ahlers committed over 11 years ago
bump version number to 0.2.1 after panic fix
Jeromy committed over 11 years ago
Merge pull request #798 from jbenet/fix/goprocess-panic
Jeromy Johnson committed over 11 years ago
add version and ipns serve options to bootstrapd
Jeromy committed over 11 years ago
add version info endpoint to gateway
Jeromy committed over 11 years ago
add about file to ipfs on init
Jeromy committed over 11 years ago
Jeromy committed over 11 years ago
add worker to bitswap for reproviding new blocks
Jeromy committed over 11 years ago
add a test to make sure duplicate subscriptions to the same block dont have weird side effects
Jeromy committed over 11 years ago
fix weird race condition in goprocess that caused a few panics
Jeromy committed over 11 years ago
Merge pull request #797 from jbenet/fix/add-noinit
Jeromy Johnson committed over 11 years ago
return early from add PostRun if error is set
Jeromy committed over 11 years ago
remove go tip from travis testing, unstability caused too many false test failures
Jeromy committed over 11 years ago
hotfix: duplicate blocks werent being counted properly, deduped key list before requesting
Jeromy committed over 11 years ago
move blocking calls out of single threaded loops, cancel contexts ASAP
Jeromy committed over 11 years ago
Merge pull request #794 from jbenet/feat/refs-faster
Jeromy Johnson committed over 11 years ago