summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/service.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-3/+3
2015-01-28Update copyright of public headersGravatar Martin Szulecki1-2/+2
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-14/+11
This simple change provides various benefits for developers like compile time errors, better auto-completition in editors and the ability of a debugger to show the constant instead of just the raw value. Thanks to Aaron Burghardt for the proposal.
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-0/+105
Conflicts: include/libimobiledevice/afc.h
2013-08-05service: Make generic service public to enable external service implementationsGravatar Martin Szulecki1-0/+67