josch
a0c534b803
adjust includes according to iwyu 3.5
2014-12-29 09:54:42 +01:00
josch
0bd253bf28
fix indentation
2014-12-29 09:54:42 +01:00
root
ae52c4c647
fixed some reversed parameters introduced in the previous commit
2014-12-27 22:32:40 -06:00
root
53e85e0de1
added the framework for supporting new link types in the file-get-links API
2014-12-27 22:26:24 -06:00
root
e046d726f1
the file_get_links low-level API was returning -1 because the share link was not being returned. this was an artifact of the new API update. even though the direct_download_link was being returned, we were erroneously returning -1
2014-12-26 22:56:58 -06:00
root
cfd93bfa08
call get links and specify only direct_download link. that is all we should need (for now)
2014-12-26 22:46:49 -06:00
josch
f788706680
mfconn_create_signed_get: add more verbosity to error conditions
2014-12-19 07:57:01 +01:00
josch
8468a39c0a
if apicall failed - retry
2014-12-06 11:04:04 +01:00
josch
c04151f2e1
remove json_object_by_path
2014-12-05 14:27:31 +01:00
josch
73123d87e9
move mfconn_update_secret_key into the apicalls
2014-12-05 14:02:33 +01:00
josch
1007caec7a
check and return mediafire response code for every api call
2014-12-05 11:37:51 +01:00
josch
b0410cc1ac
make synchronization with remote more robust
2014-09-29 16:49:11 +02:00
josch
08c067a352
add const qualifiers to some variables
2014-09-23 09:28:58 +02:00
josch
042a1cdf09
Add valgrind tests and fix memleaks
2014-09-23 09:28:24 +02:00
josch
097a855751
use gnu indent to enforce coding style and adapt source
...
- indent options are listed in ./.indent.pro
- use test case to run indent
2014-09-20 12:29:39 +02:00
josch
d8e00119b4
add test with iwyu and fix all headers accordingly
2014-09-20 10:31:55 +02:00
josch
4b2563d800
remove the _t postfix from type names because POSIX reserves types ending in _t
2014-09-19 23:13:29 +02:00
josch
ef3b2aa844
Refactor code into utils, mfapi and mfshell
...
- utils is the low level library used by the others
- mfapi uses utils and implements the api and some wrappers
- mfshell uses mfapi and utils to provide a shell
2014-09-19 17:08:20 +02:00