Steven Allen
e45abef49f
feat: add default makefile to call gnumake
...
* gmake will prefer GNUmakefile over Makefile.
* Other make implementations will read Makefile and then call gmake.
2019-08-01 12:53:00 -07:00
Steven Allen
1de768fb8f
fix: require gmake
...
IPFS doesn't build correctly under non-GNU make implementations.
2019-08-01 12:18:56 -07:00
Steven Allen
cd3fcb9b88
Merge pull request #6550 from ipfs/fix/bitswap-leak
...
dep: update go-bitswap to fix a memory leak
2019-08-01 12:10:15 -07:00
Steven Allen
4b1b8d1b11
dep: update go-bitswap to fix a memory leak
2019-08-01 12:02:35 -07:00
Steven Allen
fa9d7897bb
Merge pull request #6543 from ipfs/fix/6513
...
README: update minimum system requirements and recommend OpenSSL
2019-07-29 16:27:40 -07:00
Steven Allen
73cf7ee823
README: update minimum system requirements and recommend OpenSSL
...
fixes #6513
2019-07-29 16:23:37 -07:00
Steven Allen
641d9f6b09
Merge pull request #6539 from ipfs/fix/writable-gateway
...
fix and improve the writable gateway
2019-07-26 19:03:37 -07:00
Steven Allen
1fdff60ceb
Merge pull request #6541 from ipfs/fix/external-command-install
...
feat: add install instructions for external commands
2019-07-26 13:12:04 -07:00
Steven Allen
c312cfff27
feat: add install instructions for external commands
...
Issue reported on IRC.
2019-07-26 12:37:33 -07:00
Steven Allen
50a1113b92
sharness: make sure putting to IPNS fails
2019-07-25 22:47:57 -07:00
Steven Allen
e282aa1480
sharness: make sure the writable gateway produces the correct hash
2019-07-25 19:55:46 -07:00
Steven Allen
2c222741d1
fix: update for merkledag API changes
2019-07-25 19:26:06 -07:00
Steven Allen
521a29956b
fix and improve the writable gateway
...
1. Fix handling of PUT. The simple implementation was the correct
implementation, I have no idea what was going on here.
2. Use MFS everywhere to reduce code duplication and add support for sharded
directories.
3. _Correctly_ block IPNS.
4. Remove the dependency on `core.IpfsNode`.
5. Remove support for putting empty directories with a well-known CID. It was
useless as directories are automatically created.
2019-07-25 19:22:56 -07:00
Steven Allen
8417818af1
Merge pull request #6505 from ipfs/fix/slightly-faster-gc
...
fix: slightly faster gc
2019-07-24 17:36:43 -07:00
Steven Allen
41f301a3fd
fix: parallel walk in gc & pin ls
2019-07-22 16:43:58 -07:00
Steven Allen
876d5ba172
Merge pull request #6535 from ipfs/fix/5334
...
fix {net,open}bsd build by disabling fuse on openbsd
2019-07-22 16:36:02 -07:00
Steven Allen
90c656dc59
fix netbsd build
2019-07-22 16:27:36 -07:00
Steven Allen
94bbc1ca7c
fix openbsd build by disabling fuse on openbsd
...
fixes #5334
2019-07-22 15:58:16 -07:00
Steven Allen
30d4e96a0f
Merge pull request #6536 from ipfs/fix/make-handle-whitespace-paths
...
mk: handle stripping paths when GOPATH contains whitespace
2019-07-22 15:51:07 -07:00
Dominic Della Valle
b69365e408
mk: handle stripping paths when GOPATH contains whitespace
2019-07-22 18:32:28 -04:00
Steven Allen
ad8dbe413b
Merge pull request #6533 from ipfs/fix/interop
...
ci: only run node interop tests
2019-07-19 17:40:16 -07:00
Steven Allen
42d063dd25
ci: only run node interop tests
2019-07-19 14:33:27 -07:00
Steven Allen
55afc478ec
Merge pull request #6512 from ipfs/fix/default-gossipsub
...
make gossipsub the default routing protocol for pubsub
2019-07-18 01:04:58 -07:00
Steven Allen
7440737202
Merge pull request #6529 from ipfs/fix/correct-early-testers-description
...
doc: align the early testers program description with its goal
2019-07-18 00:35:00 -07:00
Steven Allen
99f0436c9b
doc: align the early testers program description with its goal
2019-07-17 13:27:19 -07:00
Steven Allen
2bb23bdd91
Merge pull request #6528 from ipfs/feat/files-ls-long
...
feat: add --long as alias for -l in files.ls
2019-07-17 09:02:11 -07:00
Alan Shaw
76f29603a8
feat: add --long as alias for -l in files.ls
...
Allow passing --long or ?long=true as a more descriptive option name than "l".
refs: https://github.com/ipfs/go-ipfs#issuecomment-392477565
2019-07-17 15:17:57 +01:00
Steven Allen
920572b901
Merge pull request #6499 from ipfs/fix/enumerate-children
...
switch to new merkledag walk functions
2019-07-16 16:44:04 -07:00
Steven Allen
9738d81c0c
switch to new merkledag walk functions
...
EnumerateChildrenAsync has been renamed to WalkParallel to reflect the fact
that:
1. It visits the root.
2. It's parallel, not async.
To mirror this change, EnumerateChildren has also been renamed to Walk and now
behaves the same (except that it's not parallel).
2019-07-16 16:34:21 -07:00
Steven Allen
7abc9dac87
Merge pull request #6522 from ipfs/ci/fix-stuff
...
ci: show the commit
2019-07-16 12:21:31 -07:00
Steven Allen
dfbfd44bac
ci: show the commit
2019-07-16 11:54:23 -07:00
Steven Allen
319e3c2dfa
Merge pull request #6521 from ipfs/fix/ci-badge
...
readme: fix CI badge
2019-07-16 10:50:42 -07:00
Steven Allen
7256af5969
readme: fix CI badge
2019-07-16 09:51:16 -07:00
Steven Allen
b5a5efd4c7
Merge pull request #6517 from koalalorenzo/patch-1
...
Adds Siderus in early testers
2019-07-16 09:46:00 -07:00
Lorenzo Setale
ba31523f98
Update EARLY_TESTERS.md
2019-07-16 09:54:13 +02:00
Steven Allen
1a55676bf9
make gossipsub the default routing protocol for pubsub
...
Pubsub is experimental anyways.
2019-07-15 10:02:42 -07:00
Steven Allen
333c9d1613
Merge pull request #6511 from ipfs/extract/filestore
...
Extract Filestore
2019-07-15 07:22:16 -07:00
Łukasz Magiera
02f7bc8ced
Fix build with go-filestore
2019-07-15 16:02:29 +02:00
Łukasz Magiera
3f7927f1d8
Update imports to go-filestore
2019-07-15 15:52:34 +02:00
Łukasz Magiera
cb4ca03218
mod: Import extracted filestore
2019-07-15 15:50:14 +02:00
Łukasz Magiera
4b125b9672
Extract filestore
2019-07-15 15:11:49 +02:00
Steven Allen
5537308734
Merge pull request #6510 from hikerpig/master
...
readme: fix scoop bucket command error
2019-07-14 18:07:11 -07:00
hikerpig
26bfabf257
readme: fix scoop bucket command error
2019-07-14 15:22:34 +08:00
Steven Allen
5ec98e1401
Merge pull request #6507 from ipfs/doc/link-to-projects
...
doc: link to projects in release issue template
2019-07-12 14:14:17 -07:00
Steven Allen
6911fc39e7
doc: link to projects in release issue template
2019-07-12 14:13:38 -07:00
Steven Allen
971ced466b
Merge pull request #6482 from ipfs/release-flow
...
Revamp go-ipfs Release Flow
2019-07-12 12:03:45 -07:00
Steven Allen
206b0397c0
doc: flesh out early testers program
2019-07-12 11:11:29 -07:00
Steven Allen
6b5d521e00
doc: add dist.ipfs.io instructions to the release checklist
2019-07-12 10:43:26 -07:00
Steven Allen
5aa32dbdb4
doc: add github release to the release checklist
2019-07-12 10:43:20 -07:00
Dominic Della Valle
c4fa1ba0c3
Update RELEASE_ISSUE_TEMPLATE.md
...
Reform release distribution checklist + add chocolatey package
2019-07-12 13:32:14 -04:00