Commit Graph

4915 Commits

Author SHA1 Message Date
Jeromy
6976ca7480 fix makefile failing when not in a git repo
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-19 15:39:25 -07:00
Juan Benet
057f0e281f Merge pull request #1748 from ipfs/bootstrap-pluto
config: update pluto's peerID
2015-10-19 14:46:57 -07:00
Juan Benet
2af55452a6 Merge pull request #1862 from ipfs/feature/go-contrib-guidelines-link
Fix broken link
2015-10-19 12:47:44 -07:00
Lars Gierth
a872199714 config: update pluto's peerID
We lost its private key a while ago...

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-10-19 21:04:42 +02:00
Lars Gierth
e912612e1e config: update bootstrap list hostname
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-10-19 21:04:42 +02:00
Richard Littauer
7dcf92e0ce Fix broken link
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-10-19 14:19:05 -04:00
Juan Benet
c06479d703 Merge pull request #1861 from ipfs/feature/go-contrib-guidelines-link
Pared down contribute to link to new go guidelines
2015-10-19 11:11:47 -07:00
Richard Littauer
d90f2fd8fa Pared down contribute to link to new go guidelines
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-10-19 10:54:11 -04:00
Jeromy
2afe4a4d23 ipfs version 0.3.8 changelog and version bump
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-18 19:51:53 -07:00
Jeromy
1cef170243 add small sharness test to make sure output happens
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-18 19:50:15 -07:00
Jeromy
11104d401e system diagnostics command
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-18 19:50:15 -07:00
Juan Benet
b910d8ad0b Merge pull request #1858 from ipfs/fix/bitswap-limiter
fix panic in bitswap working limit spawning
2015-10-18 18:36:15 -07:00
Jeromy
22f0b87961 fix panic in bitswap working limit spawning
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-18 13:00:07 -07:00
Juan Benet
9ca0be36e1 Merge pull request #1852 from ipfs/rht-commands-flags
Make `ipfs commands --flags` option
2015-10-18 05:09:35 -07:00
Juan Benet
83451ed30f Merge pull request #1846 from ipfs/test-ipfs-commands
Test 'ipfs commands'
2015-10-18 04:43:32 -07:00
Juan Benet
4fad0f7286 Merge pull request #1827 from rht/metalint
Add err check to coremock node init
2015-10-18 04:33:17 -07:00
Juan Benet
e051b8cdae Merge pull request #1848 from ipfs/feat/dial-sorting
order addresses to give certain address types priority
2015-10-18 04:32:18 -07:00
Juan Benet
263f0e8fff Merge pull request #1854 from ipfs/hack/rm-req
remove version requirement file so gobuilder can build still
2015-10-18 04:03:09 -07:00
Jeromy
306a6bd948 remove version requirement file so gobuilder can build still
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-18 00:33:18 -07:00
Juan Benet
0f909cb2eb Merge pull request #1853 from CaioAlonso/show-commit-hash
Adds the option to see the current git commit with `ipfs version --commit`
2015-10-17 22:55:09 -07:00
Caio Alonso
e05f2d3724 adds the option to see the current git commit with ipfs version --commit
License: MIT
Signed-off-by: Caio Alonso <caio@caioalonso.com>
2015-10-17 19:48:39 -03:00
rht
1bb6a63b11 ipfs commands --flags: display short & long flag
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-10-17 16:45:13 +07:00
Christian Couder
3e2016d987 commands: add --flags to show all flags
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-10-17 09:11:22 +02:00
Jeromy
49733f4da1 order addresses to give certain address types priority
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-16 19:02:46 -07:00
rht
4da824c954 Show flags in ipfs commands
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-10-17 08:57:02 +07:00
Christian Couder
e5031788fd t00{1,6}0: remove some useless cats
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-10-16 21:54:47 +02:00
Christian Couder
51d05fb8dc t0010: test 'ipfs commands' and 'ipfs * --help'
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-10-16 21:54:47 +02:00
Juan Benet
4de5eaad5f Merge pull request #1837 from ipfs/dial-smarter
refactor dialing to not panic, and to be smart about ordering
2015-10-16 08:47:37 -07:00
Juan Benet
d6297c7498 Merge pull request #1823 from ForrestWeston/recurPin
Pin commands default to recursive
2015-10-16 08:43:25 -07:00
Jeromy
663a0309e5 simplify rate limiting to remove potential panic
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-14 12:35:37 -07:00
ForrestWeston
9916f8663b Updated Pin Remove Tagline and Description
License: MIT
Signed-off-by: ForrestWeston <Forrest.Weston@gmail.com>
2015-10-14 09:42:19 -07:00
Juan Benet
751c69ee70 Merge pull request #1621 from ipfs/real-trailers
use go's built in handling of trailers and dont do custom chunking
2015-10-14 17:02:46 +08:00
Juan Benet
1ef79801ca Merge pull request #1834 from ipfs/feat/local-resolve
allow ipfs name resolve to respect --local
2015-10-14 16:28:26 +08:00
Juan Benet
ab81afbcc6 Merge pull request #1662 from ipfs/ipfs-path-resolve
Resolve IPFS DAG paths in `ipfs resolve` command
2015-10-14 16:25:58 +08:00
ForrestWeston
a8fc65fda0 Added tests from code-review
License: MIT
Signed-off-by: ForrestWeston <Forrest.Weston@gmail.com>
2015-10-13 17:11:05 -07:00
ForrestWeston
01239147b7 changed pinning to be recursive by default
pin add, pin rm, and pin ls will be recursive unless
specified with '=false' eg. 'ipfs pin add -r=false <file>'
tests for pinning have been updated/added

