summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-07-18Use new plist_copy instead of serialization workaround in lockdownd_et_value()Gravatar Martin Szulecki2-14/+5
2009-07-18Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki13-524/+501
2009-07-18API cleanup for NotificationProxyGravatar Nikias Bassen6-87/+80
2009-07-18API cleanup for AFCGravatar Nikias Bassen7-105/+121
2009-07-07Support for creating hard- and symlinksGravatar Nikias Bassen2-1/+58
2009-07-07AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed afc_ge...Gravatar Nikias Bassen5-185/+94
2009-07-01lockdown: fix receive of large TLS-encapsulated plistsGravatar Nikias Bassen1-8/+12
2009-07-01Fix segfault when displaying usage for installed iphoneinfo and iphonesyslogGravatar Martin Szulecki2-2/+8
2009-06-29Make iphoneinfo useful by adding XML output and queries by domain and/or keyGravatar Martin Szulecki1-21/+105
2009-06-29Silence compiler warning for dispatch_AFC_packet()Gravatar Martin Szulecki1-1/+1
2009-06-29Silence warning and also dump iTunes format support informationGravatar Martin Szulecki1-0/+3
2009-06-29Lkdn times out after few seconds idle so close it early and fix a crash on quitGravatar Martin Szulecki1-1/+4
2009-06-29Update python bindings to use allow targeting device by uuidGravatar Martin Szulecki1-8/+20
2009-06-29Add product ids to support iPhone 3GSGravatar Martin Szulecki1-1/+1
2009-05-23Add a method to support fetching the UUID of the phone.Gravatar Matt Colyer3-5/+18
2009-05-19Updated method python binding to new iphone_msync_new_client signature.Gravatar Matt Colyer1-1/+1
2009-05-19Adapted iphoneinfo and iphonesyslog to new API to allow device selection Adde...Gravatar Nikias Bassen4-21/+123
2009-05-19lockdown: Check for gnutls errors and silence compiler warnings. general: Rem...Gravatar Nikias Bassen2-32/+43
2009-05-19Updated README with requirement for usbmuxdGravatar Matt Colyer1-0/+1
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen24-881/+187
2009-05-12Fix some comments in mobilesync.0.9.1Gravatar Matt Colyer1-6/+2
2009-05-11Fix distcheck target for swig binding generationGravatar Martin Szulecki1-1/+1
2009-05-11Revert the last patch as it breaks rather than helps (on my system atleast)Gravatar Matt Colyer1-2/+2
2009-05-11Drop plist/ prefix from libplist includesGravatar Todd Zullinger1-2/+2
2009-05-11Fix 'make distcheck' for python bindingsGravatar Todd Zullinger1-7/+20
2009-05-11Fixed autoconf typoGravatar Todd Zullinger1-1/+1
2009-05-11Made bz2 tarballs instead of gzip ones.Gravatar Todd Zullinger2-2/+3
2009-05-10Fixes for 0.9.1 release.Gravatar Matt Colyer7-10/+18
2009-05-10Bump the version of libplist required.Gravatar Matt Colyer1-1/+1
2009-05-10Made a release command.Gravatar Matt Colyer1-0/+3
2009-05-10NotificationProxy support added.0.9.0Gravatar Nikias Bassen8-137/+461
2009-05-10The libtool macro is needed here.Gravatar Matt Colyer1-0/+2
2009-05-09Fix dependencies in pkg-config file.Gravatar Jonathan Beck1-1/+1
2009-05-09Remove unneeded libtool macro.Gravatar Jonathan Beck1-2/+0
2009-05-09Add includedir to make swig locate plist.i correctlyGravatar Martin Szulecki1-1/+1
2009-05-08file open modes updatedGravatar Nikias Bassen3-14/+12
2009-05-08AFC cleanup and improved error handlingGravatar Nikias Bassen3-116/+256
2009-04-23Show information about installed applications and refactor iphoneinfo a bitGravatar Martin Szulecki1-50/+91
2009-04-23Detect unknown HostId in StartSession an trigger Pair again if needed.Gravatar Jonathan Beck2-2/+55
2009-04-23Revert my previous change to accept Jonathan's fixes.Gravatar Matt Colyer1-1/+1
2009-04-23Remove libiphone-initconf reference in the README.Gravatar Matt Colyer2-3/+2
2009-04-23Fix receive of plists larger than a packet for lockdown and MobileSyncGravatar Martin Szulecki2-14/+36
2009-04-19Make sure start_service returns an error if it fails to start the serviceGravatar Martin Szulecki2-28/+35
2009-04-19Add tool to relay the syslog from a device to stdoutGravatar Martin Szulecki2-1/+165
2009-04-19Add utility to show information about attached devicesGravatar Martin Szulecki2-1/+194
2009-04-19Expose debug mask and send/receive plists for lockdownd in Python APIGravatar Martin Szulecki1-1/+27
2009-04-19Update msync.py example to latest Python APIGravatar Martin Szulecki1-13/+13
2009-04-19Make usb bus enumeration work reliably for iphone_get_specific_deviceGravatar Martin Szulecki1-3/+3
2009-04-19This is a fix for iphone_afc_get_file_attr. As the file is not opened when ge...Gravatar Nikias Bassen1-1/+2
2009-04-13Merged in Jonathan's libplist libiphone. [#2 state:resolved]Gravatar Matt Colyer35-1227/+2105