Jeromy
124afdbaaa
extract bitswap metrics to separate struct for 64bit alignment
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-06 12:17:25 -07:00
Jeromy
eab2024e43
address CR
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-06 12:06:57 -07:00
Jeromy
1ffb44cd46
make NewSession in the blockservice be a function, not a method
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-05 12:31:34 -07:00
Jeromy
579fd46488
track broadcasted wantlist entries
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-05 10:51:51 -07:00
Jeromy
b1247d3323
WIP: wire sessions up through into FetchGraph
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-05 10:48:28 -07:00
Jeromy
b680f49363
fix wantlist removal accounting, add tests
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-05 10:47:23 -07:00
Jeromy
e43d1317bb
rework how refcounted wantlists work
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-05 10:47:23 -07:00
Jeromy
bda8c3a687
implement bitswap sessions
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-05 10:47:22 -07:00
Jeromy
47479b672a
track wantlists sent to peers individually
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-05 10:45:31 -07:00
Jeromy Johnson
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
Jeromy Johnson
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
Jeromy Johnson
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
Jakub Sztandera
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
Herman Junge
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
Steven Allen
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
Jeromy Johnson
ba9435d850
Merge pull request #4001 from ipfs/feat/profile
...
Implement --profile option in ipfs init
2017-07-04 15:16:22 -07:00
Jeromy Johnson
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
Łukasz Magiera
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
Łukasz Magiera
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
Łukasz Magiera
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
Łukasz Magiera
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
Łukasz Magiera
49645f00cf
Implement ipfs init --profile
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 22:36:02 +02:00
Jeromy Johnson
0f2b7a1b55
Merge pull request #4034 from ipfs/lgierth-patch-2
...
docs: add transports.md
2017-07-04 13:30:17 -07:00
Łukasz Magiera
2b827d6662
gx updates: Fix CI
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-04 21:43:52 +02:00
Lars Gierth
21e96e2ec4
docs: add transports.md
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-07-04 21:39:12 +02:00
Łukasz Magiera
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
Łukasz Magiera
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
Łukasz Magiera
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
Jeromy Johnson
7ad494887c
Merge pull request #4004 from ipfs/feat/dagpin
...
Add pin option for ipfs dag put
2017-07-03 10:54:39 -07:00
Jeromy Johnson
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
Łukasz Magiera
0419e3d14a
blocks: update go-ipld-cbor
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-01 02:56:22 +02:00
Steven Allen
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
Steven Allen
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
Steven Allen
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
Jeromy Johnson
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
Łukasz Magiera
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
Steven Allen
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
Jeromy Johnson
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
Jeromy Johnson
628245fffb
Merge pull request #4005 from ipfs/fix/404msg
...
Show escaped url in gateway 404 message
2017-06-27 19:44:48 -07:00
Jeromy
b3828f4d48
fix small typo
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-06-27 19:20:41 -07:00
Jeromy Johnson
b0b324006a
Merge pull request #4000 from ipfs/fix/p2ptypo
...
Fix typo: ppp -> p2p
2017-06-27 19:15:09 -07:00
Jeromy Johnson
2eb10e11f3
Merge pull request #4006 from Stebalien/fix/3976
...
contributing: add DCO
2017-06-27 19:13:41 -07:00
Jeromy Johnson
98e3efa2f9
Merge pull request #3937 from mishmosh/patch-2
...
Remove duplicate release checklist
2017-06-27 19:10:18 -07:00
Lars Gierth
4679f806bd
gx publish 0.4.10
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-06-27 10:56:56 -07:00
Jeromy
48cbd2d75f
Ipfs release 0.4.10
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-06-27 10:56:53 -07:00
Kevin Atkinson
33f699f8de
files api: redo tests
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-06-26 19:12:23 -04:00
Kevin Atkinson
3f6a7b7b81
dagmodifer: refactor appendData method
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-06-26 19:12:20 -04:00
Kevin Atkinson
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
Jeromy
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
Steven Allen
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