- 04 Nov, 2016 2 commits
-
-
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>
-
- 03 Nov, 2016 3 commits
-
-
Jeromy Johnson authored
Separate out the G.C. Locking from the Blockstore interface.
-
Kevin Atkinson authored
Factored out of #3257 (Add support for multiple blockstores). License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Jeromy Johnson authored
namesys: return right after errors
-
- 02 Nov, 2016 9 commits
-
-
Jeromy Johnson authored
assets: add security@ipfs.io GPG key
-
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>
-
Jeromy Johnson authored
Distinguish between Offline and Local Mode.
-
Jeromy Johnson authored
docs: decapitalize IPFS where possible
-
Jeromy Johnson authored
Added note about error codes
-
Jeromy Johnson authored
dht: update to dht code with fixed GetClosestPeers
-
- 01 Nov, 2016 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 31 Oct, 2016 2 commits
-
-
Jeromy Johnson authored
update go-libp2p-swarm with deadlock fixes
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 30 Oct, 2016 4 commits
-
-
Jeromy Johnson authored
dont buffer entire input for tar adds
-
Jeromy Johnson authored
allow cid format selection in block put command
-
Jeromy Johnson authored
Implement cbor ipld nodes and a first pass at the 'dag' command
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 29 Oct, 2016 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 28 Oct, 2016 3 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
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>
-
- 27 Oct, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 26 Oct, 2016 1 commit
-
-
Jeromy Johnson authored
make path resolver no longer require whole node for construction
-
- 25 Oct, 2016 5 commits
-
-
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
update to new cid and ipld node packages
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Create a FilestoreNode object to carry PosInfo
-
- 24 Oct, 2016 3 commits
-
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
When doing a filestore add, we wrap whatever nodes we create in a FilestoreNode object and add the PosInfo to it so that the filestore will be able to extract information as needed. Edited by whyrusleeping License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Jeromy Johnson authored
Implement 'Raw Node' node type
-
- 19 Oct, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 18 Oct, 2016 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
keks authored
* http api: send header even when r is not ready yet. fixes #3304 License: MIT Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de> * http api: check flush error and only flush once per iteration License: MIT Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de> * http api: f.Flush is not in fact returning anything License: MIT Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de> * api http: remove pointless Flush License: MIT Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de>
-