summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* idevicewebinspectorproxy: Fix build with latest libimobiledevicewebinspectorproxyMartin Szulecki2015-06-101-6/+8
* idevicewebinspectorproxy: Add tool to proxy WebKit remote protocol locallyMartin Szulecki2015-06-102-1/+373
* m4: Use python-config if available to fix Python 3 support on newer distrosMartin Szulecki2015-01-291-0/+6
* Post-release version bump to 1.2.1Martin Szulecki2015-01-291-1/+1
* Update doxygen configuration to 1.8.81.2.0Martin Szulecki2015-01-281-824/+1738
* Move pkg-config file into src directoryMartin Szulecki2015-01-284-4/+4
* Update NEWS with latest changesMartin Szulecki2015-01-281-0/+2
* Update README with new git URL, IRC and twitter profileMartin Szulecki2015-01-281-2/+5
* Require autoconf 2.64+ to use package bugreport and project URL in AC_INITMartin Szulecki2015-01-281-2/+2
* Remove dev tools which are not installed and unmaintained anywaysMartin Szulecki2015-01-289-1176/+2
* lockdown: Remove dead link to old documentationMartin Szulecki2015-01-281-2/+0
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-2878-363/+360
* Update copyright of public headersMartin Szulecki2015-01-2821-18/+41
* Update NEWS with latest changesMartin Szulecki2015-01-271-0/+42
* Bump so name version before releaseMartin Szulecki2015-01-271-1/+1
* configure.ac: Reorder dependency version definitions for consistencyMartin Szulecki2015-01-271-2/+2
* tools: Add link to project homepage on usage outputMartin Szulecki2015-01-2717-0/+17
* docs: Add link to project homepageMartin Szulecki2015-01-2717-0/+51
* sbservices: Use more consistent name for lock/unlock methodsMartin Szulecki2015-01-271-12/+12
* idevicedebug: Use more efficient instproxy_lookup instead of browsing all appsMartin Szulecki2015-01-271-20/+8
* installation_proxy: Use char* array to pass capabilities for related methodMartin Szulecki2015-01-272-5/+14
* installation_proxy: Use char* array to pass appids for lookup commandMartin Szulecki2015-01-272-18/+31
* installation_proxy: Use new lookup command for app path retrieval helperMartin Szulecki2015-01-272-29/+8
* installation_proxy: Refactor implementation, add new commands and helpersMartin Szulecki2015-01-274-248/+710
* idevicedebug: Use new return attributes helperMartin Szulecki2015-01-271-7/+1
* installation_proxy: Add missing native errors to enumMartin Szulecki2015-01-271-8/+68
* installation_proxy: Add new helper to set return attributes in client optionsMartin Szulecki2015-01-272-0/+31
* installation_proxy: Improve comment formatting and some whitespacesMartin Szulecki2015-01-272-40/+43
* debugserver: Make debugserver_client_set_ack_mode() publicMartin Szulecki2015-01-272-1/+15
* idevice: Rename generic errorstring() into ssl_error_to_string()Martin Szulecki2015-01-271-2/+2
* idevicesyslog: Flush stdout whenever encountering a line breakNikias Bassen2015-01-271-0/+3
* idevicebackup: Notify user if erroneously used with an iOS 4 or later deviceNikias Bassen2015-01-271-0/+21
* idevicecrashreport: Enable build for win32Nikias Bassen2015-01-272-4/+6
* idevicedebugserverproxy: Properly handle server shutdownNikias Bassen2015-01-221-45/+75
* idevicedebugserverproxy: Use debugserver service and fix reconnecting to itMartin Szulecki2015-01-161-71/+46
* thread: Introduce thread_new and thread_free to cover handle leaks on WIN32Martin Szulecki2015-01-137-14/+40
* cython: Add receive/receive_timeout methods for iDeviceConnection to receive ...Hao Zhou2015-01-122-0/+32
* cython: Add new FILE_RELAY_E_PERMISSION_DENIED(-6) error to detect permission...Hao Zhou2015-01-121-0/+2
* lockdown: Fix documentation for client argument on pairing methodsMartin Szulecki2015-01-121-3/+3
* idevicepair: Fix compilation due to renamed pairing dialog errorMartin Szulecki2015-01-121-1/+1
* lockdown: Refactor internal error checking and add more native errors to enumMartin Szulecki2015-01-123-137/+226
* common: Convert int16_t macro error types of userpref module into enumMartin Szulecki2015-01-121-10/+10
* Add new "idevicenotificationproxy" tool to post or observe notificationsMartin Szulecki2015-01-124-2/+297
* Fix overlong blocking in np_client_free()Christophe Fergeau2015-01-121-3/+7
* Improve maintainability and Requires of pkg-config file slightlyMartin Szulecki2014-12-101-4/+4
* lockdown: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit statesMartin Szulecki2014-12-102-0/+3
* debugserver: Return enum error type instead of int for type consistencyMartin Szulecki2014-12-091-1/+1
* idevicedebug: Fix memory leak and compiler warnings regarding command creationMartin Szulecki2014-12-091-2/+6
* debugserver: Remove const argv requirement for creating commandsMartin Szulecki2014-12-092-3/+6
* cython: Add get_path_for_bundle_identifier() method to InstallationProxyClientHao Zhou2014-12-091-0/+19