Commit Graph

44 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
Jose Marcial Vieira Bisneto 4e556221bd
Fixed issue when receiving by POST method. 2017-10-12 20:08:21 -03:00
John Jones 575be24be2 memory and bug fixes, plus update of several tests 2017-10-09 15:23:30 -05:00
John Jones 8aa7b7ca77 Added more tests, fixed bug with binary file xfer 2017-10-04 08:42:00 -05:00
John Jones 596a811d5e testing of using api for binary files 2017-10-04 06:34:37 -05:00
Jose Marcial Vieira Bisneto 495a92f5f8
Fixed binary chunk response in API. 2017-09-28 21:54:09 -03:00
John Jones 27d36d8320 Minor memory leak fixes 2017-09-28 15:43:03 -05:00
jmjatlanta f5250a71f3 more changes to implement api for dht provide and get 2017-09-27 11:45:36 -05:00
jmjatlanta 76b860c06f Attempting to bitswap from previously unknown node 2017-09-27 10:05:17 -05:00
John Jones 5bcd3a99f2 various fixes for object_get 2017-09-25 17:56:10 -05:00
Jose Marcial Vieira Bisneto 8b8a2844bd
Fixed some allocation problems. 2017-09-25 15:55:14 -03:00
Jose Marcial Vieira Bisneto 8e56826b8d
Using urlencode. 2017-09-25 15:31:03 -03:00
Jose Marcial Vieira Bisneto 6fc2614fe7
Fixed chunked size. 2017-09-25 14:40:33 -03:00
John Jones f0d19bab97 Small fixes for http api connectivity issues 2017-09-25 12:13:32 -05:00
John Jones 88baee62a2 Fixes for http receiving 2017-09-25 12:07:16 -05:00
John Jones 5fc40e51ee solved pthread_mutex being shared across processes 2017-09-25 11:25:34 -05:00
John Jones 982c7e9e6e More debugging of api 2017-09-25 10:00:49 -05:00
jmjatlanta 4b1cd8cb11 small bugfixes, chasing segfault 2017-09-25 09:20:51 -05:00
jmjatlanta 5404fce6ec move api globals to struct 2017-09-25 08:55:42 -05:00
Jose Marcial Vieira Bisneto b4e3817d62
Fixed the wrong buffer check. 2017-09-25 09:34:54 -03:00
jmjatlanta 9402f31841 Modified ipfs_core_http_request_free 2017-09-25 06:57:17 -05:00
Jose Marcial Vieira Bisneto 0b45b25d6e
Changed parameters and arguments. 2017-09-22 11:52:31 -03:00
Jose Marcial Vieira Bisneto 395eb4f031
Improved api_build_http_request implementation. 2017-09-21 23:27:33 -03:00
jmjatlanta c54cf989c0 Filling in more of http_request 2017-09-21 17:10:41 -05:00
jmjatlanta b133a703cc fixed memory leak 2017-09-21 15:30:23 -05:00
jmjatlanta a1b887ba76 Implementation of http_request 2017-09-21 15:27:16 -05:00
Jose Marcial Vieira Bisneto e0d5fed53e
HTTP redirection added in the API. 2017-09-21 11:50:15 -03: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 81d2252229 Now compiling with api changes 2017-09-20 07:53:36 -05:00
jmjatlanta 794217ed6c method signature changes 2017-09-20 07:40:28 -05:00
jmjatlanta c0419f2424 Adding IpfsNode to api startup 2017-09-20 07:32:12 -05:00
jmjatlanta 262216f6db Merge branch 'master' of https://github.com/Agorise/c-ipfs 2017-09-20 07:02:13 -05:00
jmjatlanta 6db0830c7d Added first cut of get_object 2017-09-20 07:02:00 -05:00
Jose Marcial Vieira Bisneto 87b0d6b13c
Fix the mutex lock when the memory allocation fails in api_listen_thread.
Thanks to John Jones for pointing out the problem.
2017-09-20 08:29:51 -03:00
Jose Marcial Vieira Bisneto 64891c9198
Added initial GET calls. 2017-09-20 08:02:13 -03:00
jmjatlanta 478fa403fd Merge branch 'master' of https://github.com/Agorise/c-ipfs 2017-09-13 05:03:13 -05:00
jmjatlanta d0eb0acc9d Added test for api 2017-09-13 05:02:59 -05:00
Jose Marcial Vieira Bisneto 0b113cb95d
Initial implementation of multipart in API. 2017-09-07 23:59:57 -03:00
Jose Marcial Vieira Bisneto d66bbdea65 Changed the interpretation of chunked in the API. 2017-08-24 23:13:36 -03:00
Jose Marcial Vieira Bisneto 7632949e30 Implemented chunked transfer encoding. 2017-08-01 21:17:17 -03:00
Jose Marcial Vieira Bisneto 5941a3593a Added body transmitted directly in the API. 2017-07-28 00:43:36 -03:00
Jose Marcial Vieira Bisneto bde4d4debe Initial handling of http request structure. 2017-07-23 22:24:14 -03:00
Jose Marcial Vieira Bisneto f7ddfa0088 Fixed thread-safe in API. 2017-07-23 11:49:40 -03:00
Jose Marcial Vieira Bisneto cce43e2bce Initial API implementation. 2017-07-21 00:40:43 -03:00