Jeromy
43d668331c
add config option to disable bandwidth metrics
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-11 10:31:24 -08:00
Jeromy Johnson
4442498d92
Merge pull request #3373 from ipfs/deps/libp2p-4.1.0
...
update to go-libp2p 4.1.0
2016-11-10 19:12:39 -08:00
Jeromy
7fbaae49be
update to go-libp2p 4.1.0
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-10 17:38:10 -08:00
Jeromy Johnson
8d6ac7a83f
Merge pull request #3366 from keks/fix/fix-adding
...
Revert "http api: makes sure header is sent even when r is not ready …
2016-11-09 14:37:15 -08:00
Jeromy Johnson
e7d9c418b2
Merge pull request #3369 from nathanmusoke/fix/complete_bash_completion
...
bash_completion: Add a couple missing commands
2016-11-08 09:52:13 -08:00
Nathan Musoke
ac4200f1ea
bash_completion: Add a couple missing commands
...
Add "bitswap" and "repo" to bash completion for `ipfs stats`. They are
listed under `ipfs stats --help`.
Also added their respective subcommands.
License: MIT
Signed-off-by: Nathan Musoke <nathan.musoke@gmail.com>
2016-11-08 20:51:48 +13:00
Jeromy Johnson
6500136582
Merge pull request #3365 from davbre/master
...
Put config keys in proper case
2016-11-07 20:30:45 -08:00
Jan Winkelmann
c6186982e8
revert commit breaking ipfs add for js-ipfs-api
...
Revert "http api: makes sure header is sent even when r is not ready yet. fixes #3304 (#3305 )"
This reverts commit 68d8a298c5 .
License: MIT
Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de>
2016-11-07 23:24:05 +01:00
David Brennan
8efdb4f1df
Put config keys in proper case
...
License: MIT
Signed-off-by: David Brennan <david.n.brennan@gmail.com>
2016-11-07 08:13:56 +01:00
Jeromy Johnson
6779ff1021
Merge pull request #3361 from ipfs/deps/libp2p-4.0.4
...
update to libp2p 4.0.4
2016-11-05 22:05:23 -07:00
Jeromy
25d9f8afd1
update to libp2p 4.0.4
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-05 21:44:36 -07:00
Jeromy Johnson
e91072121d
Merge pull request #3352 from ipfs/feat/stream-inspection
...
allow listing of streams to connected peers
2016-11-05 19:22:45 -07:00
Jeromy Johnson
5fcd73d33b
Merge pull request #3357 from ipfs/fix/old-goprocs
...
no longer hard code gomaxprocs
2016-11-05 11:34:59 -07:00
Jeromy Johnson
4919645e11
Merge pull request #3358 from ipfs/doc/changelog-dates
...
changelog: fix 0.4.3-rc dates
2016-11-04 23:42:58 -07:00
Jeromy
795b3cc4c7
add muxer type to json output
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-04 11:43:17 -07:00
Lars Gierth
ae7c1eca0a
changelog: fix 0.4.3-rc dates
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-04 19:42:26 +01:00
Jeromy Johnson
4b82c899dd
Merge pull request #3353 from ipfs/fix/diag-hang
...
respect contexts when returning diagnostics responses
2016-11-04 11:26:00 -07:00
Jeromy
4a029c7374
add stream listings as swarm peers flag
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-04 10:52:11 -07:00
Jeromy
489c99b7e2
no longer hard code gomaxprocs
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-04 10:51:19 -07:00
Jeromy
7728124b5e
respect contexts when returning diagnostics responses
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-03 23:44:42 -07:00
Jeromy Johnson
a9df187e56
Merge pull request #3351 from ipfs/kevina/raw-get-link-opt
...
merkledag: optimize DagService GetLinks for Raw Nodes.
2016-11-03 21:23:25 -07:00
Kevin Atkinson
bfe7ad7ec3
merkledag: optimize DagService GetLinks for Raw Nodes.
...
A Raw Node can not possible have links, so there is no need to retrive
the node.
Once Raw Nodes are in common usage this can likely make a big difference
in the GC and other places that just care about the Links.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-11-03 23:31:59 -04:00
Jeromy
ec21220907
update go-libp2p
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-03 20:06:32 -07:00
Jeromy Johnson
1ca2d42889
Merge pull request #3348 from ipfs/kevina/gclocker
...
Separate out the G.C. Locking from the Blockstore interface.
2016-11-02 19:30:37 -07:00
Kevin Atkinson
ffe9d7dae4
Separate out the G.C. Locking from the Blockstore interface.
...
Factored out of #3257 (Add support for multiple blockstores).
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-11-02 21:56:34 -04:00
Jeromy Johnson
9d132e709d
Merge pull request #3345 from ipfs/fix/namesys/error-return
...
namesys: return right after errors
2016-11-02 17:58:13 -07:00
Jeromy Johnson
1261b90446
Merge pull request #2997 from ipfs/feat/gpg-key
...
assets: add security@ipfs.io GPG key
2016-11-02 16:42:22 -07:00
Lars Gierth
dae854eaf3
assets: rebuild them
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-03 00:38:32 +01:00
Lars Gierth
b5ec1d96cf
assets: add ping document
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-03 00:38:32 +01:00
Lars Gierth
02aa6b4714
gateway: bring back dir-index-html assets
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-03 00:38:32 +01:00
Lars Gierth
1eef1ef389
assets: add security@ipfs.io GPG key
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-03 00:37:34 +01:00
Jeromy Johnson
4b793f9194
Merge pull request #3259 from ipfs/kevina/local-mode
...
Distinguish between Offline and Local Mode.
2016-11-02 14:04:36 -07:00
Jeromy Johnson
437cc7fa78
Merge pull request #2911 from ipfs/feature/ifps-capitalize
...
docs: decapitalize IPFS where possible
2016-11-02 13:20:51 -07:00
Jeromy Johnson
c408878454
Merge pull request #2915 from ipfs/feature/2293-error-codes
...
Added note about error codes
2016-11-02 13:20:20 -07:00
Jeromy Johnson
f5cd4ef1c0
Merge pull request #3346 from ipfs/deps/dht-close-peers-fix
...
dht: update to dht code with fixed GetClosestPeers
2016-11-01 23:53:47 -07:00
Jeromy
d2f57c4cdf
dht: update to dht code with fixed GetClosestPeers
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-01 15:37:51 -07:00
Jeromy
b78b29c8a3
namesys: return right after errors
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-01 14:00:02 -07:00
Jeromy Johnson
9eba0e4ffb
Merge pull request #3339 from ipfs/deps/swarm-update
...
update go-libp2p-swarm with deadlock fixes
2016-10-30 23:49:36 -07:00
Jeromy
afce683eae
update go-libp2p-swarm with deadlock fixes
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-10-30 19:16:28 -07:00
Jeromy Johnson
3ece039f1b
Merge pull request #3334 from ipfs/fix/tar-add-buffering
...
dont buffer entire input for tar adds
2016-10-30 11:47:11 -07:00
Jeromy Johnson
634005a1ab
Merge pull request #3324 from ipfs/feat/block-cid-codec
...
allow cid format selection in block put command
2016-10-29 21:59:19 -07:00
Jeromy Johnson
8d4fd80fc1
Merge pull request #3325 from ipfs/feat/cbor-ipld
...
Implement cbor ipld nodes and a first pass at the 'dag' command
2016-10-29 21:59:06 -07:00
Jeromy
c6a273fd05
add more helptext to dag commands
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-10-29 18:03:25 -07:00
Jeromy
f68e1843f4
allow cid format selection in block put command
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-10-28 19:03:14 -07:00
Jeromy
0b8271f292
dont buffer entire input for tar adds
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-10-28 17:29:24 -07:00
Jeromy
4c5a5c8a8f
more cleanup, update cboripld package
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-10-28 12:56:47 -07:00
Richard Littauer
9843e86258
Changed so only explicit ipfs cli commands are lowercased
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-10-27 22:55:13 -07:00
Richard Littauer
9aaa743a51
docs: decapitalize IPFS where possible
...
Tried to check all instances of IPFS and make sure they werent referring to the CLI tool. See #2910 .
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-10-27 22:54:36 -07:00
Jeromy
f7d3f61673
clean up some code, update cbor package, and add tests
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-10-27 15:49:41 -07:00
Jeromy Johnson
17c629d7bc
Merge pull request #3321 from ipfs/feat/resolver-refactor
...
make path resolver no longer require whole node for construction
2016-10-26 11:29:48 -07:00