summaryrefslogtreecommitdiffstats
path: root/src/InstallationProxy.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-13Rename service implementation sources to lowercase for consistencyGravatar Martin Szulecki1-740/+0
2010-01-13installation_proxy: use correct type for port parameter and rename itGravatar Nikias Bassen1-3/+3
2010-01-12Refactor and unify internal debug system for ease of use and verbosityGravatar Martin Szulecki1-20/+20
This introduces a new debug_info macro which automatically prints the calling function, file and line number information instead of having that information passed to every old log_debug_msg call.
2010-01-12Remove support for debug masks due to inconsistent useGravatar Martin Szulecki1-18/+18
2010-01-12Rename utils to debug as it does exactly that, contain debug codeGravatar Martin Szulecki1-1/+1
2010-01-12InstallationProxy: use new property_list_serviceGravatar Nikias Bassen1-33/+33
2010-01-09use new plist helper functionsGravatar Nikias Bassen1-111/+27
2010-01-04Add options to instproxy_archive functionGravatar Nikias Bassen1-1/+16
This change allows to specify the following options: INSTPROXY_ARCHIVE_APP_ONLY - Archive only the application data INSTPROXY_ARCHIVE_SKIP_UNINSTALL - Do not uninstall the application. Combine these options with logical OR to specify both. These two options combined are used by iTunes to create app archives of on-device downloaded apps that are later copied as *.ipa files to the computer. [#104 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2010-01-04New installation_proxy interface.Gravatar Nikias Bassen1-0/+809
Allows enumeration, install, uninstall, upgrade, and some other stuff with apps.