Steven Allen
5f652ca988
Merge pull request #6448 from mcdee/ethlink
...
Allow resolution of .eth names via .eth.link
2019-08-04 21:39:24 -07:00
Caian
31d35d8d11
Add swarm key initialization to README.md
...
License: MIT
Signed-off-by: Caian Benedicto <caianbene@gmail.com>
2019-08-03 08:19:32 -03:00
Steven Allen
8f8a3857cc
doc: make uploading to github a part of the pre-release process
2019-08-02 13:11:05 -07:00
Steven Allen
3f91ee522f
doc: add release tag
2019-08-02 13:10:49 -07:00
Steven Allen
1ec8abeb59
doc: improve patch release documentation
2019-08-02 12:56:43 -07:00
Caian
427205c1b6
Add swarm key variables to container daemon
...
License: MIT
Signed-off-by: Caian Benedicto <caianbene@gmail.com>
2019-08-02 16:28:12 -03:00
Steven Allen
87bda982f1
doc: fixup some release process wording
...
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
2019-08-02 11:47:21 -07:00
Steven Allen
051d7d839d
doc: add release cycle & patch release process
2019-08-02 10:59:26 -07:00
Steven Allen
d433d7c9ac
feat: add stage 0
...
We do automated testing before we test on infra, etc. Make that explicit.
2019-08-02 10:47:40 -07:00
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