Commit Graph

7954 Commits

Author SHA1 Message Date
Jeromy
728ff6dd21 Make pinset sharding deterministic
Making this deterministic keeps us from creating an exponential amount
of objects as the number of pins in the set increases.

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-01-27 22:04:26 -08:00
Jeromy Johnson
4add5b8a9a Merge pull request #3631 from ipfs/lgierth-patch-1
migrations: update dist.ipfs.io path
2017-01-27 14:59:13 -08:00
Jeromy Johnson
5d27b5cf9c Merge pull request #3637 from ipfs/deps/flatfs-1.1.1
update flatfs to v1.1.1, path -> filepath fixes
2017-01-27 11:26:53 -08:00
Jeromy Johnson
c99a82d4b5 Merge pull request #3636 from ipfs/fix/writeable-file-close
close file before removing it in check writeable
2017-01-27 09:13:09 -08:00
Jeromy
e895ff6475 update flatfs to v1.1.1, path -> filepath fixes
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-01-26 23:39:28 -08:00
Jeromy
7fc9c30168 close file before removing it in check writeable
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-01-26 22:43:54 -08:00
Jeromy Johnson
65e0704e1b Merge pull request #3620 from mateon1/fix/stats-bw-link
Fix link in `ipfs stats bw` help message
2017-01-26 17:00:47 -08:00
Jeromy
f28ba8559b remove error for not having an upgrade
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-01-26 09:12:34 -08:00
Lars Gierth
a54ab23371 migrations: update dist.ipfs.io path
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-01-25 03:19:29 +01:00
Jeromy Johnson
416f025084 Merge pull request #3623 from ipfs/bump/0.4.5-pre2
Ipfs 0.4.5, pre-release 2
2017-01-21 23:30:46 -08:00
Jeromy
27aeeba4fa Ipfs 0.4.5, pre-release 2
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-01-21 23:19:05 -08:00
Jeromy Johnson
743be34ee4 Merge pull request #3616 from ipfs/fix/cbor-spec
update to the correct ipld cbor code
2017-01-21 23:13:20 -08:00
mateon1
f846879910 Fix link in ipfs stats bw help message
License: MIT
Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
2017-01-22 02:18:25 +01:00
Jeromy
8c3f78055e add test check for pinning cbor objects
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-21 10:47:19 -08:00
Jeromy
29c530ac0e update to the correct ipld cbor code
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-21 10:47:19 -08:00
Jeromy Johnson
585a0d9f9d Merge pull request #3619 from ipfs/fix/random-repo-test-failure
Fix/random repo test failure
2017-01-21 10:46:37 -08:00
Jeromy
e5bc81ad94 don't select README or SHARDING file for random corruption in t0086
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-01-21 10:19:50 -08:00
Zander Mackie
32e92c72eb Clean up reprovide test to reflect cleanup up routing mock
License: MIT
Signed-off-by: Zander Mackie <zmackie@gmail.com>
2017-01-20 16:41:40 -05:00
Zander Mackie
3f479d1653 Remove deprecated 'FindProviders' method from mock
License: MIT
Signed-off-by: Zander Mackie <zmackie@gmail.com>
2017-01-20 16:41:21 -05:00
Jeromy Johnson
42cb5d4ae3 Merge pull request #3611 from ipfs/fix/dht-error-message
update dht code to drop error log to warning
2017-01-19 19:09:56 -08:00
Jeromy Johnson
f09bd5c3f1 Merge pull request #3608 from ipfs/feat/new-flatfs-sharding
Use newer flatfs sharding scheme
2017-01-19 16:52:56 -08:00
Jeromy
1366795f31 Change repo version to 5, use new flatfs sharding
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-19 14:59:12 -08:00
Jeromy
28b086895b update dht code to drop error log to warning
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-18 19:39:57 -08:00
Jeromy Johnson
a90c508952 Merge pull request #3605 from ipfs/feat/none-routing
add in option to use nil-routing
2017-01-18 00:05:13 -08:00
Jeromy
0cbbdae1a3 add in option to use nil-routing
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-17 14:27:41 -08:00
Jeromy Johnson
75cce80b5c Merge pull request #3571 from ipfs/feat/better-enum-async
rewrite enumerate children async to be less fragile
2017-01-17 10:14:49 -08:00
rht
80703f29c7
Add closed PRs, Issues throughput
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2017-01-16 23:45:19 +04:00
Jeromy
397a35a33a update test to print error from EnumerateChildren
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-12 13:51:53 -08:00
Jeromy Johnson
ea36c3847c Merge pull request #3590 from ipfs/kevina/blockservice-nit
blockservice: avoid using unnecessary continue statement
2017-01-12 13:42:47 -08:00
Jeromy Johnson
a31b256e13 Merge pull request #3591 from ipfs/kevina/weird-trailing-message
Fix weird trailing message in default os check.
2017-01-12 13:41:50 -08:00
Jeromy Johnson
f8ba7c0fd7 Merge pull request #3592 from ipfs/kevina/publish-parse-path
"ipfs name publish": use path.ParsePath instead of casting input
2017-01-12 13:41:09 -08:00
Kevin Atkinson
499cdfd76a Fix weird trailing message in default os check.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-01-11 22:22:34 -05:00
Kevin Atkinson
6657b83da7 "ipfs name publish": use path.ParsePath instead of casting input
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-01-11 20:47:26 -05:00
Kevin Atkinson
d086dc63ce blockservice: avoid using unnecessary continue statement
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-01-11 18:24:11 -05:00
Jeromy Johnson
3faf8974ec Merge pull request #3581 from ipfs/kevina/keystore
"ipfs key list": include the hash of the key id in addition to the name
2017-01-11 08:44:53 -08:00
Jeromy
eac1fa2a3f make pinning use serial graph enumeration
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-11 04:55:28 -08:00
Jeromy
8fc4257876 rewrite enumerate children async to be less fragile
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-11 04:54:34 -08:00
Jeromy
a3b38e8be8 Add a test for the keystore
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-11 04:23:58 -08:00
Jeromy Johnson
8f165f305d Merge pull request #3582 from ipfs/deps/negotiate-lazy-fix
update go-libp2p with negotiate lazy fixes
2017-01-11 03:32:20 -08:00
Jeromy Johnson
f46cdb67c1 Merge pull request #3584 from ipfs/test/daemon/invalid-routing
test: add test for invalid routing option
2017-01-11 03:28:35 -08:00
Kevin Atkinson
4dbb084e8c "ipfs key list": add option to also list the hash of the key
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-01-10 19:13:38 -05:00
Jakub Sztandera
e8be741c7f test: add simple multinode test for multiplex feature
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-01-10 14:52:04 -08:00
Jakub Sztandera
a9054e1273 deps: update IPTB to 1.1.4 for fixed env var passing
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-01-10 14:52:04 -08:00
Jeromy
30aacd1b0a update go-libp2p with negotiate lazy fixes
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-01-10 14:52:00 -08:00
Jeromy Johnson
5052ed4619 Merge pull request #3586 from ipfs/make/gx/unsilence
make: unsilence gx
2017-01-10 14:08:22 -08:00
Jeromy Johnson
4513732ea7 Merge pull request #3583 from ipfs/test/dat-serv/raw-links-unused
test: add test for dag service doing short circuit for raw.Links()
2017-01-10 13:35:06 -08:00
Jakub Sztandera
df67f3d1bd
test: add test for invalid routing option
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-01-10 19:07:58 +01:00
Jakub Sztandera
e5711d384a
make: unsilence gx
I probably silienced it when I was working on some Makefile

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-01-10 17:29:00 +01:00
Jakub Sztandera
4f2bc9f818
test: add test for dag service doing short circuit for raw.Links()
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-01-10 17:12:21 +01:00
Jeromy Johnson
58975c32ce Merge pull request #3580 from ipfs/docs/add-key-tagline
add a note about ipfs key in the main helptext
2017-01-10 07:57:59 -08:00