Commit Graph

52 Commits (master)

Author SHA1 Message Date
Jose Marcial Vieira Bisneto ee0c287a34
Fix compilation reported in issue #16 2019-01-02 21:36:18 -03:00
Jose Marcial Vieira Bisneto 662825493d
Dependencies: add c-libp2p and lmdb as submodules 2019-01-02 12:51:29 -03:00
Jose Marcial Vieira Bisneto 9491e69d76
Added ipns support for cat/get commands. 2018-10-25 19:14:47 -03:00
John Jones 9bdfed92f1 Merge branch 'master' into yamux
# Conflicts:
#	core/http_request.c
2017-11-29 06:21:49 -05:00
jmjatlanta f9bec0ac20 New way of swarm connection 2017-10-23 15:22:12 -05:00
Jose Marcial Vieira Bisneto ae6fe6dc29
Changed some API calls to use POST method. 2017-10-12 20:12:28 -03:00
John Jones 71c216defb Better handling of bad memory allocation 2017-10-05 15:14:47 -05:00
John Jones 42aa1646ab Misc changes to support binary upload 2017-10-04 09:36:38 -05:00
John Jones b9c28ceed4 Adjustments to handle retrieval of binary files 2017-10-04 07:33:29 -05:00
John Jones 596a811d5e testing of using api for binary files 2017-10-04 06:34:37 -05:00
jmjatlanta abb607c905 fixing name publish and resolve 2017-09-25 13:37:16 -05:00
John Jones 88baee62a2 Fixes for http receiving 2017-09-25 12:07:16 -05:00
jmjatlanta 5404fce6ec move api globals to struct 2017-09-25 08:55:42 -05:00
jmjatlanta 90262ef657 Calling the API from the client for "name resolve" and "name publish" 2017-09-21 18:03:42 -05:00
jmjatlanta c54cf989c0 Filling in more of http_request 2017-09-21 17:10:41 -05:00
jmjatlanta 9425e2fee3 More work on ipns publisher and resolver 2017-09-21 13:59:06 -05:00
jmjatlanta 378dd7c051 beginning to resolve ipns addresses 2017-09-21 11:21:01 -05:00
jmjatlanta 2051f7714a ipfs name command line options processing 2017-09-21 07:51:18 -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 acf506296e Updating tests 2017-09-18 19:04:52 -05:00
John Jones fc8fc582b1 Testing ipns 2017-09-14 16:49:19 -05:00
John Jones 395c7d94cf More implementation of ipns 2017-09-14 14:58:53 -05:00
John Jones 10aa932e08 Unit testing and memory fixes 2017-07-26 09:48:04 -05:00
jmjatlanta cb05b249ba Fixed warnings 2017-07-17 16:14:40 -05:00
John Jones f8e4286740 Starting to make the daemon more intelligent 2017-02-22 10:56:11 -05:00
Jose Marcial Vieira Bisneto fbd862431c namesys: Incomplete code disabled to not break compilation. 2017-02-14 07:56:07 -03:00
John Jones 8a2aabc013 Fixed some errors and warnings 2017-02-13 08:53:32 -05:00
John Jones 81fe9305bf Adjusting to use the better multihash implementation 2017-02-13 07:43:18 -05:00
Jose Marcial Vieira Bisneto 4cd4750f6f namesys: Fixed some compilation errors. 2017-02-13 08:52:22 -03:00
John Jones c972852c9a Fixed some compiler warnings 2017-02-13 05:34:56 -05:00
Jose Marcial Vieira Bisneto a569159cc2 Added command ipfs dns 2016-12-23 00:51:06 -03:00
Jose Marcial Vieira Bisneto 7691fe0dc2 Created errs.c and moved to util directory. 2016-12-23 00:45:13 -03:00
Jose Marcial Vieira Bisneto 049078effc Some changes at namesys. 2016-12-23 00:28:30 -03:00
Jose Marcial Vieira Bisneto b17403b61a Initial implementation of namesys/publisher 2016-12-21 07:21:40 -03:00
Jose Marcial Vieira Bisneto 41b7579f21 Some changes at namesys/pb 2016-12-20 21:08:51 -03:00
Jose Marcial Vieira Bisneto 5b8678b48c Some changes at namesys/routing 2016-12-20 20:54:37 -03:00
Jose Marcial Vieira Bisneto fea5d3b8bf Initial implementation of namesys/routing 2016-12-16 00:30:40 -03:00
Jose Marcial Vieira Bisneto aa49c7dc35 Initial implementation of namesys/pb 2016-12-16 00:28:12 -03:00
Jose Marcial Vieira Bisneto 7a3d0c5e0b namesys/path: Changed error messages to a separate file. 2016-12-08 07:08:34 -03:00
Jose Marcial Vieira Bisneto 84f24797f4 Fixed memory leaks in namesys and path. 2016-12-08 06:48:38 -03:00
Jose Marcial Vieira Bisneto 496ae3ec6c namesys/path: Renamed the function names to match the rest of the project. 2016-12-05 08:55:17 -03:00
Jose Marcial Vieira Bisneto 33afac194a proquint: Implemented IPv6 suport. 2016-12-01 19:29:43 -03:00
Jose Marcial Vieira Bisneto e89b5515c2 Endianness verified using MIPS-BE emulated with qemu. 2016-11-30 07:02:07 -03:00
Jose Marcial Vieira Bisneto 8f686f6115 Added namesys/proquint_test, a small test sample. 2016-11-29 21:04:40 -03:00
Jose Marcial Vieira Bisneto 75f86b4107 Implemented encode and decode routines in namesys/proquint 2016-11-29 20:55:59 -03:00
Jose Marcial Vieira Bisneto 47e035e29f Fixed some memory leaks in namesys/dns and path/path 2016-11-29 08:26:05 -03:00
Jose Marcial Vieira Bisneto a21330af43 Initial implementation of namesys/dns.c 2016-11-27 10:57:28 -03:00
Jose Marcial Vieira Bisneto 63c7bd72e2 Initial implementation of namesys/isdomain 2016-11-24 19:52:19 -03:00
Jose Marcial Vieira Bisneto b1d5440303 namesys: Fixed ErrNamesys error. 2016-11-24 19:49:26 -03:00
Jose Marcial Vieira Bisneto ef2f112f6a Initial implementation of namesys/proquint 2016-11-24 09:50:05 -03:00