License: MIT
Signed-off-by: ForrestWeston <Forrest.Weston@gmail.com>
2015-10-13 17:11:05 -07:00
ForrestWeston
107409cee8 Added ability to specify true/false for bool opts
License: MIT
Signed-off-by: ForrestWeston <Forrest.Weston@gmail.com>
2015-10-13 17:11:05 -07:00
rht
740447eecd Fix typo
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-10-13 16:51:47 +07:00
rht
2e0c072dac Use core path resolver for 'resolve command' [1]
[1] 172eeb87fa

License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-10-13 16:51:47 +07:00
Matt Bell
04482cbe41 Consolidated 'resolve' tests
License: MIT
Signed-off-by: Matt Bell <mappum@gmail.com>
2015-10-13 16:51:44 +07:00
Juan Batiz-Benet
dd8267b9e0 resolve sharness test
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-10-13 13:11:41 +07:00
Matt Bell
16e29dae77 sharness: Added tests for 'ipfs resolve'
License: MIT
Signed-off-by: Matt Bell <mappum@gmail.com>
2015-10-13 13:11:41 +07:00
Matt Bell
3a2b83d904 resolve cmd: Fully resolve IPFS paths after resolving IPNS names
License: MIT
Signed-off-by: Matt Bell <mappum@gmail.com>
2015-10-13 13:11:40 +07:00
Matt Bell
8d370a3946 Added help text to 'resolve' command to show DAG path resolution.
License: MIT
Signed-off-by: Matt Bell <mappum@gmail.com>
2015-10-13 13:11:40 +07:00
Matt Bell
eddd64119e Resolve '/ipfs/root/some/path' paths in 'ipfs resolve' command
License: MIT
Signed-off-by: Matt Bell <mappum@gmail.com>
2015-10-13 13:11:40 +07:00
rht
53bb0b6343 (ineffassign) add err check to NewNode init
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-10-13 10:06:07 +07:00
Jeromy
73cd3f6563 allow ipfs name resolve to respect --local flag for local name resolution
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-12 11:36:16 -07:00
Jeromy
1e1213c1f6 use go1.5 for circleCI (snippet from circle support)
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-11 23:04:41 -07:00
Jeromy
ff3ed768e8 update go version requirement in readme
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-11 23:04:41 -07:00
Jeromy
e89f7b8ded use go's built in handling of trailers and dont do custom chunking
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

use go1.5 syntax to ensure builds on older versions fail

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

fix t0230

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-11 23:04:41 -07:00