summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix broken receive for regular receive method when using GnuTLS, tooworkMartin Szulecki2015-11-171-3/+11
* Fix installation_proxy when using GnuTLS instead of OpenSSLJay Freeman (saurik)2015-10-211-4/+4
* common: Add missing gnutls/openssl CFLAGS to Makefile.amNikias Bassen2015-10-091-1/+1
* tools: Use PACKAGE_URL define for homepage project links in usage outputMartin Szulecki2015-10-0617-17/+82
* Add missing "(void)" to functions to match public headersMartin Szulecki2015-10-063-3/+3
* lockdown: Add new lockdownd_pair_with_options() functionNikias Bassen2015-07-152-9/+47
* lockdown: Add more error codesNikias Bassen2015-07-103-1/+21
* lockdown: Remove unneeded plist_free() calls since entire dict is freed laterNikias Bassen2015-05-241-5/+0
* 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