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
Jeromy
a23609fc4d
improve conn refused error check
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
rewrite path to filepath in fsrepo
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
remove api file on repo close
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
update function to check normal net.OpErrors
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-08 16:09:47 -08:00
Juan Benet
0b3e0373d5
Merge pull request #1914 from ipfs/fix/log-hang
...
fix webui log hanging bug
2015-11-08 23:50:31 +00:00
Jeromy
097d40ba74
rewrite of backoff mechanism
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-08 13:09:36 -08:00
Jeromy
193d73080e
fix dial backoff
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-08 13:09:36 -08:00
Jeromy
80c73f26b8
Add in some more notifications to help profile queries
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-08 13:09:36 -08:00
Juan Benet
261cdee451
Merge pull request #1927 from ipfs/feature/edit-contribute
...
Edited contribute
2015-11-08 10:18:04 -05:00
Juan Benet
2c0fa4bc99
Merge pull request #1940 from ipfs/feat/version-repo
...
add option to version command to print repo version
2015-11-06 04:03:41 -08:00
Jeromy
2f5563b3c0
fix log hanging issue, and implement close-notify for commands
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-05 15:57:28 -08:00
Jeromy
94bdce63a7
vendor logging lib update
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-05 15:57:21 -08:00
Jeromy
7811983901
add option to version command to print repo version
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-03 12:19:12 -08:00
Juan Benet
b508c23b7e
Merge pull request #1935 from ipfs/fix/nil-data-marshal
...
set data and links nil if not present
2015-11-03 04:07:47 -05:00
Jeromy
0d35cc9aea
set data and links nil if not present
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-02 23:38:36 -08:00
Juan Benet
e90bd9300e
Merge pull request #1928 from ipfs/feature/security
...
Added a security section
2015-11-02 18:47:44 -05:00
Juan Benet
d6732755fb
Merge pull request #1887 from ipfs/feat/ipns-cache
...
cache ipns entries to speed things up a little
2015-11-02 18:11:03 -05:00
Jeromy
c7fb7ce17d
cache ipns entries to speed things up a little
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-02 12:53:08 -08:00
Richard Littauer
97ef77f330
Moved TODO doc to issue #1929
...
See https://github.com/ipfs/go-ipfs/pull/1928#discussion_r43626195
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-11-02 09:50:27 -05:00
Richard Littauer
cdcf457d8f
Added a security section
...
See https://github.com/ipfs/community/issues/62
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-11-02 09:46:36 -05:00