f330d5d417
Merge pull request #3669 from ipfs/feat/unbreak-webui
...
feat(webui): update to new version
2017-02-09 12:21:49 -08:00
80d49b82e7
Ipfs 0.4.5, release candidate 3
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
v0.4.5-rc3
2017-02-09 11:14:45 -08:00
56b85063b7
Merge pull request #3670 from ipfs/fix/dag-cbor-test
...
fix printing out of binary escaped data for test
2017-02-09 11:10:28 -08:00
c5f0f7f77c
fix printing out of binary escaped data for test
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-09 10:31:18 -08:00
dc689785a3
Merge pull request #3668 from ipfs/feat/yamux-debugging
...
Add in env var to enable yamux debug logging
2017-02-09 09:03:06 -08:00
49c30f6efe
feat(webui): update to new version
...
Closes #3664
License: MIT
Signed-off-by: Friedel <dignifiedquire@gmail.com>
2017-02-09 12:44:30 +01:00
66e1826116
Add in env var to enable yamux debug logging
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-08 22:36:40 -08:00
597ba69a0f
Merge pull request #3666 from ipfs/fix/cbor-null-arrays
...
Fix marshaling of null cbor arrays
2017-02-08 17:36:05 -08:00
0969505e64
Merge pull request #3665 from ipfs/fix/repo-migration-musl
...
migrations: make libc check more resilient
2017-02-08 17:34:42 -08:00
85a06abacc
Fix marshaling of null cbor arrays
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
Fix non-canonical imports via dag put
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-08 16:24:31 -08:00
150fe9de76
migrations: make libc check more resilient
...
Fixes #3661 .
There are a couple of cases in which ldd won't operate on an executable,
for example when the executable is statically linked.
This patch makes the call to ldd to ldd more resilient against errors,
and looks for the system libc, instead of the libc go-ipfs was linked against.
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-02-08 18:56:42 +01:00
50ee67f05f
add the snap installation instructions
...
License: MIT
Signed-off-by: Leo Arias <yo@elopio.net>
2017-02-07 21:26:05 +00:00
5c2cbb339f
Merge pull request #3659 from ipfs/feat/gx-publish
...
gx publish v0.4.5-rc2
2017-02-06 14:54:26 -08:00
304ac6f8c9
gx publish v0.4.5-rc2
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-02-06 23:27:08 +01:00
5019fcbe37
Ipfs 0.4.5, release candidate 2
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
v0.4.5-rc2
2017-02-06 11:03:11 -08:00
2a7330e4b4
Merge pull request #3655 from ipfs/fix/dag-get-json-output
...
dag/get: fix link formatting in json output
2017-02-06 11:00:11 -08:00
c00c142bf9
dag/get: fix link formatting in json output
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-06 10:36:57 -08:00
313b8846ae
Ipfs 0.4.5, release candidate 1
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
v0.4.5-rc1
2017-01-29 23:20:28 -08:00
24c5c873a3
Merge pull request #3639 from ipfs/feat/0.4.5-changelog
...
Feat/0.4.5 changelog
2017-01-29 18:32:07 -08:00
93c7599755
linkify
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-01-29 13:40:16 -08:00
974bdfdb59
Update changelog for 0.4.5 release
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-01-29 12:18:55 -08:00
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
4add5b8a9a
Merge pull request #3631 from ipfs/lgierth-patch-1
...
migrations: update dist.ipfs.io path
2017-01-27 14:59:13 -08:00
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
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
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
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
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
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
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
416f025084
Merge pull request #3623 from ipfs/bump/0.4.5-pre2
...
Ipfs 0.4.5, pre-release 2
v0.4.5-pre2
2017-01-21 23:30:46 -08:00
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
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
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
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
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
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
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
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
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
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
f09bd5c3f1
Merge pull request #3608 from ipfs/feat/new-flatfs-sharding
...
Use newer flatfs sharding scheme
2017-01-19 16:52:56 -08:00
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
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
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
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
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
80703f29c7
Add closed PRs, Issues throughput
...
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2017-01-16 23:45:19 +04:00
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
ea36c3847c
Merge pull request #3590 from ipfs/kevina/blockservice-nit
...
blockservice: avoid using unnecessary continue statement
2017-01-12 13:42:47 -08:00