1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

5332 Commits

Author SHA1 Message Date
1b6e426fce circleci fun fun fun
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 11:03:48 -08:00
d141589d62 travis file change
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 10:38:37 -08:00
b96c2e6100 circleci verbose
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 10:37:07 -08:00
b5a93ead62 gx install stuff in cmd/ipfs/Makefile
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:14 -08:00
9c05a0d222 verbose gx install
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:13 -08:00
b16c0ceef3 circle.yml fix?
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:12 -08:00
1f1c52c394 go go circle tests!
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:11 -08:00
0dba051ce5 add better makefile and reference gx stuff in readme
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:10 -08:00
0e8a6700f9 correct go-log dep
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:10 -08:00
3d0aa592ec go-keyspace dep from libp2p added
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:08 -08:00
3b784b50a8 add makefile rule for grabbing gx and deps
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:08 -08:00
e12a56d7d0 package.json cleanup
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:07 -08:00
0e312f5caf initial vendoring of libp2p outside of the repo with gx
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-30 09:34:06 -08:00
f631db7e69 Merge pull request #2248 from ipfs/fix/0.3.11-changelog
finally add changelog for v0.3.11
v0.4.0-rc1
2016-01-28 08:09:44 -08:00
06cb9b5813 Merge pull request #2253 from rht/typo-n
s/retreiving/retrieving/g
2016-01-27 21:49:28 -08:00
88a2ebfe44 add note about webui update
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-27 08:56:49 -08:00
b50bcb2b39 Fixed spelling, capitalized
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-01-27 12:04:36 +00:00
rht
d8b77eb7c7 s/retreiving/retrieving/g
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2016-01-27 14:47:21 +07:00
8207fa7d07 Merge pull request #2244 from ipfs/feature/capitalize-and-periods
Capitalized beginning of line messages, added periods
2016-01-26 22:31:02 -08:00
8ef5a1084f Merge pull request #2243 from ipfs/feature/daemon-shutdown
Added small note about shutdown
2016-01-26 22:28:28 -08:00
04f8d3ad56 Merge pull request #2249 from tomgg/tmg/build
Makefile: add PHONY targets and a help message
2016-01-26 22:24:47 -08:00
de4e34d242 Makefile: add PHONY targets and a help message
License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
2016-01-27 11:11:01 +10:00
2b0680a537 finally add changelog for v0.3.11
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-26 15:05:47 -08:00
081c6d9228 Merge pull request #2242 from tomgg/issue1083
fix #1083: Append a newline to `ipfs id` output.
2016-01-25 22:00:35 -08:00
81b9607c49 Merge pull request #2201 from noffle/unpin-2155
Resolve paths in 'pin rm' /wo network lookup
2016-01-25 17:17:47 -08:00
7b716986f6 Append newlines to ipfs id and ipfs dns output.
This fixes #1083, #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 <tmg@fastmail.com>
2016-01-26 02:14:30 +10:00
9745704f5f 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 <noffle@ipfs.io>
2016-01-24 23:31:05 -08:00
cf0a85b7a4 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 <noffle@ipfs.io>
2016-01-24 23:29:41 -08:00
38647fad92 Added small note about shutdown
See https://github.com/ipfs/go-ipfs/pull/2180#issuecomment-171889567

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-01-24 22:41:52 +00:00
28fe2e4f4c Capitalized beginning of line messages, added periods
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-01-24 22:39:34 +00:00
a5c4c5d17c Merge pull request #2232 from lidel/cors-preflight-fix
Gateway: add support for HTTP OPTIONS request type
2016-01-23 19:56:24 -08:00
9e0bfa0628 Merge pull request #2236 from tomgg/trivial
trivial: fix `ipfs update` error message
2016-01-23 18:23:01 -08:00
fd691c0a84 Merge pull request #2207 from ipfs/feature/squash-note
Added squash note to contribute.md
2016-01-23 18:22:12 -08:00
1b97a0fbc5 Added squash note to contribute.md
Because this requirement is not listed anywhere, but was mentioned in https://github.com/ipfs/go-ipfs/pull/2202#issuecomment-171876804.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-01-23 09:42:56 +01:00
dfeaaebf87 trivial: fix ipfs update error message
License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
2016-01-23 17:17:31 +10:00
rht
6cfc00e18b Merge pull request #2231 from rht/docs/punc-caps
Fix punc-caps issues of cli Tagline
2016-01-23 12:52:08 +07:00
rht
f5b8c7c4ef Merge pull request #2180 from ipfs/feature/shutdown
Edited following @chriscool feedback
2016-01-23 12:10:59 +07:00
rht
fce3840a4e Merge pull request #2228 from ipfs/docs/bitswap
Fixed up docs for bitswap
2016-01-23 11:22:20 +07:00
rht
bc94293b5f Merge pull request #2223 from ipfs/feature/doc-add
Generic doc fixes to `ipfs add`
2016-01-23 11:16:37 +07:00
15d717c165 CORS header tests for Gateway
- Implements
  https://github.com/ipfs/go-ipfs/pull/2232#issuecomment-173742385
- 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 <lidel@lidel.org>
2016-01-22 23:41:33 +01:00
a2b0287a5f Merge pull request #2141 from Kubuxu/patch-1
Add Server field in HTTP API response header
2016-01-21 23:31:25 -08:00
ffe6c8576e Merge pull request #2021 from ipfs/fix/corsconfig
Fix SetAllowedOrigins
2016-01-21 23:03:23 -08:00
rht
07c7a4cd76 Capitalize the remaining tagline with /Tagline:.\*"[[:lower:]]/
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2016-01-22 11:11:37 +07:00
8651143344 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 <lidel@lidel.org>
2016-01-21 23:22:54 +01:00
9c1375f668 Merge pull request #2208 from ipfs/add-arguments-to-pin-ls
Add arguments to 'ipfs pin ls'
2016-01-21 12:39:27 -08:00
rht
21e39240ab Fix punc-caps issues of cli Tagline
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2016-01-22 02:36:17 +07:00
a998dbf285 Fixed up docs for bitswap
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-01-21 17:53:14 +01:00
8a2bdc86fb wip
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-01-21 16:38:16 +01:00
rht
f0801589b4 Add SetAllowedOrigins race test case
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2016-01-21 20:03:17 +07:00
7a7a21bbd4 Add final periods, capitalize Chunker
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-01-21 12:57:16 +01:00