-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use 'dag' forall namespace import prefixes of merkledag #1983
Commits on Jan 1, 2016
-
License: MIT Signed-off-by: Lars Gierth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 711b95e - Browse repository at this point
Copy the full SHA 711b95eView commit details
Commits on Jan 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 04914ac - Browse repository at this point
Copy the full SHA 04914acView commit details -
remove failed merge tag from pin ls help
License: MIT Signed-off-by: Jeromy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c6a40a - Browse repository at this point
Copy the full SHA 3c6a40aView commit details -
Edited following @chriscool feedback
License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48353a7 - Browse repository at this point
Copy the full SHA 48353a7View commit details
Commits on Jan 13, 2016
-
Added env var info to init, dameon help
See ipfs#1296 License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f22271 - Browse repository at this point
Copy the full SHA 6f22271View commit details
Commits on Jan 14, 2016
-
Update release-checklist.md with npm publish note
Need to publish to https://github.com/ipfs/npm-go-ipfs cc @whyrusleeping this did not happen for 0.3.11
4Configuration menu - View commit details
-
Copy full SHA for c242660 - Browse repository at this point
Copy the full SHA c242660View commit details -
combine multiple bootstrap addrs into single peer info
License: MIT Signed-off-by: Jeromy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1649b44 - Browse repository at this point
Copy the full SHA 1649b44View commit details -
do resolve operations concurrently
License: MIT Signed-off-by: Jeromy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19b2f89 - Browse repository at this point
Copy the full SHA 19b2f89View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 38a600b - Browse repository at this point
Copy the full SHA 38a600bView commit details
Commits on Jan 15, 2016
-
Merge pull request ipfs#2199 from ipfs/feat/multi-multiaddr-bootstrap
combine multiple bootstrap addrs into single peer info
Configuration menu - View commit details
-
Copy full SHA for a28e02b - Browse repository at this point
Copy the full SHA a28e02bView commit details -
test-lib: fix test_str_contains
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e8052e - Browse repository at this point
Copy the full SHA 7e8052eView commit details -
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e620115 - Browse repository at this point
Copy the full SHA e620115View commit details -
.gitignore: clean up how 'test/bin' content is ignored
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd9c9a6 - Browse repository at this point
Copy the full SHA cd9c9a6View commit details -
Merge pull request ipfs#2204 from ipfs/fix-test-str-contains
Fix test str contains
Configuration menu - View commit details
-
Copy full SHA for adfe197 - Browse repository at this point
Copy the full SHA adfe197View commit details -
test-lib: improve on previous fix
With GNU "grep" \b works but it's safer to use "egrep" which is also POSIX rather than "grep" as not all the "grep"s out there might support \b. License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1446209 - Browse repository at this point
Copy the full SHA 1446209View commit details -
License: MIT Signed-off-by: rht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1e642a - Browse repository at this point
Copy the full SHA b1e642aView commit details -
License: MIT Signed-off-by: dignifiedquire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f06a0d - Browse repository at this point
Copy the full SHA 4f06a0dView commit details -
Merge pull request ipfs#2195 from ipfs/feature/env-var-docs
Added env var info to init, dameon help
Configuration menu - View commit details
-
Copy full SHA for ab73ddb - Browse repository at this point
Copy the full SHA ab73ddbView commit details -
Merge pull request ipfs#2206 from ipfs/improve-test-str-contains
test-lib: improve on previous fix
Configuration menu - View commit details
-
Copy full SHA for a8487ee - Browse repository at this point
Copy the full SHA a8487eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9f6a8 - Browse repository at this point
Copy the full SHA 2d9f6a8View commit details -
Merge pull request ipfs#2197 from ipfs/feat/faster-resolve
do resolve operations concurrently
Configuration menu - View commit details
-
Copy full SHA for 3d58888 - Browse repository at this point
Copy the full SHA 3d58888View commit details -
Lets 'ipfs add' add hidden files when explicit.
Fixes ipfs/go-ipfs/ipfs#2145. The --hidden switch (still) only affects recursive adding. License: MIT Signed-off-by: Stephen Whitmore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0828d1e - Browse repository at this point
Copy the full SHA 0828d1eView commit details -
Merge pull request ipfs#2202 from noffle/hidden_files-2145
Lets 'ipfs add' include top-level hidden files
Configuration menu - View commit details
-
Copy full SHA for b182e53 - Browse repository at this point
Copy the full SHA b182e53View commit details -
Merge pull request ipfs#2114 from ipfs/remove-jenkins
ci: remove dead jenkins code
Configuration menu - View commit details
-
Copy full SHA for f89a915 - Browse repository at this point
Copy the full SHA f89a915View commit details
Commits on Jan 16, 2016
-
License: MIT Signed-off-by: Stephen Whitmore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc49bee - Browse repository at this point
Copy the full SHA bc49beeView commit details -
Resolves paths in 'pin rm' without network lookup.
Fixes ipfs#2155 by turning the hash path arguments into keys and unpinning directly, rather than running a full core.Resolve on them. This lets users fail fast when they try to remove pins that they don't have locally. Note that this will only work when the path is of the form <hash> or /ipfs/<hash>. Given e.g. /ipfs/<hash>/foo, foo's key cannot be known without first resolving <hash>, which may involve talking to the network. License: MIT Signed-off-by: Stephen Whitmore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32ceaa6 - Browse repository at this point
Copy the full SHA 32ceaa6View commit details -
add type to stat cmd json output
License: MIT Signed-off-by: Jeromy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1957094 - Browse repository at this point
Copy the full SHA 1957094View commit details -
add type to stat printed output
License: MIT Signed-off-by: Jeromy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f485fa4 - Browse repository at this point
Copy the full SHA f485fa4View commit details
Commits on Jan 17, 2016
-
fix bootstrapping bug and add real test for bootstrapping
License: MIT Signed-off-by: Jeromy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52da1e3 - Browse repository at this point
Copy the full SHA 52da1e3View commit details -
Merge pull request ipfs#2209 from ipfs/feat/stat-type
make files stat print out node type
Configuration menu - View commit details
-
Copy full SHA for 75a63b7 - Browse repository at this point
Copy the full SHA 75a63b7View commit details -
License: MIT Signed-off-by: Jeromy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39d0b33 - Browse repository at this point
Copy the full SHA 39d0b33View commit details -
Merge pull request ipfs#2210 from ipfs/fix/bootstrapping
fix bootstrapping bug and add real test for bootstrapping
Configuration menu - View commit details
-
Copy full SHA for aeaae90 - Browse repository at this point
Copy the full SHA aeaae90View commit details -
Build ipfs cmd inside docker container
License: MIT Signed-off-by: Knut Ahlers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd5ddcb - Browse repository at this point
Copy the full SHA fd5ddcbView commit details -
Merge pull request ipfs#2213 from Luzifer/direct_build
Build ipfs cmd inside docker container
Configuration menu - View commit details
-
Copy full SHA for 89a6f01 - Browse repository at this point
Copy the full SHA 89a6f01View commit details
Commits on Jan 18, 2016
-
pin/pin: replace isPinned() with isPinnedWithType()
It is more generic to be able to pass a pin type argument. License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b770c88 - Browse repository at this point
Copy the full SHA b770c88View commit details -
core/commands/pin: refactor 'pin ls'
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c89e3c2 - Browse repository at this point
Copy the full SHA c89e3c2View commit details -
core/commands/pin: make 'ipfs pin ls' accept path args
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4244f71 - Browse repository at this point
Copy the full SHA 4244f71View commit details -
core/commands/pin: refactor listing all pins
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d87ece1 - Browse repository at this point
Copy the full SHA d87ece1View commit details -
core/commands/pin: update 'ipfs pin ls' documentation
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5f923a - Browse repository at this point
Copy the full SHA f5f923aView commit details -
t0081: use 'ipfs pin ls <arg>' in test_pin_flagi()
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 893ab6d - Browse repository at this point
Copy the full SHA 893ab6dView commit details -
test/bin: remove ipfs-pin-stat
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2dd4f40 - Browse repository at this point
Copy the full SHA 2dd4f40View commit details
Commits on Jan 20, 2016
-
Resolves ipfs#625 Included in tests. License: MIT Signed-off-by: Jakub (Kubuxu) Sztandera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 981b389 - Browse repository at this point
Copy the full SHA 981b389View commit details -
core/commands/pin: change the default for --type to 'all'
License: MIT Signed-off-by: Christian Couder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29830da - Browse repository at this point
Copy the full SHA 29830daView commit details
Commits on Jan 21, 2016
-
License: MIT Signed-off-by: rht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b970681 - Browse repository at this point
Copy the full SHA b970681View commit details -
License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2df514c - Browse repository at this point
Copy the full SHA 2df514cView commit details -
License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 719c369 - Browse repository at this point
Copy the full SHA 719c369View commit details -
Add final periods, capitalize
Chunker
License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a7a21b - Browse repository at this point
Copy the full SHA 7a7a21bView commit details -
Add SetAllowedOrigins race test case
License: MIT Signed-off-by: rht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f080158 - Browse repository at this point
Copy the full SHA f080158View commit details -
License: MIT Signed-off-by: Stephen Whitmore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a2bdc8 - Browse repository at this point
Copy the full SHA 8a2bdc8View commit details -
License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a998dbf - Browse repository at this point
Copy the full SHA a998dbfView commit details -
Fix punc-caps issues of cli Tagline
License: MIT Signed-off-by: rht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21e3924 - Browse repository at this point
Copy the full SHA 21e3924View commit details -
Merge pull request ipfs#2208 from ipfs/add-arguments-to-pin-ls
Add arguments to 'ipfs pin ls'
Configuration menu - View commit details
-
Copy full SHA for 9c1375f - Browse repository at this point
Copy the full SHA 9c1375fView commit details -
Gateway: add support for HTTP OPTIONS request type
OPTIONS is a noop request that is used by the browsers to check if server will accept cross-site XMLHttpRequest (indicated by the presence of CORS headers) Before this fix user could enable CORS headers in the Gateway config, but XHR failed due to the lack of support for OPTIONS request type (as described in https://git.io/vzgGe) License: MIT Signed-off-by: Marcin Rataj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8651143 - Browse repository at this point
Copy the full SHA 8651143View commit details
Commits on Jan 22, 2016
-
Capitalize the remaining tagline with /Tagline:.\*"[[:lower:]]/
License: MIT Signed-off-by: rht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07c7a4c - Browse repository at this point
Copy the full SHA 07c7a4cView commit details -
Merge pull request ipfs#2021 from ipfs/fix/corsconfig
Fix SetAllowedOrigins
Configuration menu - View commit details
-
Copy full SHA for ffe6c85 - Browse repository at this point
Copy the full SHA ffe6c85View commit details -
Merge pull request ipfs#2141 from Kubuxu/patch-1
Add Server field in HTTP API response header
Configuration menu - View commit details
-
Copy full SHA for a2b0287 - Browse repository at this point
Copy the full SHA a2b0287View commit details -
- Implements ipfs#2232 (comment) - Separate test suite: - we don't want to pollute other gateway tests with CORS headers - (as of now) changing headers requires daemon restart anyway License: MIT Signed-off-by: Marcin Rataj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15d717c - Browse repository at this point
Copy the full SHA 15d717cView commit details
Commits on Jan 23, 2016
-
Merge pull request ipfs#2223 from ipfs/feature/doc-add
Generic doc fixes to `ipfs add`
rht committedJan 23, 2016 Configuration menu - View commit details
-
Copy full SHA for bc94293 - Browse repository at this point
Copy the full SHA bc94293View commit details -
Merge pull request ipfs#2228 from ipfs/docs/bitswap
Fixed up docs for bitswap
rht committedJan 23, 2016 Configuration menu - View commit details
-
Copy full SHA for fce3840 - Browse repository at this point
Copy the full SHA fce3840View commit details -
Merge pull request ipfs#2180 from ipfs/feature/shutdown
Edited following @chriscool feedback
Configuration menu - View commit details
-
Copy full SHA for f5b8c7c - Browse repository at this point
Copy the full SHA f5b8c7cView commit details -
Merge pull request ipfs#2231 from rht/docs/punc-caps
Fix punc-caps issues of cli Tagline
Configuration menu - View commit details
-
Copy full SHA for 6cfc00e - Browse repository at this point
Copy the full SHA 6cfc00eView commit details -
trivial: fix
ipfs update
error messageLicense: MIT Signed-off-by: Thomas Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfeaaeb - Browse repository at this point
Copy the full SHA dfeaaebView commit details -
Added squash note to contribute.md
Because this requirement is not listed anywhere, but was mentioned in ipfs#2202 (comment). License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b97a0f - Browse repository at this point
Copy the full SHA 1b97a0fView commit details
Commits on Jan 24, 2016
-
Merge pull request ipfs#2207 from ipfs/feature/squash-note
Added squash note to contribute.md
Configuration menu - View commit details
-
Copy full SHA for fd691c0 - Browse repository at this point
Copy the full SHA fd691c0View commit details -
Merge pull request ipfs#2236 from tomgg/trivial
trivial: fix `ipfs update` error message
Configuration menu - View commit details
-
Copy full SHA for 9e0bfa0 - Browse repository at this point
Copy the full SHA 9e0bfa0View commit details -
Merge pull request ipfs#2232 from lidel/cors-preflight-fix
Gateway: add support for HTTP OPTIONS request type
Configuration menu - View commit details
-
Copy full SHA for a5c4c5d - Browse repository at this point
Copy the full SHA a5c4c5dView commit details -
Capitalized beginning of line messages, added periods
License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28fe2e4 - Browse repository at this point
Copy the full SHA 28fe2e4View commit details -
Added small note about shutdown
See ipfs#2180 (comment) License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38647fa - Browse repository at this point
Copy the full SHA 38647faView commit details
Commits on Jan 25, 2016
-
Implements Path.PopLastSegment().
This allows a path (/ipfs/foo/bar) to be separated between its head (/ipfs/foo) and its tail (bar). License: MIT Signed-off-by: Stephen Whitmore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf0a85b - Browse repository at this point
Copy the full SHA cf0a85bView commit details -
Slightly optimizes core.ResolveToKey().
This is done by skipping the step of resolving the final segment in the path to a DAG node; instead preferring to look at the second-to-last segmenet's links. License: MIT Signed-off-by: Stephen Whitmore <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9745704 - Browse repository at this point
Copy the full SHA 9745704View commit details -
Append newlines to
ipfs id
andipfs dns
output.This fixes ipfs#1083, ipfs#2000. N.B. The JSON package developers see no trailing newline as a feature; it allows marshalled JSON to be embedded inside more JSON.[0] -- [0] https://golang.org/pkg/encoding/json/ License: MIT Signed-off-by: Thomas Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b71698 - Browse repository at this point
Copy the full SHA 7b71698View commit details
Commits on Jan 26, 2016
-
Merge pull request ipfs#2201 from noffle/unpin-2155
Resolve paths in 'pin rm' /wo network lookup
Configuration menu - View commit details
-
Copy full SHA for 81b9607 - Browse repository at this point
Copy the full SHA 81b9607View commit details -
Merge pull request ipfs#2242 from tomgg/issue1083
fix ipfs#1083: Append a newline to `ipfs id` output.
Configuration menu - View commit details
-
Copy full SHA for 081c6d9 - Browse repository at this point
Copy the full SHA 081c6d9View commit details -
finally add changelog for v0.3.11
License: MIT Signed-off-by: Jeromy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b0680a - Browse repository at this point
Copy the full SHA 2b0680aView commit details
Commits on Jan 27, 2016
-
Makefile: add PHONY targets and a help message
License: MIT Signed-off-by: Thomas Gardner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de4e34d - Browse repository at this point
Copy the full SHA de4e34dView commit details -
Merge pull request ipfs#2249 from tomgg/tmg/build
Makefile: add PHONY targets and a help message
Configuration menu - View commit details
-
Copy full SHA for 04f8d3a - Browse repository at this point
Copy the full SHA 04f8d3aView commit details -
Merge pull request ipfs#2243 from ipfs/feature/daemon-shutdown
Added small note about shutdown
Configuration menu - View commit details
-
Copy full SHA for 8ef5a10 - Browse repository at this point
Copy the full SHA 8ef5a10View commit details -
Merge pull request ipfs#2244 from ipfs/feature/capitalize-and-periods
Capitalized beginning of line messages, added periods
Configuration menu - View commit details
-
Copy full SHA for 8207fa7 - Browse repository at this point
Copy the full SHA 8207fa7View commit details -
License: MIT Signed-off-by: rht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8b77eb - Browse repository at this point
Copy the full SHA d8b77ebView commit details -
License: MIT Signed-off-by: Richard Littauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b50bcb2 - Browse repository at this point
Copy the full SHA b50bcb2View commit details -
License: MIT Signed-off-by: Jeromy <[email protected]>
4Configuration menu - View commit details
-
Copy full SHA for 88a2ebf - Browse repository at this point
Copy the full SHA 88a2ebfView commit details
Commits on Jan 28, 2016
-
Merge pull request ipfs#2253 from rht/typo-n
s/retreiving/retrieving/g
Configuration menu - View commit details
-
Copy full SHA for 06cb9b5 - Browse repository at this point
Copy the full SHA 06cb9b5View commit details -
Merge pull request ipfs#2248 from ipfs/fix/0.3.11-changelog
finally add changelog for v0.3.11
Configuration menu - View commit details
-
Copy full SHA for f631db7 - Browse repository at this point
Copy the full SHA f631db7View commit details
Commits on Jan 30, 2016
-
Use 'dag' forall namespace import prefixes of merkledag
License: MIT Signed-off-by: rht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbd1ec0 - Browse repository at this point
Copy the full SHA bbd1ec0View commit details