Commit Graph

7954 Commits

Author SHA1 Message Date
Christian Couder
715e0c915e t0080: improve last tests
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-12-05 08:20:27 +01:00
Christian Couder
5721a1050c t0020: cleanup dir with bad perms
This is needed on OSX otherwise the trash directory for the
t0020-init.sh test fails to be removed due to a permissions
error.

This fixes https://github.com/ipfs/go-ipfs/issues/2026

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-12-05 07:36:53 +01:00
Juan Benet
83246d3e2d Merge pull request #2029 from ipfs/quickstart-gc
assets: fix gc example
2015-12-03 14:58:03 -08:00
Lars Gierth
dcc9a63a34 assets: fix gc example
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-12-03 03:25:28 +01:00
Juan Benet
4fd28444ac Merge pull request #1981 from sahib/master
--help: Add a note on using IPFS_PATH to the footer of the helptext.
2015-12-02 09:04:55 -08:00
Juan Benet
1c53aea2d2 Merge pull request #2000 from nham/object_put_newline
Add newline to end of `ipfs object put` text output.
2015-12-02 03:40:27 -08:00
Chris P
aa5532e5bf --help: Add a note on using IPFS_PATH to the footer of the helptext.
License: MIT
Signed-off-by: Chris P. <sahib@online.de>
2015-12-02 11:46:09 +01:00
Juan Benet
c8e4845630 Merge pull request #2020 from ipfs/feat/actually-ndjson
no newlines in json objects
2015-12-01 09:17:16 -08:00
Juan Benet
7d0d1afb42 Merge pull request #2001 from ipfs/version-commit
gateway: /version tests, add CurrentCommit
2015-12-01 07:30:23 -08:00
Juan Benet
34efa3b8ea Merge pull request #2010 from ipfs/hotfix/auto-gc
Fix maybeGC trigger condition
2015-12-01 07:26:24 -08:00
Jeromy
891a8d7656 no newlines in json objects
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-30 15:23:48 -08:00
Jeromy
bdc1b27c51 hard code things
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-30 14:43:37 -08:00
Juan Benet
792da9d875 Merge pull request #1866 from ipfs/lgierth-patch-1
commands: fix description of --api
2015-11-30 00:40:05 -08:00
Nick Hamann
d49a15f566 Add newline to end of the output for a few commands.
Commands affected:

 - ipfs object put
 - ipfs tar add
 - ipfs resolve
 - ipfs name resolve

