-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: ipfs/js-ipfs
base: 81f944163f5a78ef15fdc23b2c488ba7f44af0be
head repository: ipfs/js-ipfs
compare: 89aeaf8e25320276391653104981e37a73f29de9
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f236f1b - Browse repository at this point
Copy the full SHA f236f1bView commit details
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d9d0c08 - Browse repository at this point
Copy the full SHA d9d0c08View commit details -
Merge pull request #1 from ipfs/feat/initial-implementation
feat: initial implementation
Configuration menu - View commit details
-
Copy full SHA for 0bf6694 - Browse repository at this point
Copy the full SHA 0bf6694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b99b3 - Browse repository at this point
Copy the full SHA 91b99b3View commit details
Commits on May 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a02a518 - Browse repository at this point
Copy the full SHA a02a518View commit details
Commits on Jun 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d9e56b8 - Browse repository at this point
Copy the full SHA d9e56b8View commit details -
Merge pull request #2 from ipfs/feat/export-resolver
feat: export resolver
Configuration menu - View commit details
-
Copy full SHA for da7bccf - Browse repository at this point
Copy the full SHA da7bccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c83e1 - Browse repository at this point
Copy the full SHA 13c83e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e4fce - Browse repository at this point
Copy the full SHA 47e4fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3db7d - Browse repository at this point
Copy the full SHA 1f3db7dView commit details
Commits on Jul 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0bff82d - Browse repository at this point
Copy the full SHA 0bff82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f02ae1 - Browse repository at this point
Copy the full SHA 3f02ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3f64f - Browse repository at this point
Copy the full SHA ca3f64fView commit details
Commits on Aug 2, 2018
-
fix: fix content-type by doing a fall-back using extensions (#5)
The service-worker-gateway was only responding with the correct content-type for some mime-types, see https://github.com/sindresorhus/file-type#supported-file-types. This commit now fall-backs to detecting based on the extension as well. Note that SVGs aren't supported by the `file-type` module.
Configuration menu - View commit details
-
Copy full SHA for 19acbae - Browse repository at this point
Copy the full SHA 19acbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cca137d - Browse repository at this point
Copy the full SHA cca137dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f1ace2 - Browse repository at this point
Copy the full SHA 4f1ace2View commit details
Commits on Sep 28, 2018
-
Add support for CIDv1 and Base32 (#9)
* feat: support cidv1b32 in resolver - feat: CID support, added resolver.cid - feat: basic support for HAMD sharded directory - not real support, we need ipfs.resolve for that - fix: return data from raw dag without resolv step License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for 34a2f68 - Browse repository at this point
Copy the full SHA 34a2f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163c527 - Browse repository at this point
Copy the full SHA 163c527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd7310 - Browse repository at this point
Copy the full SHA 7dd7310View commit details
Commits on Nov 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1c1a478 - Browse repository at this point
Copy the full SHA 1c1a478View commit details -
Configuration menu - View commit details
-
Copy full SHA for cab4cac - Browse repository at this point
Copy the full SHA cab4cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 076fde3 - Browse repository at this point
Copy the full SHA 076fde3View commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ba6a6dd - Browse repository at this point
Copy the full SHA ba6a6ddView commit details
Commits on Jan 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e15f57c - Browse repository at this point
Copy the full SHA e15f57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c6ffcd - Browse repository at this point
Copy the full SHA 3c6ffcdView commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7746dab - Browse repository at this point
Copy the full SHA 7746dabView commit details
Commits on Apr 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 18a6d21 - Browse repository at this point
Copy the full SHA 18a6d21View commit details
Commits on May 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 47ccbe1 - Browse repository at this point
Copy the full SHA 47ccbe1View commit details
Commits on May 21, 2019
-
chore: update ipld formats (#25)
BREAKING CHANGE: v1 CIDs created by this module now default to base32 encoding when stringified Not a direct dependency of this module but ipld-dag-pb changed the case of some property names that are used by this module. License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 529613a - Browse repository at this point
Copy the full SHA 529613aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c39d66 - Browse repository at this point
Copy the full SHA 1c39d66View commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a88d61 - Browse repository at this point
Copy the full SHA 9a88d61View commit details
Commits on Jun 6, 2019
-
feat: load files/dirs from hamt shards (#19)
Use the HAMT support and IPFS overlay build in to the mfs related files commands to enable loading files from HAMT shards.
Configuration menu - View commit details
-
Copy full SHA for 25edfbc - Browse repository at this point
Copy the full SHA 25edfbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d2f2c5 - Browse repository at this point
Copy the full SHA 6d2f2c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9e3e3 - Browse repository at this point
Copy the full SHA 5f9e3e3View commit details
Commits on Oct 14, 2019
-
chore: convert to async await syntax (#28)
BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await Co-authored-by: PedroMiguelSS <pedro.santos@moxy.studio>
Configuration menu - View commit details
-
Copy full SHA for a22900a - Browse repository at this point
Copy the full SHA a22900aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 893e302 - Browse repository at this point
Copy the full SHA 893e302View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6d61e - Browse repository at this point
Copy the full SHA ae6d61eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8828822 - Browse repository at this point
Copy the full SHA 8828822View commit details
Commits on Jan 7, 2020
-
refactor: use new IPFS async/await APIs (#30)
BREAKING CHANGE: Switch to using async/await and async iterators.
Configuration menu - View commit details
-
Copy full SHA for 68f1204 - Browse repository at this point
Copy the full SHA 68f1204View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb442f - Browse repository at this point
Copy the full SHA ffb442fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5420944 - Browse repository at this point
Copy the full SHA 5420944View commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0b7b10a - Browse repository at this point
Copy the full SHA 0b7b10aView commit details
Commits on May 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4686a08 - Browse repository at this point
Copy the full SHA 4686a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db03b0 - Browse repository at this point
Copy the full SHA 1db03b0View commit details
Commits on Jun 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dca4577 - Browse repository at this point
Copy the full SHA dca4577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fab6a2 - Browse repository at this point
Copy the full SHA 3fab6a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0674f10 - Browse repository at this point
Copy the full SHA 0674f10View commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 71dcbc6 - Browse repository at this point
Copy the full SHA 71dcbc6View commit details
Commits on Aug 14, 2020
-
fix: replace node buffers with uint8arrays (#55)
* fix: replace node buffers with uint8arrays BREAKING CHANGES: - All deps of this module use Uint8Arrays instead of node Buffers * chore: remove browser build steps
Configuration menu - View commit details
-
Copy full SHA for 710a96d - Browse repository at this point
Copy the full SHA 710a96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c61a36 - Browse repository at this point
Copy the full SHA 0c61a36View commit details
There are no files selected for viewing
This file was deleted.