5 Commits

Author SHA1 Message Date
Aaron Hamilton
cf22aa9ff5 Use _DEFAULT_SOURCE instead of _BSD_SOURCE, since _BSD_SOURCE is deprecated. 2015-01-21 23:43:45 +00:00
josch
9c77fe415e mfapi/file.c mfapi/folder.c mfapi/patch.c: add error messages 2015-01-18 09:59:21 +01:00
root
3e102bf5fb typo in the previous commit 2014-12-27 17:21:32 -06:00
root
2f218f9c99 fixup files in mfapi directory for strdup on old systems 2014-12-27 17:20:16 -06:00
josch
febb29f75c Add support for updating local cache through patches
- refactor some code:
   - code handling the file cache is now in fuse/filecache.c
   - base36 and base16 encoding and decoding moved to utils/hash.c
 - mfshell: add "updates" command calling device/get_updates
 - add container class to store patch information as mfapi/patch.c
 - apicalls: store more info retrieved by file/get_info
 - apicalls: add device/get_updates
 - apicalls: add device/get_patch
2014-12-01 16:30:32 +01:00