Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-02 | AFC: new function afc_set_file_time | Nikias Bassen | 1 | -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-12 | Update the afc_get_device_info helper to return an afc_error_t | Martin Szulecki | 1 | -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-01 | Add afc_get_device_info_field() helper function | Bastien Nocera | 1 | -0/+3 | |
For use in front-end applications, also serves to document the available keys. | |||||
2009-07-29 | Add handling of afc_remove_path's unknown error code which is an ENOTEMPTY | Martin Szulecki | 1 | -0/+1 | |
2009-07-27 | Remove unimplemented afc_get_connection_info from public header | Martin Szulecki | 1 | -1/+0 | |
2009-07-25 | Update doxygen config and allow generation of documentation | Martin Szulecki | 1 | -2/+4 | |
2009-07-25 | Implement afc_file_tell() and adjust afc_receive_data() to handle it | Martin Szulecki | 1 | -0/+1 | |
2009-07-25 | Remove AFC to errno conversion and make afc_receive_data() return AFC errors | Martin Szulecki | 1 | -2/+0 | |
2009-07-25 | Update AFC API and use error codes from the STATUS operation response | Martin Szulecki | 1 | -20/+52 | |
2009-07-24 | Add missing copyright to afc and notification_proxy headers | Martin Szulecki | 1 | -0/+20 | |
2009-07-20 | New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only ↵ | Nikias Bassen | 1 | -1/+7 | |
non-blocking locks are supported via AFC. Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-07-07 | API cleanup for AFC | Nikias Bassen | 1 | -0/+54 | |
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> |