josch
5fa32f8878
build with std=c99
2014-10-02 08:20:08 +02:00
josch
b0410cc1ac
make synchronization with remote more robust
2014-09-29 16:49:11 +02:00
josch
b6f35763fa
Optimize device/get_changes updates
...
- don't use folder/get_content but rely on parent information
- add many more debugging information and sanity checks
- ignore trash
- correctly update local device revision using device_response
- remove "visited" member and change housekeeping function to check for
consistency of parents and children (and retrieve fix from remote if
necessary)
- print key and parent key in the debugging function
- check for remote updates on every fs function
- introduce global defines for key and filename length
- add parent member, getters and setters to file.h
2014-09-27 14:05:11 +02:00
josch
b4045f19ce
Add hashtable implementation to maintain a local copy of the remote
2014-09-26 15:19:55 +02:00
josch
8ac6e70609
Don't let api_device_getchanges print but let it fill datastructures
2014-09-25 21:51:42 +02:00
josch
ebc70ee4c4
fix includes
2014-09-25 19:43:38 +02:00
josch
dcce69e66d
limit line length to 79 characters
2014-09-25 19:38:48 +02:00
josch
32fcb30572
fix indentation
2014-09-25 19:34:03 +02:00
josch
0fab559a86
Don't let api_folder_get_content print but let it fill datastructures
2014-09-25 19:27:49 +02:00
josch
975e75cc6f
mfshell: add changes command, mfapi: add device/get_changes
2014-09-25 13:04:40 +02:00
josch
c763863d27
remove epoch
2014-09-24 21:20:21 +02:00
josch
29a343267d
mfshell: add the status command and the device/get_status api call
2014-09-24 18:33:04 +02:00
josch
6ca27f0a6a
fix indent test and indentation
2014-09-24 11:28:35 +02:00
josch
0561a922c5
mfshell: add new folder command
2014-09-24 10:48:54 +02:00
josch
18db8742dd
remove "myfiles" as a moniker for the root. Use NULL or empty string instead
2014-09-24 09:34:56 +02:00
josch
6e546fa3f3
some stderr output on error
2014-09-23 20:52:30 +02:00
josch
60e0824f68
mfapi/apicalls/user_session.c: don't use hardcoded application_id
2014-09-23 18:24:09 +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
e45d0e883d
add rmdir shell command and folder_delete api call
2014-09-20 14:37: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
b322f68ad2
build with -Wall -Wextra -Werror and fix errors
2014-09-19 17:08:24 +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