Jeromy
bb09ffd756
implement an HAMT for unixfs directory sharding
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-03-21 20:19:22 -07:00
Jeromy Johnson
21072a5f81
Merge pull request #3712 from ipfs/kevina/more-robust-gc
...
More Robust GC
2017-03-21 17:16:37 -07:00
Jeromy Johnson
d065593715
Merge pull request #3804 from hoenirvili/multipart-fix
...
test(commands): fix EOF failure with Multipart.Read
2017-03-21 11:01:46 -07:00
Giulitti Salvatore
3d21c2ff6e
test(commands): fix EOF failure with Multipart.Read
...
License: MIT
Signed-off-by: hoenirvili <hoenirvili@gmail.com>
2017-03-21 11:20:12 +02:00
Jeromy Johnson
7d02274661
Merge pull request #3806 from ipfs/lgierth-patch-1
...
commands: improve name and key helptexts
2017-03-20 21:07:44 -07:00
Lars Gierth
0e68ffaaf0
commands: improve name and key helptexts
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-03-21 03:42:53 +01:00
Kevin Atkinson
d39d9ed60b
gc: address CR comments
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-03-20 14:46:02 -04:00
Kevin Atkinson
f66ca2ff24
gc: continue to use cmds.ChannelMarshaler
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-03-18 21:30:32 -04:00
Jeromy Johnson
646dbde318
Merge pull request #3744 from kpcyrd/feat/docker
...
docker: Automatically fix permissions
2017-03-18 13:13:41 -07:00
Jeromy Johnson
988b20760f
Merge pull request #3795 from jefft0/fix-CHANGELOG-FilestoreEnabled
...
CHANGELOG: Fix config command for FilestoreEnabled .
2017-03-18 13:12:24 -07:00
Jeff Thompson
ca6b1e870b
CHANGELOG: Fix config command for FilestoreEnabled .
...
License: MIT
Signed-off-by: Jeff Thompson <jefft0@gmail.com>
2017-03-18 01:13:44 -07:00
Jeromy Johnson
6efa429a99
Merge pull request #3787 from ipfs/fix/make/check-path
...
make: readd the path check functionality
2017-03-16 10:59:28 -07:00
Jeromy Johnson
183d005b6b
Merge pull request #3782 from ipfs/fix/bloom/put-no-cache
...
fix: remove bloom filter check on Put call in blockstore
2017-03-16 10:00:11 -07:00
Jeromy
beebc85132
version bump, 0.4.8-dev
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-15 19:39:43 -07:00
Jeromy
f76b48dfa0
Ipfs 0.4.7
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-15 18:47:37 -07:00
Jakub Sztandera
5ae31f4a2a
make: readd the path check functionality
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-15 13:12:28 +01:00
Jakub Sztandera
9c194aa7e2
fix: remove bloom filter check on Put call in blockstore
...
To prevent put we need to have conclusive information if item is
contained in the repo, bloom filter won't give this information.
It only says if it is for sure not contained.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-14 00:57:13 +01:00
Jeromy Johnson
174a566ae6
Merge pull request #3778 from ipfs/feat/0.4.7-changelog
...
Ipfs 0.4.7-rc1, Changelog and version bump
2017-03-11 13:11:38 -08:00
Jeromy Johnson
0e2e627f71
Merge pull request #3776 from ipfs/fix/make-symlinked
...
make: fix build when symlinked into GOPATH
2017-03-11 12:34:27 -08:00
Jeromy
7a7545c06d
Ipfs 0.4.7-rc1, Changelog and version bump
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-10 23:23:38 -08:00
Lars Gierth
b54df01dbe
make: fix build when symlinked into GOPATH
...
In workspace setups that have the source tree symlinked into GOPATH,
the `go list `command wouldn't recognize that we're technically within GOPATH,
because `pwd` doesn't look like it.
For example
/home/user/go/src/github.com/ipfs/go-ipfs
=> /home/user/go/ipfs/go-ipfs
produces the import path
_/home/user/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-random/random
which is not within GOPATH.
We get around this by using fully-qualified import paths instead:
starting in github.com/ipfs/go-ipfs/ instead of ./
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-03-11 04:15:09 +01:00
Jeromy Johnson
eecc766327
Merge pull request #3328 from djdv/win-driveroot-fix
...
add: [Windows] Drive root parse fix
2017-03-10 14:46:04 -08:00
Jeromy Johnson
56bbcc9f16
Merge pull request #3774 from ipfs/feat/docs/80-chars
...
Add 80 columns mans tests
2017-03-10 14:42:38 -08:00
Jeromy Johnson
05d35d19fd
Merge pull request #3770 from ipfs/feat/add/superquiet
...
Add ipfs add --quieter
2017-03-10 14:41:07 -08:00
Jakub Sztandera
5489025210
test: add test for checking if commands mans lengths are shorter than 80
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-10 19:05:34 +01:00
Jakub Sztandera
2317ced4aa
test: fix commands tests
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-10 19:05:34 +01:00
Jakub Sztandera
40cc4dc024
test: add test for ipfs add --quieter
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-10 14:21:54 +01:00
Jakub Sztandera
38fc8131bf
feat: add quieter option to add
...
It disables all outputs apart from the last hash.
Useful for adding directories as you won't have to do `| tail -1`
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
DRY up
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-10 14:21:50 +01:00
Jeromy Johnson
1fb3b68f28
Merge pull request #3768 from ipfs/fix/cmd/get-empty-panic
...
fix: ipfs get panic with empty API call
2017-03-09 14:49:42 -08:00
Jakub Sztandera
66cc2f2e88
fix: ipfs get panic with empty API call
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-09 15:42:15 +01:00
Jeromy Johnson
0d6640434b
Merge pull request #3765 from ipfs/test/filestore/more-decriptive
...
test: fix 'disk_usage' returning number smaller by factor of 512 on BSD and Darvin
2017-03-08 20:16:07 -08:00
Jeromy Johnson
74afd87986
Merge pull request #3760 from ipfs/fix/pin-add-api
...
fix pin add api break
2017-03-07 16:27:23 -08:00
Jeromy Johnson
eca0d1c734
Merge pull request #3757 from ipfs/fix/get-raw-leaves
...
make raw leaves work with 'ipfs get'
2017-03-07 15:40:18 -08:00
Jeromy Johnson
18a392a084
Merge pull request #3758 from ipfs/fix/ipfs-get-progress
...
Fix ipfs get progress bar
2017-03-07 15:39:29 -08:00
Jeromy Johnson
88af4b717d
Merge pull request #3756 from ipfs/fix/limit-mdag-batch-objs
...
Limit number of objects in mdag batch to prevent too many fds issue
2017-03-07 15:39:10 -08:00
Jakub Sztandera
bd5b48d0ea
test: added issue number to regression test
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-08 00:12:52 +01:00
Jakub Sztandera
e2ececa4fa
test: fix sharness disk_usage util
...
on bsd based systems du returns block count not bytes
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-08 00:07:18 +01:00
Jakub Sztandera
afc0e77320
test: skip not necessary var assigment
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-08 00:07:18 +01:00
Jakub Sztandera
0ccb4e82f8
test: make the repo size check error message better
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-08 00:07:18 +01:00
Dominic Della Valle
b29945e791
Windows root parse fix
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2017-03-07 09:10:53 -05:00
Dominic Della Valle
934a073732
Replace OS check
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2017-03-07 09:10:53 -05:00
Jeromy
6a7750d5c2
fix pin add api break
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-07 01:10:46 -08:00
Kevin Atkinson
c83bbafbbc
gc: stream all errors including the last
...
and report "encountered errors during gc run" as the response error
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-03-07 03:02:28 -05:00
Jeromy
169f7899ba
fix progress bar on ipfs get
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-06 22:59:10 -08:00
Jeromy
b1588c7162
make raw leaves work with 'ipfs get'
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-06 20:12:05 -08:00
Jeromy
31af335dc0
merkledag: limit number of objects in a batch to prevent out of fd issues
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-06 19:27:53 -08:00
Jeromy Johnson
e3d483fc7c
Merge pull request #3751 from ipfs/feat/sharness/small-clean-p1
...
test: small cleanup of t0010
2017-03-06 16:43:06 -08:00
Jeromy Johnson
60b94a2c4f
Merge pull request #3750 from ipfs/fix/sharness/filestore/format
...
test: small cleanup to the filestore sharness test
2017-03-06 12:37:28 -08:00
Kevin Atkinson
f338520aa8
gc: add option to stream errors
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-03-06 14:26:14 -05:00
Kevin Atkinson
401d156596
gc: refactor: CollectResult
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-03-06 14:26:14 -05:00