index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A protocol library to access iOS devices on Linux
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
service.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2015-01-28
Remove trailing whitespace errors from all files
Martin Szulecki
1
-5
/
+5
2014-10-05
Convert int16_t macro error types into enum to improve debugging/type-checking
Martin Szulecki
1
-3
/
+3
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-10-03
Avoid exporting non-public symbols
Martin Szulecki
1
-8
/
+8
2014-03-27
Moved Doxygen comments from source files to public headers.
Aaron Burghardt
1
-97
/
+0
Conflicts: include/libimobiledevice/afc.h
2013-11-30
Fix possible memory corruption by ensuring client pointers NULL'd after free
Martin Szulecki
1
-0
/
+3
2013-04-25
common: Move debug and userpref code into libinternalcommon
Martin Szulecki
1
-1
/
+1
2013-03-14
global: make sure to check service before checking service->port to prevent ↵
Nikias Bassen
1
-2
/
+2
crashes
2013-02-28
service: use correct int16_t instead of uint16_t for error codes
Nikias Bassen
1
-3
/
+3
2013-02-27
turn service_client_start_service into service_client_factory_start_service
Nikias Bassen
1
-9
/
+15
2013-02-27
service: Allow passing label for lockdown from start_service helper
Martin Szulecki
1
-2
/
+4
2013-02-27
Rename start service methods to be consistent
Martin Szulecki
1
-1
/
+1
2013-02-27
implement base service that all other services inherit from
Nikias Bassen
1
-0
/
+276