Commit Graph

6442 Commits

Author SHA1 Message Date
Jeromy Johnson
0849375504 Merge pull request #3136 from mateon1/fix/version-comparison
Fixes #3133: Properly handle release candidates in version comparison
2016-09-07 18:19:25 -04:00
Jeromy Johnson
6df5afaa9e Merge pull request #3162 from ipfs/fix/bs/many-caching-fix
blockstore: fix PutMany with cache logic
2016-09-07 15:59:42 -04:00
Jeromy Johnson
73f4b15ced Merge pull request #3160 from JesseWeinstein/doc/cmds/log_notice_unused
Doc/cmds/log notice unused
2016-09-07 14:53:37 -04:00
Jakub Sztandera
d080ff19dd
test: add test case for PutMany on bloom filter skipping add to bloom
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-09-06 09:56:23 +02:00
Jakub Sztandera
4c86d7a4f8
test: add test case for PutMany using cache to eliminate the call
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-09-06 09:56:23 +02:00
Jakub Sztandera
c4323c0bcf
blockstore: fix PutMany with cache logic
Thanks @whyrusleeping for noticing it.

Removed PutMany logic in bloom cache as it can't help with anything.
Fixed ARC cache to use filtered results instad of all blocks.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-09-06 09:56:23 +02:00
Jeromy Johnson
0f0cf44800 Merge pull request #3167 from ipfs/feat/add-default-to-files
Add default True to files flush
2016-09-04 08:46:44 -07:00
Jeromy Johnson
bb7dc61a2e Merge pull request #3178 from mateon1/fix/debug-logging-typo
Fix minor typo in bitswap debug logging
2016-09-04 06:47:15 -07:00
mateon1
304153a38d Fix minor typo in bitswap debug logging
License: MIT
Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
2016-09-02 21:38:59 +02:00
mateon1
f9dcc8abb1 Quote $0 in case it contains spaces
License: MIT
Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
2016-09-02 21:13:34 +02:00
Jeromy Johnson
3303fea69f Merge pull request #3170 from ipfs/fix/test/block-hash
sharness: fix typo in hash in t0050
2016-09-02 06:26:44 -07:00
Jeromy
aafe084b92 sharness: fix typo in hash in t0050
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-01 15:42:05 -07:00
Richard Littauer
1a6784e070 Add default True to files flush
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-09-01 11:47:15 -04:00
Jeromy Johnson
d9250942d6 Merge pull request #3146 from ipfs/feature/reverse-labels
Reverse label numbers
2016-09-01 08:03:44 -07:00
mateon1
16672127b8 Fixes #3133: Properly handle release candidates in version comparison
Deduplicate version checking code across scripts

License: MIT
Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
2016-09-01 16:31:59 +02:00
Jesse Weinstein
fab7ad8dd9 Reduce vehemence of help text, per PR comments
License: MIT
Signed-off-by: Jesse Weinstein <jesse@wefu.org>
2016-08-31 21:59:43 -07:00
Jesse Weinstein
9304cf13db Clarify distinction between event and other logging
License: MIT
Signed-off-by: Jesse Weinstein <jesse@wefu.org>
2016-08-30 18:39:04 -07:00
Jesse Weinstein
8663b4d48b Remove notice from list of log levels.
This is because go-log does not support that level, although the underlying library, go-logging, does.

