Commit Graph

25 Commits (master)

Author SHA1 Message Date
Jose Marcial Vieira Bisneto 35b20c9a2e
Changed some erroneously labeled messages as an error. 2018-10-25 18:44:19 -03:00
jmjatlanta 5404fce6ec move api globals to struct 2017-09-25 08:55:42 -05:00
Jose Marcial Vieira Bisneto a907f1dd2d
The API changed pthread to scope, so it can load multiple instances. 2017-09-20 14:39:26 -03:00
jmjatlanta d1d4d19fa8 Handling details of bitswap 2017-08-03 11:16:58 -05:00
jmjatlanta e4f1c9b39c Making providerstore smarter 2017-07-31 12:50:12 -05:00
John Jones b3bb857f3a Still testing bitswap 2017-07-27 14:33:19 -05:00
John Jones 73d7d5daed More implementation of bitswap 2017-07-27 12:05:41 -05:00
John Jones 069379acf4 Fix of a few compiler warnings 2017-07-17 13:05:56 -05:00
Jose Marcial Vieira Bisneto 13b8b8bf27 Null routing code reallocated to facilitate routing protocol swap. 2017-07-06 23:51:53 -03:00
John Jones a5e5a71ddd Fixes for various memory leaks 2017-05-11 13:53:52 -05:00
John Jones 03696dd6e7 Major changes to support large file transfer 2017-04-20 17:56:03 -05:00
John Jones 427b5c948f Added routines to cleanly shutdown daemon
This still needs more work, but the mechanism now exists
2017-04-17 11:58:47 -05:00
John Jones 794608a7ea Added -c or -config command line parameter
You can now specify the ipfs repository directory from the command line
by using -c [dir] or --config [dir]
2017-04-06 17:46:40 -05:00
John Jones 950ad31760 For now, puting bogus, non-zero IP address in due to MultiAddress bug.
The client pays no attention to the IP address anyway. But the
MultiAddress bug needs to be fixed.
2017-04-03 22:02:44 -05:00
John Jones 7b61c70639 added logging to daemon 2017-04-03 20:54:03 -05:00
John Jones e90d966e44 Adding network and swarm functionality 2017-04-03 11:55:36 -05:00
John Jones 96b97ad347 Adding network calls to kademlia 2017-03-30 13:59:31 -05:00
John Jones 8feb946087 debugging daemon 2017-03-24 14:29:00 -05:00
John Jones 618264c709 Kademlia does not need a separate thread
Kademlia creates its own threads, and does not need a thread to get it
started.
2017-03-21 12:23:54 -05:00
John Jones f494344b15 Adding kademlia routing to daemon 2017-03-09 18:03:21 -05: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
John Jones daefe7604f Beginning of implementation of smarter connections for daemon 2017-02-22 11:48:42 -05:00
John Jones f8e4286740 Starting to make the daemon more intelligent 2017-02-22 10:56:11 -05:00
Jose Marcial Vieira Bisneto de6c4b2495 Initial implementation of core/daemon. 2017-02-09 22:10:21 -03:00