Jakub Sztandera
ce96b915e7
gateway: change status code of failed namesys resution to 500
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-16 05:37:38 +01:00
Jakub Sztandera
43320e1b7f
gateway: use switch for error handling
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-16 05:29:39 +01:00
Jakub Sztandera
82d46a5b5b
gateway: degrade error in gateway to log to reduce noise
...
It logs all errors including expired IPNS keys and other non important
errors.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-11-16 05:25:18 +01:00
Jeromy Johnson
1a365a86fe
Merge pull request #3391 from ipfs/deps/ipfs-node-iface
...
update to newer ipld node interface with Copy and better Tree
2016-11-15 19:28:15 -08:00
Jeromy
396c629301
update to newer ipld node interface with Copy and better Tree
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-11-15 18:00:49 -08:00
Jeromy Johnson
e4be1b2e7a
Merge pull request #3377 from EliasGabrielsson/master
...
Updated Bash complete script
2016-11-15 14:22:14 -08:00
Jeromy Johnson
bbd7ad21ad
Merge pull request #3382 from keks/feat/command.run-docs
...
Add docs for `"commands".Command.Run`
2016-11-14 17:51:47 -08:00
Jeromy Johnson
bc21966b0a
Merge pull request #3384 from ipfs/kevina/blockstore-kill-debug-stmt
...
blockstore: remove expensive debug statement in AllKeysChan
2016-11-14 17:38:25 -08:00
Jeromy Johnson
aae9eb7891
Merge pull request #3244 from ipfs/feat/gateway-post-coreapi
...
gateway: use core api for serving GET/HEAD/POST
2016-11-14 14:15:54 -08:00
Kevin Atkinson
62c380b001
blockstore: remove expensive debug statement in AllKeysChan
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-11-14 16:57:40 -05:00
Jan Winkelmann
1a3fa80fdb
Add docs for "commands".Command.Run
...
To clarify that if you want to access the request body after writing need to use
multipart requests.
License: MIT
Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de>
2016-11-14 22:32:41 +01:00
Jeromy Johnson
580584a97f
Merge pull request #3379 from ipfs/kevina/blockstore-nonewkey
...
blockstore: fix TODO and avoid calling ds.NewKey
2016-11-14 09:23:07 -08:00
Kevin Atkinson
d48d90447b
blockstore: fix TODO and avoid calling ds.NewKey
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-11-14 01:49:39 -05:00
Elias Gabrielsson
e9594c9b23
Updated Bash complete script
...
Some minor bug still exist but not breaking.
Everything is marked with "TODO" inline the script.
License: MIT
Signed-off-by: Elias Gabrielsson <elias@benefactory.se>
2016-11-13 16:31:16 +01:00
Jeromy Johnson
10915f346a
Merge pull request #3374 from polezaivsani/fix/daemon/rlimits
...
Tune resource limits on BSDs
2016-11-11 10:33:37 -08:00
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
Vasily Kolobkov
b0a51bf1f5
Tune resource limits on BSDs
...
License: MIT
Signed-off-by: Vasily Kolobkov <polezaivsani@openmailbox.org>
2016-11-11 11:33:50 +02: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
Lars Gierth
f610e19d3e
coreapi: reuse go-ipld-node.Link
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-07 18:25:49 +01:00
Lars Gierth
0097b422de
gateway: use core api for serving POST requests
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-07 18:25:49 +01:00
Lars Gierth
c31e4f7226
gateway: move context/close-notify wiring
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-07 18:25:49 +01:00
Lars Gierth
036ca3a764
coreapi: add Add()
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-07 18:25:49 +01:00
Lars Gierth
029f971d9c
gateway: use core api for serving GET/HEAD requests
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-07 18:25:49 +01:00
Lars Gierth
46239e8215
coreapi: get going, add Cat() and Ls()
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-11-07 18:25:49 +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