Jeromy
803af90180
bitswap: search for wantlist providers a little less often
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-06 13:11:57 -07:00
Jeromy Johnson
3950079b9c
Merge pull request #3196 from ipfs/feat/config/bloombytes
...
blockstore: change unit of bloom filter to byte from bits
2016-09-06 14:37:23 -04:00
Jakub Sztandera
27279cdefe
blockstore: change unit of bloom filter to byte from bits
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-09-06 20:20:19 +02:00
Stephan Kulla
fc20fe870d
install.sh: Add error message at the end.
...
License: MIT
Signed-off-by: Stephan Kulla <git.mail@kulla.me>
2016-09-06 16:05:38 +02:00
Stephan Kulla
1f81933fb6
install.sh: Add for loop to shorten script.
...
License: MIT
Signed-off-by: Stephan Kulla <git.mail@kulla.me>
2016-09-06 16:04:43 +02: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
8803a7628f
Merge pull request #3141 from ipfs/feat/cmd/config-priv
...
cmd: harden the security of privkey field in config show
2016-09-04 08:27:01 -07:00
Jeromy Johnson
6f437fbbf4
Merge pull request #3169 from ipfs/fix/bitswap-goro-leak
...
bitswap: Don't clear 'active' until Connect calls are finished
2016-09-04 08:20:52 -07:00
Jeromy Johnson
d6092eb536
Merge pull request #3182 from ipfs/fix/bitswap/want-cancel
...
Remove entries from wantlists when their related requests are cancelled
2016-09-04 07:05:28 -07:00
Jeromy
667f8a6f13
replace string with constant in fsrepo privkey check
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-04 06:50:10 -07:00
Jeromy
91dd044d55
config: guard against privkey being overwritten in fsrepo setConfig
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-04 06:50:10 -07:00
Jakub Sztandera
671425ea33
cmd: harden config show with key
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-09-04 06:50:10 -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
Jeromy
1548c8aabb
bitswap: clear wantlists when GetBlocks calls are cancelled
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-04 06:44:21 -07:00
Jeromy
b9130108cf
bitswap: Don't clear 'active' until Connect calls are finished
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-03 09:41:26 -07:00
Jeromy Johnson
1f387af2b0
Merge pull request #3149 from ipfs/test/fdlimit-raising
...
fdlimit: improve fdlimit autoraising tests
2016-09-03 09:27:52 -07:00
Jeromy Johnson
309535c057
Merge pull request #3151 from ipfs/kevina/more3138tests
...
Enhance tests for files API root best-effort pin.
2016-09-03 09:27:34 -07:00
Jeromy
feb653b443
bitswap: add better tests around wantlist clearing
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-02 15:28:10 -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
af914c5193
add better test to be more sure that file descriptor limits were actually raised
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-02 07:15:08 -07:00
Jeromy
6c340563d4
fdlimit: improve fdlimit autoraising tests
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-09-02 07:14:48 -07: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
Richard Littauer
67a822c3b2
Added note about exit status codes
...
How does this look? See #2293
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-09-01 11:21:51 -04:00
Richard Littauer
c05e225ebd
Edit issue template and contribute file
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-09-01 11:08:39 -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
Jeromy Johnson
0e5e6cf97d
Merge pull request #3152 from ipfs/feat/test/time-out-license
...
test: change time-out script to one from coreutils
2016-09-01 07:43:30 -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
Jakub Sztandera
f59751d1a2
test: remove time-out script, use go-timeout instead
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-09-01 15:59:12 +02:00
Jakub Sztandera
f012b5aed5
test: add go-timeotu to test build system
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-09-01 15:59:11 +02:00
Jakub Sztandera
7639a2f0a7
test: introduce go-timeout
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-09-01 15:59:11 +02:00
Jeromy Johnson
9a2344226f
Merge pull request #3163 from ipfs/feat/go-1.7
...
Update release candidate branch to Go 1.7
2016-09-01 06:31:35 -07: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
Jeromy Johnson
ade598eead
Merge pull request #3135 from ipfs/kevina/2839directfix
...
Directly Fix #2839
2016-08-31 19:34:21 -07:00
Kevin Atkinson
6e4f3acb4a
Enhance tests for files API root best-effort pin.
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-08-31 18:16:36 -04:00
Lars Gierth
f6292715df
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-31 20:27:31 +02:00
Jeromy
3c30fee5b5
update gx binary requirements
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-31 20:27:31 +02:00
Jeromy
9997fcefae
bump go requirement to 1.7
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-31 20:27:31 +02:00
Jeromy Johnson
04d3e79224
Merge pull request #3159 from ipfs/feat/bash-unrestricted-api
...
bash: bring --unrestricted-api completion back (sorry!)
2016-08-30 23:16:12 -07:00
Jeromy Johnson
40159e50a0
Merge pull request #3158 from ipfs/feat/migrations-help
...
fsrepo: improve migrations copy
2016-08-30 22:34:33 -07:00
Jeromy Johnson
4286cd3695
Merge pull request #3144 from ipfs/test/add/revert
...
test: revert few stdin tests that were removed
2016-08-30 22:03:54 -07:00
Jeromy Johnson
ea343fbfa1
Merge pull request #3142 from ipfs/test/CORS/defaults
...
test: do explicit check of CORS headers
2016-08-30 21:46:59 -07:00
Jeromy
b4718a246c
fix tests for changed migrations text
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-30 21:37:45 -07:00
Lars Gierth
b213d69099
fsrepo: improve migrations copy
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-08-30 21:37:45 -07:00
Lars Gierth
5807e5c09e
bash: bring --unrestricted-api completion back (sorry!)
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-08-30 21:29:55 -07:00