Commit Graph

22 Commits (master)

Author SHA1 Message Date
jmjatlanta b399762d82 Handle api and cli swarm connect 2017-10-12 10:12:54 -05:00
John Jones 71c216defb Better handling of bad memory allocation 2017-10-05 15:14:47 -05:00
John Jones 861ca0a332 Conversion from blockstore to node was not happening 2017-10-05 13:08:36 -05:00
jmjatlanta 81e103f1e0 Fix for object get when api not running 2017-09-27 07:02:00 -05:00
jmjatlanta 2cc7f52fbf fixed attempt to free a non allocated string 2017-09-26 09:43:10 -05:00
John Jones 5bcd3a99f2 various fixes for object_get 2017-09-25 17:56:10 -05:00
jmjatlanta e094528293 Finally sorted config file directory rules
If we are trying to build a repository in the home directory of
the user, put everything in a .ipfs directory. Otherwise, use
what was given, even if it does not have a .ipfs suffix.
2017-09-21 11:49:47 -05:00
jmjatlanta b301c7e4d2 Preparing for name resolve and name publish 2017-09-21 09:47:16 -05:00
jmjatlanta 2051f7714a ipfs name command line options processing 2017-09-21 07:51:18 -05:00
jmjatlanta d13e4b4318 Added journaling when a file is saved - beginning of backup scheme 2017-08-21 14:49:21 -05:00
jmjatlanta c58bfc9b1e Fixed loop 2017-08-16 07:08:39 -05:00
jmjatlanta d1d4d19fa8 Handling details of bitswap 2017-08-03 11:16:58 -05:00
John Jones d25e088b7c Built some system tests
Testing the retrieve remote file area using kademlia
2017-03-23 08:28:35 -05:00
John Jones f1aac5d707 Starting to handle get_value request 2017-02-27 12:27:40 -05:00
Jose Marcial Vieira Bisneto 0522bedd2a Implemented initial core/ping.
A fake plaintext ping/pong implementation, for now it's just
   to use as a POC for multistream and secio.
2017-02-09 23:53:58 -03:00
Jose Marcial Vieira Bisneto de6c4b2495 Initial implementation of core/daemon. 2017-02-09 22:10:21 -03:00
Jose Marcial Vieira Bisneto 7d3418e9c7 Added MINGW support for compiling in Windows
* Still need a fix for missing libresolv.
2017-01-12 18:45:44 -03:00
jmjatlanta 9d77b2709f Beginnings of handling multiple files 2016-12-27 21:39:58 -05:00
jmjatlanta 15b432c70e Now using correct hashes on small files
Also added ipfs cat command line functionality
2016-12-23 12:53:03 -05:00
Jose Marcial Vieira Bisneto a569159cc2 Added command ipfs dns 2016-12-23 00:51:06 -03:00
jmjatlanta da4b1f86f4 Added command ipfs object get [hash]
This will display the formatted data of a MerkleDag (links and data)
2016-12-22 10:21:18 -05:00
jmjatlanta 7fa0fc6a7b Added a simplistic command line.
From the command line, you can init the repository or add a file.
Directories coming soon...
2016-12-21 08:08:44 -05:00