summaryrefslogtreecommitdiffstats
path: root/include/libiphone/afc.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-30afc_truncate: use uint64_t instead of off_tGravatar Nikias Bassen1-1/+1
This makes afc_truncate look more like afc_file_truncate which is also using uint64_t for the file size. [#82 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-11-30uint32_t type fixes for afc_file_read/afc_file_writeGravatar Nikias Bassen1-2/+2
This patch also adapts all corresponding internal functions. The buffer lengths are now consistently handled as uint32_t.
2009-11-02AFC: new function afc_set_file_timeGravatar Nikias Bassen1-0/+1
This function allows to set the modification time of a file. The time value needs to be specified as nanoseconds since epoch. [#81 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-09-12Update the afc_get_device_info helper to return an afc_error_tGravatar Martin Szulecki1-1/+1
We should return any underlying error afc_get_device_info returns so one is able to act properly. Also renamed it to "key" instead of "field" to be more generic.
2009-08-01Add afc_get_device_info_field() helper functionGravatar Bastien Nocera1-0/+3
For use in front-end applications, also serves to document the available keys.
2009-07-29Add handling of afc_remove_path's unknown error code which is an ENOTEMPTYGravatar Martin Szulecki1-0/+1
2009-07-27Remove unimplemented afc_get_connection_info from public headerGravatar Martin Szulecki1-1/+0
2009-07-25Update doxygen config and allow generation of documentationGravatar Martin Szulecki1-2/+4
2009-07-25Implement afc_file_tell() and adjust afc_receive_data() to handle itGravatar Martin Szulecki1-0/+1
2009-07-25Remove AFC to errno conversion and make afc_receive_data() return AFC errorsGravatar Martin Szulecki1-2/+0
2009-07-25Update AFC API and use error codes from the STATUS operation responseGravatar Martin Szulecki1-20/+52
2009-07-24Add missing copyright to afc and notification_proxy headersGravatar Martin Szulecki1-0/+20
2009-07-20New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only ↵Gravatar Nikias Bassen1-1/+7
non-blocking locks are supported via AFC. Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07API cleanup for AFCGravatar Nikias Bassen1-0/+54
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>