1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 08:47:42 +08:00

7469 Commits

Author SHA1 Message Date
b4a008720d "pin verify": fix API
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-25 13:52:04 -04:00
7a4031ddb7 "pin verify": add --verbose and --quiet options
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-25 13:40:06 -04:00
6e898ea678 "pin verify": don't use a pointer to a slice.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-25 13:40:06 -04:00
325e1c0839 "pin verify": basic implementation
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-25 13:40:06 -04:00
4cf046c4fb Merge pull request #3928 from ipfs/feat/provide-ann-opt
update to dht code with provide announce option
2017-05-25 10:11:09 -07:00
1c9a419e22 Merge pull request #3882 from keremgocen/fix-cmd-key-peerid
WIP: add PeerID lookup
2017-05-25 10:10:47 -07:00
c1f658cb42 Merge pull request #3939 from WilliButz/master
README.md: add Nix to the linux package managers
2017-05-25 10:04:43 -07:00
2f761081ec README.md: add Nix to the linux package managers
License: MIT
Signed-off-by: Willi Butz <wbutz@cyberfnord.de>
2017-05-25 12:50:58 +02:00
9a9df1f176 Merge pull request #3941 from jdanford/typo-neccessary
Change 'neccessary' to 'necessary'
2017-05-24 17:48:43 -07:00
a6bb83b8ad Merge pull request #3940 from ipfs/fix/http-proc-panic
make odds of 'process added after close' panic less likely
2017-05-24 17:45:41 -07:00
c9e20dd907 Change 'neccessary' to 'necessary'
License: MIT
Signed-off-by: Jordan Danford <jordandanford@gmail.com>
2017-05-24 09:40:53 -07:00
53f1a9a50a make odds of 'process added after close' panic less likely
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-24 09:12:27 -07:00
e61e4d24f8 Merge pull request #3938 from ipfs/kevina/filestore-verify-sort
filestore: add "--file-order" option to "filestore ls" and "verify"
2017-05-24 08:53:49 -07:00
332a7967f9 filestore: add "--file-order" option to "filestore ls" and "verify"
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-05-23 17:40:20 -04:00
0418930ca8 update to dht code with provide announce option
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-23 13:59:36 -07:00
27ebaabdc1 Merge pull request #3936 from mishmosh/patch-1
Add Comms items from js-ipfs, including blog
2017-05-22 15:56:45 -07:00
f7d9aba433 Remove duplicate release checklist
Removing this one, and keeping https://github.com/ipfs/go-ipfs/blob/master/docs/releases.md (per @larsgeirth in https://github.com/ipfs/blog/issues/97)

Please review/modify thoroughly, I am not familiar enough with go-ipfs release process to comment on contents.
2017-05-22 13:18:15 -04:00
f07e2f33a8 Add Comms items from js-ipfs, including blog 2017-05-22 13:13:31 -04:00
ec43fe47c8 Merge pull request #3437 from ipfs/feat/bitswap-cleanup-ledger
bitswap: clean up ledgers when disconnecting
2017-05-19 19:23:25 -07:00
331e60ba34 test for partner removal
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-19 19:05:12 -07:00
f53dc7c8b5 bitswap: clean up ledgers when disconnecting
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-05-19 19:01:58 -07:00
8e2aed3023 Merge pull request #3846 from ipfs/feat/pin-update
implement ipfs pin update
2017-05-17 22:44:31 -07:00
630f9ae29e Merge pull request #3884 from ipfs/feat/shutdown-cmd
Implement ipfs shutdown command
2017-05-17 22:44:06 -07:00
0d3a86e8fc address code review, add comments
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-17 22:09:33 -07:00
8f97786e49 comments and optimize potential rebalances
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-17 21:31:47 -07:00
315849639d implement ipfs pin update
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-17 21:31:47 -07:00
0780a4fdb4 Merge pull request #3892 from MichaelMure/keystore_key_rm
Implement ipfs key {rm, rename}
2017-05-17 21:28:36 -07:00
adb555c3eb Implement ipfs shutdown command
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-17 21:27:47 -07:00
5ef2f42d44 Merge pull request #3914 from jes/master
Add Suborigin header to gateway responses
2017-05-17 21:21:26 -07:00
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
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
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
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
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
2593495311 Document exported symbols
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-14 21:02:01 +09:00
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
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
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
4e1d966d42 Merge pull request #3916 from ipfs/rm/diag-net
remove 'ipfs diag net' from codebase
2017-05-12 14:57:31 -07:00
7ea34c6c6e Ipfs release 0.4.9
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
v0.4.9
2017-05-12 13:06:21 -07:00
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
1cddf67a35 remove 'ipfs diag net' from codebase
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-05-11 09:15:37 -07:00
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
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
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
a6e96e6c99 Ipfs release candidate 0.4.9-rc2
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
v0.4.9-rc2
2017-05-06 20:31:56 -07:00
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
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
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
3aa6d78ee1 Implement ipfs key rename
License: MIT
Signed-off-by: Michael Muré <batolettre@gmail.com>
2017-05-04 17:30:10 +09:00