summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-12Fix some bugs in binary plist generation.Gravatar Jonathan Beck5-102/+105
2008-12-11dissect plists in three file (abstract binary xml)Gravatar Jonathan Beck2-0/+1096
2008-12-11move stuff around to make code more organized.Gravatar Jonathan Beck6-1143/+53
2008-12-10fix minor programming erro plus enhance plutil to convert bin to xml and xml ...Gravatar Jonathan Beck1-4/+4
2008-12-10add bplist writting capability.Gravatar Jonathan Beck2-50/+356
2008-12-08cleanup binary parsing and move stuff around.Gravatar Jonathan Beck3-385/+489
2008-12-01cleanup unused functions.Gravatar Jonathan Beck2-157/+8
2008-12-01finish new plist API migration.Gravatar Jonathan Beck1-93/+90
2008-12-01continue migration to new plist API.Gravatar Jonathan Beck3-97/+155
2008-11-30migrate lockdownd_generic_get_value to new plisy API.Gravatar Jonathan Beck1-33/+47
2008-11-30complete xml plist abstraction and migrate lockdownd_hello to new plist API.Gravatar Jonathan Beck3-49/+166
2008-11-30Continue abstraction of xml and binary plist.Gravatar Jonathan Beck2-401/+446
2008-11-30use vfprintf instead of fprintf since we use va_list as argumentGravatar Jonathan Beck1-1/+1
2008-11-28Start an abstraction of xml and binary plistGravatar Jonathan Beck2-0/+314
2008-11-25fix some warnings and indentGravatar Jonathan Beck2-167/+179
2008-11-24Added binary-plist support (tweaked slightly to move stuff around)Gravatar Zach C7-48/+366
2008-10-31reduce chunk size in AFC since it was generating error for large fileGravatar Jonathan Beck1-1/+1
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck4-412/+0
2008-10-25fix autotools conditionalGravatar Jonathan Beck1-13/+14
2008-10-25Change lock to mutex and add tool to check AFC in multithreaded env.Gravatar Jonathan Beck4-8/+159
2008-10-25add an option to strip off debug codeGravatar Jonathan Beck1-3/+3
2008-10-25add configure options to control building of development toolsGravatar Jonathan Beck1-8/+12
2008-10-25Handle debugging through utilitary functionsGravatar Jonathan Beck9-248/+239
2008-10-25Change iphone_debug to be an API callGravatar Patrick Walton4-46/+54
2008-10-25Draft iphone_get_specific_device() API, fix documentation for iphone_get_devi...Gravatar Patrick Walton1-34/+72