Commit Graph

26 Commits (5404fce6ec4b189de2894693b96f9e3cd2c3e6d2)

Author SHA1 Message Date
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