License: MIT
Signed-off-by: Jesse Weinstein <jesse@wefu.org>
2016-08-30 18:31:53 -07:00
Jeromy Johnson
6fdfaaf6e4 Merge pull request #3145 from ipfs/feature/license-update
Change LICENSE year
2016-08-29 20:06:33 -07:00
Richard Littauer
0e5f32d07e Reverse label numbers
See https://github.com/ipfs/go-ipfs/pull/2883#issuecomment-227528997. Will need to change current issues.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-08-29 16:51:07 -04:00
Richard Littauer
24494c3a53 Change year
See https://github.com/ipfs/go-ipfs/pull/2883#issuecomment-227528997

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-08-29 16:48:22 -04:00
Jeromy Johnson
28b01dda7e Merge pull request #3118 from ipfs/deps/rm-randbo
remove randbo dep, its no longer needed
2016-08-26 14:23:29 -07:00
Jeromy Johnson
53b927e3eb Merge pull request #3130 from ipfs/test/repo/version-digits
test: accept more than one digit in repo version tests
2016-08-26 14:17:50 -07:00
Jeromy
3b3f2d85a7 remove randbo dep, its no longer needed
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-26 13:24:41 -07:00
Jeromy Johnson
594ae64f15 Merge pull request #3129 from ipfs/feat/default-rename
commands: replace <default> keyword with <<default>>
2016-08-26 09:41:14 -07:00
Jeromy Johnson
6f1062b4f3 Merge pull request #3110 from ipfs/deps/libp2p/3.4.0
update deps for libp2p 3.4.0
2016-08-26 09:32:49 -07:00
Jakub Sztandera
8181e9934a
test: accept more than one digit in repo version tests
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-26 18:23:40 +02:00
Jakub Sztandera
7e5393c4db
commands: replace <default> keyword with <<default>>
This way if we use <default> in description (we use thigns like <hash>
already), it won't conflict and modify the description in unwanted way.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-26 18:20:17 +02:00
Jeromy
05b197df2d update deps for libp2p 3.4.0
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-25 19:02:55 -07:00
Jeromy Johnson
459423329c Merge pull request #3111 from ipfs/feat/go1.7
bump go requirement to 1.7
2016-08-25 19:02:09 -07:00
Lars Gierth
b84ca68fa3 docker: switch to alpine dev channel, for go1.7
Go 1.7 funnily demands gcc for installing gx.

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-08-26 01:44:32 +02:00
Jeromy Johnson
5a8b79b224 Merge pull request #3105 from ipfs/feat/bitswap/dup-prov-cache
bitswap: don't re-provide blocks we've provided very recently
2016-08-25 12:31:02 -07:00
Jeromy
582e5dee3a blockservice: don't store blocks we already have
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-24 12:06:06 -07:00
Jeromy Johnson
a2bba212d0 Merge pull request #3106 from ipfs/feat/cmds/dht-provide
cmds: implement ipfs dht provide command
2016-08-24 10:59:23 -07:00
Jeromy
0a6ab30212 address CR feedback
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-24 10:32:40 -07:00
Jeromy
798569bb68 don't provide same block twice during call to dht provide
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-24 10:17:50 -07:00
Jeromy Johnson
81acd6a915 Merge pull request #2800 from ipfs/feature/update-authors
Updated authors doc
2016-08-24 10:06:01 -07:00
Jeromy Johnson
3dc688a2f9 Merge pull request #3113 from ipfs/test/merkledag-cover
improve test coverage on merkledag package
2016-08-24 09:47:21 -07:00
Jeromy
6b7c2fe2a9 improve test coverage on merkledag package
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-23 15:17:01 -07:00
Jeromy
8aac844641 add -r flag for dht provide
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-23 12:44:53 -07:00
Jeromy
94a0e16b67 update gx binary requirements
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-23 11:03:43 -07:00
Jeromy
4974136a1a bump go requirement to 1.7
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-23 10:46:17 -07:00
Jeromy Johnson
8830aae9bc Merge pull request #3091 from ipfs/feat/temp-err-retries
datastore: blockstore should retry when it encounters temp errors
2016-08-22 09:35:19 -07:00
Jeromy Johnson
4cffc8dbfb Merge pull request #3098 from ipfs/fix/fuse/osx-cfg-check
fuse: make osxfuse check config check more permissive
2016-08-22 09:34:55 -07:00
Jeromy Johnson
8ffab98d55 Merge pull request #3102 from ipfs/feat/local-add
ipfs/add: make --local flag not write out providers
2016-08-20 18:46:58 -07:00
Jeromy Johnson
19779b3707 Merge pull request #3103 from ipfs/feat/pin/no-prov-internal
pin: use separate dagservice for storing pinsets
2016-08-20 18:46:40 -07:00
Jeromy Johnson
37cf360db5 Merge pull request #3107 from ipfs/feat/routing/interfaces
routing: rework interfaces to make separation easier
2016-08-20 18:45:53 -07:00
Jeromy Johnson
eac1c631e4 Merge pull request #3101 from ipfs/feat/reprovide-config
reprovider: add config option to set reprovide interval
2016-08-20 12:14:57 -07:00
Jeromy
0b6bfabcff improve config option docs
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-20 11:49:23 -07:00
Jeromy
ea8683aca7 routing: rework interfaces to make separation easier
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-20 11:30:15 -07:00