summaryrefslogtreecommitdiff
path: root/dev
Commit message (Expand)AuthorAgeFilesLines
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-223-15/+15
* dev: Fix compiler warningsMartin Szulecki2012-03-211-0/+7
* dev/tools: add libplist_LIBS to Makefile.amNikias Bassen2012-03-191-1/+1
* use binary mode for fopen to make it work with win32Nikias Bassen2012-03-191-1/+1
* Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2Nikias Bassen2012-03-192-15/+55
* Completely remove glib dependency.Nikias Bassen2012-03-182-9/+14
* Remove gthread dependency and use pthreads insteadNikias Bassen2012-03-181-11/+6
* dev: Get rid of msyncclient as it does not use our new mobilesync APIMartin Szulecki2011-03-272-187/+2
* dev: Add missing dev files to EXTRA_DISTMartin Szulecki2011-03-271-1/+1
* dev: Add missing LDFLAGS and CFLAGS to ideviceclientMartin Szulecki2011-03-271-0/+2
* Add new house_arrest service including small test toolNikias Bassen2010-11-052-1/+220
* Promote ideviceenterrecovery into tools as it is quite usefulMartin Szulecki2010-05-282-100/+2
* Entering recovery mode does not require pairingMartin Szulecki2010-05-281-1/+1
* Remove obsolete msync.py Python developer exampleMartin Szulecki2010-05-281-42/+0
* Fix warning due to unused printf format specificer in filerelaytest toolMartin Szulecki2010-03-161-1/+1
* Add user data parameter to notification callback functionNikias Bassen2010-03-081-2/+2
* Use AM_CPPFLAGS instead of deprecated INCLUDESMartin Szulecki2010-03-021-1/+1
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-298-83/+83
* Quick and dirty file_relay test tool.Nikias Bassen2010-01-262-1/+114
* Rename all *_recv functions to *_receive to match underlying APIMartin Szulecki2010-01-221-4/+4
* lockdown/tools/python: use correct type for port parameterNikias Bassen2010-01-134-6/+6
* Remove support for debug masks due to inconsistent useMartin Szulecki2010-01-124-6/+1
* Rename utils to debug as it does exactly that, contain debug codeMartin Szulecki2010-01-121-1/+0
* Allow lockdown client creation without performing full handshakeMartin Szulecki2010-01-125-5/+5
* Update msync developer example to latest plist Python APIMartin Szulecki2010-01-081-12/+14
* Allow set the label of a lockdown request, usually set to the program nameMartin Szulecki2010-01-085-5/+5
* Fix distcheck by removing usage of private function in dev toolsMartin Szulecki2009-11-191-1/+1
* Finish migration to latest plist API.Jonathan Beck2009-11-111-10/+24
* Don't include usb.h, which is a libusb-0.1 headerIngmar Vanhassel2009-10-291-1/+0
* Update to latest libplist API.Jonathan Beck2009-10-131-23/+22
* Update tools to use new APIMartin Szulecki2009-09-125-6/+6
* Make distcheck pass from a clean treeBastien Nocera2009-08-041-0/+5
* Add new iphoneenterrecovery dev tool to make a device enter recovery modeMartin Szulecki2009-08-012-1/+100
* Move production ready tools into tools/ and do not install the dev/ onesMartin Szulecki2009-07-285-561/+2
* Fix build due to left over API usage in iphoneclientMartin Szulecki2009-07-271-1/+1
* Merge commit 'martin-s/martin'Matt Colyer2009-07-267-171/+150
|\
| * Implement afc_file_tell() and adjust afc_receive_data() to handle itMartin Szulecki2009-07-251-2/+7
| * Update AFC API and use error codes from the STATUS operation responseMartin Szulecki2009-07-252-31/+31
| * Rename iphone_get_device_handle to iphone_device_get_handle and update toolsMartin Szulecki2009-07-251-2/+3
| * Follow glib style and rename iphone_free_device to iphone_device_freeMartin Szulecki2009-07-257-15/+15
| * Update lockdown API and introduce new error codesMartin Szulecki2009-07-257-24/+28
| * Update NotificationProxy API and introduce new error codesMartin Szulecki2009-07-251-6/+8
| * Update MobileSync API and introduce mobilesync error codesMartin Szulecki2009-07-251-7/+5
| * Use iphone_device_get_uuid() not lockdown, for less overhead where possibleMartin Szulecki2009-07-242-13/+14
| * Rename iphone_set_debug() to iphone_set_debug_level() and code using itMartin Szulecki2009-07-245-6/+6
| * Add new NP_ITDBPREP_DID_END notification signaling music db refreshMartin Szulecki2009-07-241-1/+2
| * Add --debug option to afccheckMartin Szulecki2009-07-241-0/+8
| * Add new lockdown request domains to iphoneinfoMartin Szulecki2009-07-211-0/+5
| * New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only n...Nikias Bassen2009-07-201-2/+2
| * Simplify iphoneinfo by using new lockdownd_get_value replacing custom codeMartin Szulecki2009-07-181-68/+27