Commit Graph

6776 Commits

Author SHA1 Message Date
Jeromy Johnson
8a1aa982e4 Merge pull request #3449 from Zanadar/test/flags-test
Add test for flags package
2016-11-30 14:16:01 -08:00
Jeromy Johnson
5e4ca03afd Merge pull request #3448 from ipfs/feat/wlist-resend-delay
bitswap: increase wantlist resend delay to one minute
2016-11-30 14:03:52 -08:00
Jeromy Johnson
e855047ec8 Merge pull request #3418 from ipfs/kevina/rmblock-noblock
"block rm": make channel large enough to avoid blocking
2016-11-30 10:52:32 -08:00
Zander Mackie
4e05f07a4e Add test for flags.
License: MIT
Signed-off-by: Zander Mackie <zmackie@gmail.com>
2016-11-30 09:18:53 -05:00
Jeromy
5e251e9d43 bitswap: increase wantlist resend delay to one minute
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-29 19:28:33 -08:00
Jeromy Johnson
66315b8e4f Merge pull request #3435 from ipfs/fix/errorf-bitswap
fix formatting on error call
2016-11-29 14:56:34 -08:00
Jeromy Johnson
f81cccc3fc Merge pull request #3438 from ipfs/deps/datastore-bubble
bubble up go-datastore deps
2016-11-29 09:03:50 -08:00
Jeromy
53d47669da bubble up go-datastore deps
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-28 22:29:38 -08:00
Jeromy Johnson
16d4bb6e57 Merge pull request #3439 from ipfs/deps/remove-go-key
completely remove go-key dep
2016-11-28 22:21:13 -08:00
Jeromy
f0f88adea0 completely remove go-key dep
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-28 21:42:32 -08:00
Jeromy
3899469448 fix formatting on error call
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-28 13:42:47 -08:00
Jeromy Johnson
4e8015d74a Merge pull request #3408 from ipfs/feat/bitswap-cleanup
cleanup bitswap and handle message send failure slightly better
2016-11-27 11:23:44 -08:00
Jeromy Johnson
4511a4a482 Merge pull request #3421 from ipfs/feat/test/go-fmt
Add check if go code is formatted
2016-11-25 10:51:24 -08:00
Jeromy Johnson
0980bf6d8b Merge pull request #3416 from keks/feat/instaflush
Send empty struct to pubsub cmd output to flush
2016-11-24 22:53:46 -08:00
Jeromy Johnson
af518f83a8 Merge pull request #3422 from slothbag/cmd_help
Add dag and stat to command help info
2016-11-24 22:50:36 -08:00
Jeromy Johnson
38d009d851 Merge pull request #3420 from ipfs/fix/pin-ls
Issue #3419: Do not recursively resolve DAG just to obtain a CID
2016-11-24 22:49:51 -08:00
slothbag
decad63123 Add dag and stat
License: MIT
Signed-off-by: slothbag <slothbag>
2016-11-25 13:33:51 +11:00
Jakub Sztandera
21c7ec8c35
Add test_go_fmt to makefile
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-24 22:14:59 +01:00
Jakub Sztandera
1d67c93c3a
Remove trailing new-line from pbdagreader.go
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-24 20:05:01 +01:00
Hector Sanjuan
5d20ddc957 Lowercase error messages
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2016-11-24 19:36:26 +01:00
Hector Sanjuan
ac054f3d8f Issue #3419: Do not recursively resolve DAG just to obtain a CID
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2016-11-24 17:10:52 +01:00
Kevin Atkinson
ba383eda00 "block rm": make channel large enough to avoid blocking
Make the channel for the output of RmBlocks large enough to hold any
result to avoid blocking while holding the GCLock.

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-11-23 18:04:12 -05:00
Jan Winkelmann
7ad2f527a5 Send empty struct to pubsub cmd output to flush
So the HTTP headers get sent

