Quantomic
48dcd67dfe
Add sharness test
...
License: MIT
Signed-off-by: Mateja Milosevic <minima38123@gmail.com>
2017-07-17 20:48:16 +02:00
Quantomic
049bca6d09
bandaid it instead
...
License: MIT
Signed-off-by: Mateja Milosevic <minima38123@gmail.com>
2017-07-14 20:09:55 +02:00
Quantomic
54bea781d9
Deletes the general 'too few arguments' check.
...
License: MIT
Signed-off-by: Mateja Milosevic <minima38123@gmail.com>
2017-07-09 22:24:52 +02:00
Quantomic
068b7f7f21
Corrects mistake.
...
License: MIT
Signed-off-by: Mateja Milosevic <minima38123@gmail.com>
2017-07-09 21:33:14 +02:00
Quantomic
c775a8737e
Fixes #4003
...
Includes a general sanity check to skip further checks if user provided fewer arguments than minimum required and a specific check for corrupted data passed as file.
License: MIT
Signed-off-by: Mateja Milosevic <minima38123@gmail.com>
2017-07-09 21:15:32 +02:00
Jeromy Johnson
4a77987557
Merge pull request #4036 from ipfs/doc/experimental
...
docs: add experimental-features.md
2017-07-09 06:54:46 -07:00
Jeromy Johnson
0784a852ac
Merge pull request #3867 from ipfs/feat/bitswap-sessions
...
Bitswap sessions
2017-07-07 12:38:09 -07:00
Jeromy Johnson
867f9c137f
Merge pull request #4044 from ipfs/docs/go1.8
...
docs: Require go 1.8
2017-07-07 12:32:10 -07:00
Jeromy Johnson
685ebc6394
Merge pull request #4049 from ipfs/version/0.4.11-dev
...
bump version to 0.4.11-dev
2017-07-07 12:27:49 -07:00
Jeromy
87f245419b
bump version to 0.4.11-dev
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-07 12:20:10 -07:00
Jakub Sztandera
dd7589bdaf
bitswap: add few method comments
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-07-07 20:54:07 +02:00
Jeromy
3be5c913ee
fix issue with sessions not receiving locally added blocks
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-07 11:40:41 -07:00
Łukasz Magiera
c2603538fe
docs: Require go 1.8
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-07 20:02:42 +02:00
Jeromy Johnson
00573cb2c1
Merge pull request #4045 from ipfs/feat/test-profile
...
Add test init profile
2017-07-06 14:17:37 -07:00
Łukasz Magiera
962e1bbc45
Add test init profile
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-06 22:41:47 +02:00
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
Łukasz Magiera
12bdb94f65
docs: correct p2p command usage
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-07-05 18:32:02 +02: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
Lars Gierth
0660f1c46f
docs: add experimental-features.md
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-07-05 01:58:13 +02: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