Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-13 | Rename service implementation sources to lowercase for consistency | Martin Szulecki | 1 | -740/+0 | |
2010-01-13 | installation_proxy: use correct type for port parameter and rename it | Nikias Bassen | 1 | -3/+3 | |
2010-01-12 | Refactor and unify internal debug system for ease of use and verbosity | Martin Szulecki | 1 | -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-12 | Remove support for debug masks due to inconsistent use | Martin Szulecki | 1 | -18/+18 | |
2010-01-12 | Rename utils to debug as it does exactly that, contain debug code | Martin Szulecki | 1 | -1/+1 | |
2010-01-12 | InstallationProxy: use new property_list_service | Nikias Bassen | 1 | -33/+33 | |
2010-01-09 | use new plist helper functions | Nikias Bassen | 1 | -111/+27 | |
2010-01-04 | Add options to instproxy_archive function | Nikias Bassen | 1 | -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-04 | New installation_proxy interface. | Nikias Bassen | 1 | -0/+809 | |
Allows enumeration, install, uninstall, upgrade, and some other stuff with apps. |