Jeromy Johnson
0780a4fdb4
Merge pull request #3892 from MichaelMure/keystore_key_rm
...
Implement ipfs key {rm, rename}
2017-05-17 21:28:36 -07:00
Jeromy Johnson
5ef2f42d44
Merge pull request #3914 from jes/master
...
Add Suborigin header to gateway responses
2017-05-17 21:21:26 -07:00
Jeromy Johnson
d6983801de
Merge pull request #3909 from TUSF/doc/pubsub-end
...
Adding documentation that PubSub Sub can be encoded.
2017-05-15 13:07:21 -07:00
Jeromy Johnson
219b41bff8
Merge pull request #3915 from ipfs/kevina/repo-stat-storagemax
...
Add MaxStorage field to output of "repo stat".
2017-05-15 12:27:42 -07:00
Jeromy Johnson
a4ffefd2ad
Merge pull request #3919 from ipfs/kevina/add-hash-fun
...
adder: add support for specifying the hash function
2017-05-14 15:27:42 -07:00
Kevin Atkinson
4bbd00185c
adder: add support for specifying the hash function
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-14 17:38:32 -04:00
Kevin Atkinson
e23dbd291b
Add support for using an alternative hash function with raw nodes.
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-14 17:38:26 -04:00
Michael Muré
2593495311
Document exported symbols
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-14 21:02:01 +09:00
Michael Muré
cb8d5eb245
Add a test for failure of 'ipfs key rm self'
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-14 21:01:18 +09:00
James Stanley
cb2a38d89b
Add Suborigin header to gateway responses ( #3209 )
...
This existed before but was disabled in 912a972 because the Suborigin spec
changed and it became incompatible.
This commit updates the generated Suborigin header to be conformant with the
latest spec.
License: MIT
Signed-off-by: James Stanley <james@incoherency.co.uk>
2017-05-13 10:47:36 +01:00
Jeromy Johnson
864bf47a5a
Merge pull request #3895 from torresashjian/fix/cmds/add-msg-typo
...
Fix typo in message when file is not determined
2017-05-12 17:57:49 -07:00
Jeromy Johnson
4e1d966d42
Merge pull request #3916 from ipfs/rm/diag-net
...
remove 'ipfs diag net' from codebase
2017-05-12 14:57:31 -07:00
Jeromy
7ea34c6c6e
Ipfs release 0.4.9
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-12 13:06:21 -07:00
Kevin Atkinson
cd8c4ee8e0
Use tabwritter for better formatted output.
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-11 22:05:52 -04:00
Jeromy
1cddf67a35
remove 'ipfs diag net' from codebase
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-11 09:15:37 -07:00
Kevin Atkinson
0f46a34f59
Add MaxStorage field to output of "repo stat".
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-10 23:41:35 -04:00
TUSF
43b0b17d9a
Turns out, the Message will Marshal properly.
...
License: MIT
Signed-off-by: Jeremia Dominguez <ragef33@gmail.com>
2017-05-09 17:55:58 -05:00
Michael Muré
7e91da2067
Future-proof keystore.Has by returning an error as well
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-08 17:00:00 +09:00
Jeromy
a6e96e6c99
Ipfs release candidate 0.4.9-rc2
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-06 20:31:56 -07:00
Jeromy Johnson
afa0c344cd
Merge pull request #3897 from ipfs/feat/faster-listing
...
improved gateway directory listing for sharded nodes
2017-05-06 20:29:53 -07:00
Jeromy
5bb480b4da
improved gateway directory listing for sharded nodes
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-05 13:31:34 -07:00
Michael Muré
c0a04a06c3
add sharness test for ipfs key rename
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-04 21:56:58 +09:00
Michael Muré
3aa6d78ee1
Implement ipfs key rename
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-04 17:30:10 +09:00
Michael Muré
6f815b1568
Add a Has(name) method to the keystore
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-04 17:29:29 +09:00
Miguel Torres
6a25b67e4d
Fix typo in message when file is not determined
...
License: MIT
Signed-off-by: Miguel Torres <migueltorreslopez@gmail.com>
2017-05-01 20:59:08 -07:00
Michael Muré
a813830657
Enable stdin for ipfs key rm's name argument
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-02 12:27:15 +09:00
Jeromy Johnson
d59554a720
Merge pull request #3891 from ipfs/feat/0.4.9rc1-changelog
...
Update changelog and bump version for 0.4.9-rc1
2017-05-01 15:11:16 -07:00
Jeromy
9d166b0aa1
Update changelog and bump version for 0.4.9-rc1
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-01 14:37:00 -07:00
Michael Muré
bd96f71d2c
Make ipfs key rm variadic
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-02 01:47:13 +09:00
Michael Muré
730ab6115c
fix fmt and exported var that shouldn't be
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-02 01:46:56 +09:00
Michael Muré
4d4d7b8e08
Implement ipfs key rm
...
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-01 15:23:17 +09:00
Jeromy Johnson
f44ff30e89
Merge pull request #3880 from kpcyrd/docs/openbsd
...
Fix install_unsupported for openbsd, add docs
2017-04-30 21:57:55 -07:00
Jeromy Johnson
76cd541040
Merge pull request #3888 from ipfs/fix/add-mem-growth-hack
...
Flush cached directories every so often during an add
2017-04-30 21:56:49 -07:00
Jeromy Johnson
119ae72400
Merge pull request #3890 from ipfs/fix/sharding-issues
...
Fix sharding memory growth, and fix resolver for unixfs paths
2017-04-30 21:54:49 -07:00
Jeromy
a22cae1bce
fix coreapi unixfs resolving
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-04-30 21:20:48 -07:00
Jeromy
0597a04924
Fix sharding memory growth, and fix resolver for unixfs paths
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-04-30 13:48:28 -07:00
Jeromy Johnson
92f11776a4
Merge pull request #3889 from ipfs/fix/gateway-view-shard
...
Fix gateway handling of sharded directories
2017-04-29 14:25:13 -07:00
Jeromy
b71ef8354e
Fix gateway handling of sharded directories
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-04-29 13:01:22 -07:00
Jeromy
e2b2d0996f
Flush cached directories every so often during an add
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-04-29 12:27:09 -07:00
Jeromy Johnson
e5529cd57b
Merge pull request #3743 from ipfs/kevina/cidv1-add
...
Add support for using CidV1 in 'ipfs add'
2017-04-26 18:54:45 -07:00
kpcyrd
4f98f8fa3b
Link docs/openbsd.md in readme
...
License: MIT
Signed-off-by: kpcyrd <git@rxv.cc>
2017-04-27 01:06:32 +02:00
kpcyrd
720ced12b9
Fix install_unsupported for openbsd, add docs
...
License: MIT
Signed-off-by: kpcyrd <git@rxv.cc>
2017-04-27 01:02:42 +02:00
Jeromy Johnson
095230ee60
Merge pull request #3879 from kpcyrd/dist_get_fix
...
dist_get: handle 404 correctly
2017-04-26 15:49:16 -07:00
kpcyrd
49b90a0754
dist_get: handle 404 correctly
...
This prevents a 404 page getting piped into tar.
It's also adding the openbsd http(s) client `ftp`.
License: MIT
Signed-off-by: kpcyrd <git@rxv.cc>
2017-04-27 00:28:44 +02:00
Jeromy Johnson
213358b1e4
Merge pull request #3876 from dgrisham/master
...
bug fix: Bitswap now records 'BytesSent' in ledger
2017-04-26 09:15:57 -07:00
Jeromy Johnson
a34c5eac5b
Merge pull request #3877 from ipfs/feat/update-cbor
...
deps: bubble up cbor update
2017-04-25 21:58:35 -07:00
Kevin Atkinson
9350c513f1
Documentation
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-04-25 23:47:48 -04:00
Kevin Atkinson
8a47786c67
hamt: support using CIDv1 by allowing the prefix to be set
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-04-25 23:41:25 -04:00
Kevin Atkinson
076d0bd9b1
merkeldag: change SetPrefix param to a pointer and reset the prefix on nil
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-04-25 23:36:39 -04:00
Kevin Atkinson
518adec022
adder: add support for using CidV1
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-04-25 23:36:39 -04:00