summaryrefslogtreecommitdiffstats
path: root/swig
AgeCommit message (Expand)AuthorFilesLines
2010-03-06Merge commit 'bryanforbes/master'Gravatar Matt Colyer1-56/+183
2010-03-04Added python bindings for notification_proxy.Gravatar Bryan Forbes2-57/+184
2010-03-02Use AM_CPPFLAGS instead of deprecated INCLUDESGravatar Martin Szulecki1-2/+2
2010-03-02Fix a missing rename to make the Python bindings actually workGravatar Martin Szulecki1-1/+1
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen2-49/+49
2010-01-22Rename all *_recv functions to *_receive to match underlying APIGravatar Martin Szulecki1-2/+2
2010-01-13lockdown/tools/python: use correct type for port parameterGravatar Nikias Bassen1-1/+1
2010-01-12Remove support for debug masks due to inconsistent useGravatar Martin Szulecki1-9/+0
2010-01-12Rename utils to debug as it does exactly that, contain debug codeGravatar Martin Szulecki1-1/+1
2010-01-12Allow lockdown client creation without performing full handshakeGravatar Martin Szulecki1-1/+1
2010-01-08Allow set the label of a lockdown request, usually set to the program nameGravatar Martin Szulecki1-1/+1
2009-12-06Updated autofoo stuff; swig is now optional and can be disabled.Gravatar Nikias Bassen1-0/+3
2009-11-17Fix spaces that should be tabs.Gravatar Matt Colyer1-1/+1
2009-11-12Simplify 'libiphone.iPhone' module to 'iphone'Gravatar Jonathan Beck3-14/+15
2009-11-11Require libplist++ in order to fix linking of Python bindingsGravatar Martin Szulecki1-1/+1
2009-10-22Update swig header and autotools to compile with latest libplist API.Gravatar Jonathan Beck2-19/+54
2009-09-14Update Python bindings to new APIGravatar Martin Szulecki1-2/+2
2009-07-25Fix Python bindings build due to signature change of iphone_device_get_uuid()Gravatar Martin Szulecki1-9/+9
2009-07-24Use iphone_device_get_uuid() not lockdown, for less overhead where possibleGravatar Martin Szulecki1-1/+1
2009-07-24Remove DBGMASK_USBMUX as it is obsolete since the libusbmuxd code mergeGravatar Martin Szulecki1-3/+2
2009-07-24Rename iphone_set_debug() to iphone_set_debug_level() and code using itGravatar Martin Szulecki1-1/+1
2009-07-14Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki1-7/+8
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki1-8/+9
2009-06-22Update python bindings to use allow targeting device by uuidGravatar Martin Szulecki1-8/+20
2009-05-23Add a method to support fetching the UUID of the phone.Gravatar Matt Colyer1-5/+3
2009-05-19Updated method python binding to new iphone_msync_new_client signature.Gravatar Matt Colyer1-1/+1
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-09Add includedir to make swig locate plist.i correctlyGravatar Martin Szulecki1-1/+1
2009-04-19Expose debug mask and send/receive plists for lockdownd in Python APIGravatar Martin Szulecki1-1/+27
2009-04-13Conform to python naling scheme. Add docstring directive.Gravatar Jonathan Beck1-5/+6
2009-01-15Rework SWIG interface to not duplicate constructor and destructor code.Gravatar Jonathan Beck1-40/+69
2009-01-13Fix some bugs in interface (Receive() still doesn't work).Gravatar Jonathan Beck1-12/+16
2009-01-13Add parts of a python binding to libiphone that also include libplist (using ...Gravatar Jonathan Beck3-0/+142