1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

3613 Commits

Author SHA1 Message Date
856c87bdc0 add some fuse tests for readonly ipfs fs 2015-02-26 19:03:33 -08:00
9a41f76abc more understandable errors from merkledag decoding 2015-02-26 18:43:27 -08:00
d98d6cdf06 Merge pull request #834 from jbenet/fix/815
make the providers manager respect contexts
2015-02-26 18:19:00 -08:00
3b2bd9bf6a make the providers manager respect contexts 2015-02-26 18:02:23 -08:00
cb6d161b05 Merge pull request #820 from jbenet/newOSEXTimport
updated inconshreveable/go-update
2015-02-25 03:40:32 -08:00
59402803be updated inconshreveable/go-update to get new import location of kardianos/osext 2015-02-25 12:25:35 +01:00
88dea5771d Merge pull request #819 from jbenet/x_net_context_leeroy
update context imports to golang.org/x/net
2015-02-25 03:17:28 -08:00
92d08db7a5 rewrote import paths of go.net/context to use golang.org/x/context
- updated go-ctxgroup and goprocess
ctxgroup: AddChildGroup was changed to AddChild. Used in two files:
- p2p/net/mock/mock_net.go
- routing/dht/dht.go

- updated context from hg repo to git
prev. commit in hg was ad01a6fcc8a19d3a4478c836895ffe883bd2ceab. (context: make parentCancelCtx iterative)
represents commit 84f8955a887232b6308d79c68b8db44f64df455c in git repo

- updated context to master (b6fdb7d8a4ccefede406f8fe0f017fb58265054c)

Aaron Jacobs (2):
net/context: Don't accept a context in the DoSomethingSlow example.
context: Be clear that users must cancel the result of WithCancel.

Andrew Gerrand (1):
go.net: use golang.org/x/... import paths

Bryan C. Mills (1):
net/context: Don't leak goroutines in Done example.

Damien Neil (1):
context: fix removal of cancelled timer contexts from parent

David Symonds (2):
context: Fix WithValue example code.
net: add import comments.

Sameer Ajmani (1):
context: fix TestAllocs to account for ints in interfaces
2015-02-25 11:58:19 +01:00
f51e464a55 Merge pull request #801 from jbenet/feat/get-put-cmds
Implement dht put and get CLI commands
2015-02-25 01:35:38 -08:00
29862f0208 Merge pull request #795 from jbenet/fix/object-stat
fix panic in offline calls of 'ipfs object stat'
2015-02-25 01:34:45 -08:00
1e1d70b28a fix panic in offline calls of 'ipfs object stat' 2015-02-24 12:32:10 -08:00
6c193625d5 Merge pull request #800 from Luzifer/fix_dockerfile
Fix Dockerfile
2015-02-24 04:35:20 -08:00
78b2e9efa4 Merge pull request #810 from jbenet/feat/object-ui
make it easier to create custom dag objects via the CLI
2015-02-24 00:55:26 -08:00
ff30558195 make it easier to create custom dag objects via the CLI 2015-02-23 21:33:38 -08:00
4899d9349c error -> debug 2015-02-23 21:09:16 -08:00
29fe7f03f8 remove unused case 2015-02-23 21:09:16 -08:00
7e40503020 dont potentially kill our memory 2015-02-23 21:09:16 -08:00
7c0c3c4511 add put and get dht commands to cli 2015-02-23 21:09:16 -08:00
5ea2afc4b2 Merge pull request #806 from jbenet/fix/linux-fuse-read
fix fuse reading on linux
2015-02-23 19:32:18 -08:00
c88340b5a4 move to use io.CopyN 2015-02-23 19:29:02 -08:00
a77ea2f0c8 fix fuse reading on linux 2015-02-23 15:51:16 -08:00
c5f983b580 Merge pull request #803 from jbenet/fix/readme-hash
update the readme hash in sharness
2015-02-23 15:49:30 -08:00
7bc405d713 update the readme hash in sharness 2015-02-23 13:47:19 -08:00
ab28018f8c Moved the container startup script to bin 2015-02-23 00:16:38 +01:00
382697004b Removed 4002/udp for now, fixed start commands 2015-02-22 23:34:27 +01:00
0eef12a07b Added boot script to listen on 0.0.0.0 2015-02-22 23:27:25 +01:00
f6e3730908 HTTP transport is listening on port 8080 by default 2015-02-22 23:02:05 +01:00
7d7a09d44a Fix: IPFS needs golang:1.4 to build 2015-02-22 12:02:57 +01:00
8946dbda2d bump version number to 0.2.1 after panic fix 2015-02-21 14:36:35 -08:00
55c27e274d Merge pull request #798 from jbenet/fix/goprocess-panic
fix weird race condition in goprocess that caused a few panics
2015-02-21 13:39:27 -08:00
a0e5fc8294 add version and ipns serve options to bootstrapd 2015-02-20 12:20:29 -08:00
69e09d40c5 add version info endpoint to gateway 2015-02-20 11:49:48 -08:00
080c0de9af add about file to ipfs on init 2015-02-20 03:31:16 -08:00
5924f4a3db rename for clarity 2015-02-19 20:07:02 -08:00
d7eb57f48f add worker to bitswap for reproviding new blocks 2015-02-19 20:07:02 -08:00
d8f9f52498 add a test to make sure duplicate subscriptions to the same block dont have weird side effects 2015-02-19 20:07:02 -08:00
dfdf346b22 fix weird race condition in goprocess that caused a few panics 2015-02-19 20:01:19 -08:00
5c7926ca24 Merge pull request #797 from jbenet/fix/add-noinit
return early from add PostRun if error is set
2015-02-19 14:25:56 -08:00
15b181ffe2 return early from add PostRun if error is set 2015-02-19 13:52:30 -08:00
c535ce388e remove go tip from travis testing, unstability caused too many false test failures 2015-02-19 13:33:16 -08:00
b04b23e675 hotfix: duplicate blocks werent being counted properly, deduped key list before requesting 2015-02-19 08:42:28 +00:00
a29c0fc751 move blocking calls out of single threaded loops, cancel contexts ASAP 2015-02-19 06:04:39 +00:00
fa3a9e2ec9 Merge pull request #794 from jbenet/feat/refs-faster
teach ipfs refs -r how to use GetBlocks
2015-02-18 20:57:19 -08:00
3cda8ca685 teach ipfs refs -r how to use GetBlocks 2015-02-19 03:21:55 +00:00
5253b6ab13 pass routed host into bitswap construction 2015-02-18 19:11:38 +00:00
2309266f73 allow removal of stream handlers 2015-02-18 19:11:37 +00:00
03c0b2d3e0 keep routing logic out of NewStream on routedHost 2015-02-18 19:11:37 +00:00
584cdd3915 make NewStream run FindPeer if no addresses found 2015-02-18 19:11:37 +00:00
6241c25984 make contructor code a little less magical 2015-02-18 19:11:33 +00:00
e40e5699f9 use a routedHost in the core node constructor 2015-02-18 18:56:57 +00:00