- 15 Nov, 2016 3 commits
-
-
Jeromy Johnson authored
Updated Bash complete script
-
Jeromy Johnson authored
Add docs for `"commands".Command.Run`
-
Jeromy Johnson authored
blockstore: remove expensive debug statement in AllKeysChan
-
- 14 Nov, 2016 5 commits
-
-
Jeromy Johnson authored
gateway: use core api for serving GET/HEAD/POST
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Jan Winkelmann authored
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>
-
Jeromy Johnson authored
blockstore: fix TODO and avoid calling ds.NewKey
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
- 13 Nov, 2016 1 commit
-
-
Elias Gabrielsson authored
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>
-
- 11 Nov, 2016 4 commits
-
-
Jeromy Johnson authored
Tune resource limits on BSDs
-
Vasily Kolobkov authored
License: MIT Signed-off-by: Vasily Kolobkov <polezaivsani@openmailbox.org>
-
Jeromy Johnson authored
update to go-libp2p 4.1.0
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 09 Nov, 2016 1 commit
-
-
Jeromy Johnson authored
Revert "http api: makes sure header is sent even when r is not ready …
-
- 08 Nov, 2016 3 commits
-
-
Jeromy Johnson authored
bash_completion: Add a couple missing commands
-
Nathan Musoke authored
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>
-
Jeromy Johnson authored
Put config keys in proper case
-
- 07 Nov, 2016 8 commits
-
-
Jan Winkelmann authored
Revert "http api: makes sure header is sent even when r is not ready yet. fixes #3304 (#3305)" This reverts commit 68d8a298. License: MIT Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
David Brennan authored
License: MIT Signed-off-by: David Brennan <david.n.brennan@gmail.com>
-
- 06 Nov, 2016 3 commits
-
-
Jeromy Johnson authored
update to libp2p 4.0.4
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
allow listing of streams to connected peers
-
- 05 Nov, 2016 2 commits
-
-
Jeromy Johnson authored
no longer hard code gomaxprocs
-
Jeromy Johnson authored
changelog: fix 0.4.3-rc dates
-
- 04 Nov, 2016 9 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Jeromy Johnson authored
respect contexts when returning diagnostics responses
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
merkledag: optimize DagService GetLinks for Raw Nodes.
-
Kevin Atkinson authored
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>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 03 Nov, 2016 1 commit
-
-
Jeromy Johnson authored
Separate out the G.C. Locking from the Blockstore interface.
-