summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-06-27Make iphoneinfo useful by adding XML output and queries by domain and/or keyGravatar Martin Szulecki1-21/+105
2009-06-22Update python bindings to use allow targeting device by uuidGravatar Martin Szulecki1-8/+20
2009-06-21Silence compiler warning for dispatch_AFC_packet()Gravatar Martin Szulecki1-1/+1
2009-06-21Silence warning and also dump iTunes format support informationGravatar Martin Szulecki1-0/+3
2009-06-21Lkdn times out after few seconds idle so close it early and fix a crash on quitGravatar Martin Szulecki1-1/+4
2009-06-19Add product ids to support iPhone 3GSGravatar Martin Szulecki1-1/+1
2009-06-08lockdown: fix receive of large TLS-encapsulated plistsGravatar Nikias Bassen1-8/+12
2009-05-24Remove libusb and add libusbmuxd to pkg-config file requiresGravatar Martin Szulecki1-1/+1
2009-05-24Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki3-5/+18
2009-05-23Add a method to support fetching the UUID of the phone.Gravatar Matt Colyer3-5/+18
2009-05-24Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki27-918/+338
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-13Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki1-6/+2
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-11Fix distcheck target for swig binding generationGravatar Martin Szulecki1-1/+1
2009-05-11Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki3-10/+24
2009-05-11Add explicit check and flags for libgcrypt needed for some distributionsGravatar Martin Szulecki2-1/+2
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