summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-10Fixes for 0.9.1 release.Gravatar Matt Colyer1-1/+8
2009-05-10NotificationProxy support added.0.9.0Gravatar Nikias Bassen6-112/+359
2009-05-08AFC cleanup and improved error handlingGravatar Nikias Bassen2-115/+253
2009-04-23Detect unknown HostId in StartSession an trigger Pair again if needed.Gravatar Jonathan Beck1-1/+54
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 Colyer1-1/+1
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 Szulecki1-15/+21
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 Colyer18-1192/+1251
2009-04-13Expose iphone_get_specific_device() in API [#24 state:resolved]Gravatar Martin Szulecki1-1/+1
2009-04-13Add <string.h> for memcpy to silence rpmlint [#25 state:resolved]Gravatar Martin Szulecki1-0/+1
2009-04-13Check for set usb_device in iphone_free_device to avoid libusb segfaultGravatar Martin Szulecki1-7/+9
2009-04-12Use less secure random number generation so we can generate privateGravatar Jonathan Beck6-394/+369
2009-03-24Merge branch 'master' of git://github.com/MattColyer/libiphone into contact_syncGravatar Jonathan Beck6-129/+99
2009-03-23Remove lockdown gnutls buffer hack [#1 state:resolved]Gravatar Nikias Bassen2-66/+42
2009-03-23Fix indenting.Gravatar Matt Colyer3-54/+53
2009-03-16Merge branch 'master' into contact_syncGravatar Jonathan Beck6-19/+432
2009-03-11Fixes a compile error and two usbmux bugsGravatar Zach C2-17/+31
2009-03-09Add forgotten file.Gravatar Matt Colyer1-0/+256
2009-03-08Adds ability to show notification screen to the user.Gravatar Nikias Bassen3-1/+88
2009-03-08Adds the iphone_afc_truncate function and fixes a small log_debug issue.Gravatar Nikias Bassen2-1/+49
2009-02-05Large file supportGravatar Nikias Bassen1-1/+1
2009-01-29Update to latest libplist API.Gravatar Jonathan Beck2-17/+14
2009-01-29Add more warning flags and remove useless libxml2 dependency.Gravatar Jonathan Beck1-2/+2
2009-01-29Merge branch 'master' into contact_syncGravatar Jonathan Beck6-21/+29
2009-01-27Moved lockdownd_get_device_uid to be part of the public API.Gravatar Matt Colyer1-1/+0
2009-01-27Clear extra packets from buffers, in case something went wrong previously.Gravatar Nikias Bassen1-6/+18
2009-01-22Move things around and clean up some code.Gravatar Jonathan Beck3-9/+6
2009-01-13Removed fprintf, use the debug message method.Gravatar Matt Colyer3-11/+11
2009-01-13Add parts of a python binding to libiphone that also include libplist (using ...Gravatar Jonathan Beck2-10/+3
2009-01-12Update lockdownd transfer function to take abstract plist as argument.Gravatar Jonathan Beck2-330/+289
2009-01-09Perform proper goodby on lockdown shutdown.Gravatar Nikias Bassen5-15/+260
2009-01-09Add stricter warnings to the compile.Gravatar Matt Colyer1-1/+1
2009-01-09Change msync recv and send functions to only deal with abstract plists.Gravatar Jonathan Beck2-45/+143
2009-01-09Improve logging mechanism.Gravatar Jonathan Beck2-0/+34
2009-01-08Implement skeleton of MobileSync protocol (handshake and goodbye).Gravatar Jonathan Beck4-10/+259
2009-01-08Merge branch 'nikias' into plistGravatar Jonathan Beck5-14/+282
2009-01-08Perform proper goodby on lockdown shutdown.Gravatar Nikias Bassen5-15/+260
2009-01-04Merge branch 'master' into plistGravatar Jonathan Beck9-25/+27
2009-01-02Fix indent issues.Gravatar Matt Colyer3-3/+5
2009-01-02Add comment about some code that should not be reachedGravatar Christophe Fergeau1-1/+1
2009-01-02Some variables were unsigned while they should beGravatar Christophe Fergeau1-3/+7
2009-01-02Fix function prototypesGravatar Christophe Fergeau11-20/+20
2009-01-02Removed unused variablesGravatar Christophe Fergeau2-4/+1
2009-01-02Fix "missing return value" warningGravatar Christophe Fergeau1-1/+1
2009-01-02Add missing #include "utils.h"Gravatar Christophe Fergeau3-0/+3
2008-12-13fork out plist stuff in libplist and migrate libiphone to use it.Gravatar Jonathan Beck8-1503/+74
2008-12-12Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ...Gravatar Jonathan Beck7-82/+104