0eafa5e25f
Merge branch 'master' of https://github.com/ipfs/go-ipfs into patch-3
2017-07-06 19:16:41 +03:00
0b481a3e08
Merge pull request #4022 from hermanjunge/feat/block-put-add-cid-codecs
...
Add CID Codecs to block put
2017-07-05 08:53:08 -07:00
6ad24f6145
Merge pull request #4035 from Stebalien/fix/mount-publish-test
...
sharness: fix the error message in the mount-publish test case
2017-07-05 08:50:33 -07:00
0656374d1b
Merge pull request #4037 from ipfs/fix/namesys/test-race
...
test: fix race in namesys tests
2017-07-05 08:39:29 -07:00
dc7acdd05c
test: fix race in namesys tests
...
Resolves #4018
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-07-05 15:05:20 +02:00
f512a33998
ipfs block put: Add CID Codecs to "ipfs block put"
...
Adding codecs found in
Use the codec map implemented in https://github.com/ipfs/go-cid/pull/26
License: MIT
Signed-off-by: Herman Junge <chpdg42@gmail.com>
2017-07-05 00:34:07 -04:00
cc844ba3db
sharness: fix the error message in the mount-publish test case
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-07-04 16:54:12 -07:00
ba9435d850
Merge pull request #4001 from ipfs/feat/profile
...
Implement --profile option in ipfs init
2017-07-04 15:16:22 -07:00
a1f80823e0
Merge pull request #4030 from ipfs/gx/go-datastore-1.2.1
...
Update go-datastore to 1.2.2, go-cid to 0.7.16
2017-07-04 15:08:01 -07:00
a2fac218e2
Disable MDNS in server profile, move it out from init.go
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 22:36:02 +02:00
1b67e3aeb6
Add invalid profile test to init --profile
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 22:36:02 +02:00
140de0a83d
Add a bit of doc on init --profile
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 22:36:02 +02:00
184c7a0126
Add sharness test for init --profile
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 22:36:02 +02:00
49645f00cf
Implement ipfs init --profile
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 22:36:02 +02:00
0f2b7a1b55
Merge pull request #4034 from ipfs/lgierth-patch-2
...
docs: add transports.md
2017-07-04 13:30:17 -07:00
2b827d6662
gx updates: Fix CI
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 21:43:52 +02:00
21e96e2ec4
docs: add transports.md
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-07-04 21:39:12 +02:00
8ab93aaeb2
Update go-datastore to 1.2.2, go-cid to 0.7.16
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 20:18:57 +02:00
ed1581ad71
Bump travis Go version to 1.8
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-03 21:09:13 +02:00
4b8a9a3f9f
Update go-datastore to 1.2.1
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-03 20:17:03 +02:00
7ad494887c
Merge pull request #4004 from ipfs/feat/dagpin
...
Add pin option for ipfs dag put
2017-07-03 10:54:39 -07:00
7488102221
Merge pull request #4023 from ipfs/feat/extract-block
...
Replace #3990 : blocks: move block format to it's own repo
2017-07-03 10:04:10 -07:00
0419e3d14a
blocks: update go-ipld-cbor
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-01 02:56:22 +02:00
520938a9ec
gx import/update libp2p/go-libp2p-routing
...
For some reason, this was referenced but wasn't listed in packages.json.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-06-29 22:12:14 +02:00
13636bef50
blocks: gx import go-block-format
...
And updated related dependencies.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-06-29 22:12:14 +02:00
bccd4d4e8f
blocks: move block format to it's own repo
...
We need to reference it from outside of this repo.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-06-29 22:12:14 +02:00
fa5c0d40cd
Merge pull request #3995 from Stebalien/gx/import-deps
...
gx import dependencies of dependencies used by go-ipfs
2017-06-28 11:08:53 -07:00
79e21bd96b
Add pin option for ipfs dag put
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-06-28 12:05:23 +02:00
3654a468d7
gx import dependencies of dependencies used by go-ipfs
...
These were directly used by go-ipfs but not listed in package.json.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-06-27 22:55:15 -07:00
07162dd5fe
Merge pull request #3996 from ipfs/kevina/raw-nodes-fixes
...
Add better support for Raw Nodes in MFS and elsewhere
2017-06-27 19:52:44 -07:00
628245fffb
Merge pull request #4005 from ipfs/fix/404msg
...
Show escaped url in gateway 404 message
2017-06-27 19:44:48 -07:00
b3828f4d48
fix small typo
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-06-27 19:20:41 -07:00
b0b324006a
Merge pull request #4000 from ipfs/fix/p2ptypo
...
Fix typo: ppp -> p2p
2017-06-27 19:15:09 -07:00
2eb10e11f3
Merge pull request #4006 from Stebalien/fix/3976
...
contributing: add DCO
2017-06-27 19:13:41 -07:00
98e3efa2f9
Merge pull request #3937 from mishmosh/patch-2
...
Remove duplicate release checklist
2017-06-27 19:10:18 -07:00
4679f806bd
gx publish 0.4.10
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
v0.4.10
2017-06-27 10:56:56 -07:00
48cbd2d75f
Ipfs release 0.4.10
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-06-27 10:56:53 -07:00
33f699f8de
files api: redo tests
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-06-26 19:12:23 -04:00
3f6a7b7b81
dagmodifer: refactor appendData method
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-06-26 19:12:20 -04:00
47001548e1
Finish basic support for raw nodes in dag modifier.
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-06-26 19:12:07 -04:00
c75ac6a7fa
Allow dagmodifier to be created (but not used) with raw nodes
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-06-26 19:12:07 -04:00
5556ed99fc
Add developer certificate of origin document
...
Retrieved from: https://developercertificate.org/
Fixes #3976
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-06-26 15:36:35 -07:00
5ebf897f6f
Show escaped url in gateway 404 message
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-06-26 19:04:18 +02:00
6db8107b77
Merge pull request #3967 from ipfs/fix/ptp-test
...
rename and fix sharness issue in ptp test
2017-06-26 09:35:39 -07:00
8b88b7ffd2
check strong and weak ETag validator
...
CDN may change strong ETag validator to weak ETag validator.
License: MIT
Signed-off-by: Ivan <ivan386@users.noreply.github.com>
2017-06-22 19:06:48 +03:00
ef43fb8c8b
Don't use wait in p2p sharness test
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-06-21 18:35:17 +02:00
732e792fc6
rename and fix sharness issue in ptp test
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-06-21 18:30:36 +02:00
bb172789f7
Fix typo: ppp -> p2p
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-06-21 16:32:15 +02:00
db6073bc27
Merge pull request #3988 from ipfs/release-0.4.10-rc1
...
Ipfs release 0.4.10-rc1
v0.4.10-rc1
2017-06-19 15:10:24 -07:00
5221a2ef1b
Ipfs release 0.4.10-rc1
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-06-19 13:44:41 -07:00