summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
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
Conflicts: src/Makefile.am
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 ↵Gravatar Nikias Bassen4-21/+123
Added iphone_id tool to list devices attached and retrieve device name. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-19lockdown: Check for gnutls errors and silence compiler warnings. general: ↵Gravatar Nikias Bassen2-32/+43
Removed some commented-out code. [#39 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
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
Signed-off-by: Matt Colyer <matt@colyer.name>
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
Signed-off-by: Matt Colyer <matt@colyer.name>
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
If this works, the libplist.pc file would need reworking. The problem seems to be that pkg-config excludes /usr/include from libgpod_CFLAGS. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Fix 'make distcheck' for python bindingsGravatar Todd Zullinger1-7/+20
This should also make the python bindings install in the correct location on 64-bit architectures. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Fixed autoconf typoGravatar Todd Zullinger1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Made bz2 tarballs instead of gzip ones.Gravatar Todd Zullinger2-2/+3
Signed-off-by: Matt Colyer <matt@colyer.name>
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
[#27 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
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
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-09Remove unneeded libtool macro.Gravatar Jonathan Beck1-2/+0
Signed-off-by: Matt Colyer <matt@colyer.name>
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
Signed-off-by: Matt Colyer <matt@colyer.name>
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
[#30 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
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
[#38 state:resolved]
2009-04-23Fix receive of plists larger than a packet for lockdown and MobileSyncGravatar Martin Szulecki2-14/+36
[#35 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19Make sure start_service returns an error if it fails to start the serviceGravatar Martin Szulecki2-28/+35
[#34 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19Add tool to relay the syslog from a device to stdoutGravatar Martin Szulecki2-1/+165
[#30] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19Add utility to show information about attached devicesGravatar Martin Szulecki2-1/+194
[#30] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19Expose debug mask and send/receive plists for lockdownd in Python APIGravatar Martin Szulecki1-1/+27
[#29 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
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
[#28 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19This is a fix for iphone_afc_get_file_attr. As the file is not opened when ↵Gravatar Nikias Bassen1-1/+2
getting its information with afc_get_file_info, there's no need to close the file (because the handle is invalid). [#26 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-13Merged in Jonathan's libplist libiphone. [#2 state:resolved]Gravatar Matt Colyer35-1227/+2105
2009-04-13Expose iphone_get_specific_device() in API [#24 state:resolved]Gravatar Martin Szulecki2-1/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-13Add libtool depenency in README [#21 state:resolved]Gravatar Jonathan Beck1-2/+3
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-13Make udev rules more generic as the KERNEL match did skip usb hubs [#23 ↵Gravatar Martin Szulecki1-4/+4
state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-13Add <string.h> for memcpy to silence rpmlint [#25 state:resolved]Gravatar Martin Szulecki1-0/+1
Signed-off-by: Matt Colyer <matt@colyer.name>