License: MIT
Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de>
2016-11-23 19:32:23 +01:00
Jeromy Johnson
ccb46fa9b6 Merge pull request #3402 from keks/feat/newfloodsub
use floodsub version 0.8.1
2016-11-23 09:37:54 -08:00
Jan Winkelmann
05265f176b use floodsub version 0.8.1
License: MIT
Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de>
2016-11-23 12:43:59 +01:00
Jeromy Johnson
0fcb92f3a1 Merge pull request #3403 from ipfs/feat/dg-reader-cleanup
Fix panic in dagreader with raw nodes
2016-11-22 11:30:08 -08:00
Jakub Sztandera
1fd99dae50
Remove NewRSNCFromBytes and use NewDagReader for recursive reading
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-22 19:10:35 +01:00
Jeromy
42e6e547c3 cleanup bitswap and handle message send failure slightly better
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-22 09:54:26 -08:00
Jeromy Johnson
656c112695 Merge pull request #3406 from ipfs/feat/deps/pnet
Update go-libp2p across codebase
2016-11-22 08:55:59 -08:00
Jakub Sztandera
4c008eeac6
Cleanup gofmt in fuse lib
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-22 01:22:50 +01:00
Jakub Sztandera
1e170e8d6d
Update go-libp2p across codebase
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-22 01:22:50 +01:00
Jeromy Johnson
9094cc8f42 Merge pull request #3219 from ipfs/fix/api-file-bad
cmd: validate repo/api file and print nicer error message
2016-11-21 10:31:31 -08:00
Jakub Sztandera
1e3b4aef66
cmd: validate repo/api file and print nicer error messag
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-21 19:19:37 +01:00
Jeromy Johnson
116aab77b6 Merge pull request #3393 from ipfs/feat/fix-typo
Fix typo
2016-11-21 10:08:28 -08:00
Jakub Sztandera
8c260f5193
Add sharness test for raw node fetch
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-21 18:15:40 +01:00
Jakub Sztandera
1817d10cfd
Create bufDagReader
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-21 18:10:21 +01:00
Jakub Sztandera
09854c0645
Move proto-dag reader to separate file and change name
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-21 18:10:21 +01:00
Jakub Sztandera
724515104e
Make unixio.DagReader an interface
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-21 18:10:21 +01:00
Jeromy Johnson
bf9927fb30 Merge pull request #3395 from ipfs/feat/cleanup-imports
Resort imports in core/core.go
2016-11-17 15:25:21 -08:00
Jakub Sztandera
801b572960
Resport imports in core/core.go
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-18 00:12:21 +01:00
Richard Littauer
c28c2224c4 Fix typo
Brought up bt tmg on irc

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-11-17 04:55:47 -05:00
Jeromy Johnson
4cfd841859 Merge pull request #2971 from ipfs/feature/gateway-resolve-error
gateway: degrade error in gateway to log to reduce noise
2016-11-16 01:00:55 -08:00
Jeromy Johnson
afa1f1542f Merge pull request #3381 from ipfs/feat/disable-bw-stats
add config option to disable bandwidth metrics
2016-11-16 00:58:48 -08:00
Jakub Sztandera
ce96b915e7 gateway: change status code of failed namesys resution to 500
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-16 05:37:38 +01:00
Jakub Sztandera
43320e1b7f gateway: use switch for error handling
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-16 05:29:39 +01:00
Jakub Sztandera
82d46a5b5b gateway: degrade error in gateway to log to reduce noise
It logs all errors including expired IPNS keys and other non important
errors.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-16 05:25:18 +01:00
Jeromy Johnson
1a365a86fe Merge pull request #3391 from ipfs/deps/ipfs-node-iface
update to newer ipld node interface with Copy and better Tree
2016-11-15 19:28:15 -08:00
Jeromy
396c629301 update to newer ipld node interface with Copy and better Tree
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-15 18:00:49 -08:00
Jeromy Johnson
e4be1b2e7a Merge pull request #3377 from EliasGabrielsson/master
Updated Bash complete script
2016-11-15 14:22:14 -08:00
Jeromy Johnson
bbd7ad21ad Merge pull request #3382 from keks/feat/command.run-docs
Add docs for `"commands".Command.Run`
2016-11-14 17:51:47 -08:00