License: MIT
Signed-off-by: Nick Hamann <nick@wabbo.org>
2015-11-29 11:50:48 -06:00
rht
4a1043b207 Remove the err brake from PeriodicGC
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-11-28 07:52:23 +07:00
rht
7e46762342 Fix maybeGC trigger condition
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-11-27 11:31:11 +07:00
Lars Gierth
9d0c3f5cb0 diag: make commit consistent with version command
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-11-26 02:46:51 +01:00
Lars Gierth
9beebc9779 commands: enable version for API
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-11-26 02:46:41 +01:00
dignifiedquire
b036b23a23 Add access-control-headers to gateway config
License: MIT
Signed-off-by: Friedel Ziegelmayer <dignifiedquire@gmail.com>
2015-11-25 20:11:20 +01:00
dignifiedquire
e09c397aba Try to fix tests
License: MIT
Signed-off-by: Friedel Ziegelmayer <dignifiedquire@gmail.com>
2015-11-25 20:11:20 +01:00
dignifiedquire
eedd5d5b73 Add correct access control headers to the default api config
License: MIT
Signed-off-by: Friedel Ziegelmayer <dignifiedquire@gmail.com>
2015-11-25 20:11:20 +01:00
Lars Gierth
3e03ae8f77 gateway: add CurrentCommit to /version
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-11-25 02:51:05 +01:00
Lars Gierth
8ab0ddfe44 gateway: add tests for /version
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-11-25 02:51:05 +01:00
Jeromy Johnson
20b06a4cbc Merge pull request #1999 from ipfs/fix/no-fuse-windows
disable building fuse stuff on windows
2015-11-23 15:32:13 -08:00
Lars Gierth
ebf9511d63 commands: fix description of --api
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-11-23 20:35:02 +01:00
Jeromy Johnson
aa8c190d0b remove nofuse tag from windows build check (no longer needed)
License: MIT
Signed-off-by: Jeromy Johnson <why@ipfs.io>
2015-11-23 11:05:51 -08:00
Jeromy Johnson
e069af1aca disable building fuse stuff on windows
License: MIT
Signed-off-by: Jeromy Johnson <why@ipfs.io>
2015-11-23 11:01:57 -08:00
Jeromy Johnson
c9d118c0db Merge pull request #1987 from ipfs/seccat-context
seccat: fix secio context
2015-11-22 23:01:20 -08:00
Lars Gierth
0b50080b68 seccat: fix secio context
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-11-21 01:21:38 +01:00
Juan Benet
93c23099c7 Merge pull request #1971 from ipfs/gateway-url-rewrites
gateway: add path prefix for directory listings
2015-11-20 01:35:08 -08:00
Juan Benet
b9e8c001cf Merge pull request #1968 from rht/gc-auto-test
Add gc auto test
2015-11-17 10:07:55 -08:00
Jeromy
b99b77820d spelling
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-16 21:45:07 -08:00
Jeromy
2d2aa666eb fixes from PR
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-16 09:53:10 -08:00
Jeromy
7681b66fee initial support for commands to use external binaries
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-16 09:17:11 -08:00
Juan Benet
3a2ac8f037 Merge pull request #1959 from ipfs/remove-log-config
repo: remove Log config
2015-11-16 11:32:54 -05:00
Juan Benet
9a6cb8057c Merge pull request #1930 from ipfs/feature/remove-crypto-notes
Moved TODO doc to issue #1929
2015-11-16 10:18:59 -05:00
Lars Gierth
021ef43418 gateway: add path prefix for directory listings
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-11-16 07:00:57 +01:00
rht
54a9891822 Add gc auto test
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-11-15 18:50:51 +07:00
Lars Gierth
253163893d repo: remove Log config
We stopped logging to files in a676b5a8ac
and this config section was missed.

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-11-11 18:32:24 +01:00
Juan Benet
ca443b35d4 Merge pull request #1956 from ipfs/hotfix/err-log-query
drop error log down to debug
2015-11-10 08:37:32 +00:00
Juan Benet
76dedd8447 Merge pull request #1495 from rht/gc
Add fixed-period and conditional repo GC
2015-11-10 07:27:14 +00:00
Jeromy
70b64ac88c drop error log down to debug
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 23:18:38 -08:00
rht
48a33ffb67 Add fixed period repo GC + test
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-11-10 14:03:29 +07:00
Juan Benet
63baf78d1e Merge pull request #1943 from ipfs/dht/speed
fix swarm dial backoff
2015-11-10 06:41:54 +00:00
Juan Benet
ece43a5b7f Merge pull request #1937 from ipfs/refactor/transport
refactor net code to use transports, in rough accordance with libp2p
2015-11-10 04:41:32 +00:00
Jeromy
94647ed884 only fail interface setup if all addresses fail
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 20:02:26 -08:00
Jeromy
724e6cb37d reuseport tcp is now a dial creation option
And other assorted PR feedback

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 20:02:26 -08:00
Jeromy
8e6609e78a add timeout opt to transport dialer creation
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 20:02:26 -08:00
Jeromy
d26a918258 refactor net code to use transports, in rough accordance with libp2p
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 20:02:23 -08:00
Jeromy Johnson
6ad200e821 Merge pull request #1951 from ipfs/fix/api-check-timeout
add another error to the isConnRefused check
2015-11-08 16:36:22 -08:00