jmjatlanta
90262ef657
Calling the API from the client for "name resolve" and "name publish"
2017-09-21 18:03:42 -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
d0eb0acc9d
Added test for api
2017-09-13 05:02:59 -05:00
jmjatlanta
0bc975dfcf
journaling protocol
2017-08-24 10:08:27 -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
jmjatlanta
2232d03854
Implementing protobuf objects for bitswap messages
2017-07-20 15:03:49 -05:00
jmjatlanta
1fe5be1c5c
Reading replication parameters from config file
2017-07-20 09:12:31 -05:00
John Jones
03696dd6e7
Major changes to support large file transfer
2017-04-20 17:56:03 -05:00
John Jones
a2a08156a7
Added thread pool to aid in clean daemon shutdown
2017-04-17 14:02:33 -05:00
John Jones
94d6005587
Moved datastore interface from ipfs to libp2p
2017-04-06 09:33:28 -05:00
John Jones
96b97ad347
Adding network calls to kademlia
2017-03-30 13:59:31 -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
640e4be5be
fix for strtok_r
2017-03-21 13:40:46 -05:00
John Jones
25a2fa0c65
Testing string tokenizer
2017-03-21 12:58:39 -05:00
John Jones
8edc94509c
c99 for centos
2017-03-21 15:20:52 +00:00
John Jones
43ca313854
Working with secio streams
2017-03-09 12:50:08 -05:00
John Jones
f1aac5d707
Starting to handle get_value request
2017-02-27 12:27:40 -05:00
fbd862431c
namesys: Incomplete code disabled to not break compilation.
2017-02-14 07:56:07 -03:00
John Jones
ea5f04e27a
added namesys to makefile
2017-02-13 08:56:26 -05:00
John Jones
8a2aabc013
Fixed some errors and warnings
2017-02-13 08:53:32 -05:00
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
de6c4b2495
Initial implementation of core/daemon.
2017-02-09 22:10:21 -03:00
7d3418e9c7
Added MINGW support for compiling in Windows
...
* Still need a fix for missing libresolv.
2017-01-12 18:45:44 -03:00
ef380f2a69
Initial implementation of pin/pin
2016-12-30 01:18:03 -03:00
37bab54a5c
Fix undefined reference to `Err'
2016-12-30 00:07:44 -03:00
jmjatlanta
c2fe60949e
Added the ability to retrieve the file using directories
...
Files can be refered to directly using their hash, or the hash of their
directory and the file name.
2016-12-29 19:05:44 -05: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
jmjatlanta
914d3caaed
Intermidiate commit with big changes to storage formats
...
I am attempting to match the storage format of the reference
implementation, so as to generate the same hashes.
2016-12-23 09:37:43 -05:00
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