index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A cross-platform protocol library to access iOS devices
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
swig
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-06
Merge commit 'bryanforbes/master'
Matt Colyer
1
-56
/
+183
2010-03-04
Added python bindings for notification_proxy.
Bryan Forbes
2
-57
/
+184
2010-03-02
Use AM_CPPFLAGS instead of deprecated INCLUDES
Martin Szulecki
1
-2
/
+2
2010-03-02
Fix a missing rename to make the Python bindings actually work
Martin Szulecki
1
-1
/
+1
2010-01-29
Global renames due to project rename to libimobiledevice
Nikias Bassen
2
-49
/
+49
2010-01-22
Rename all *_recv functions to *_receive to match underlying API
Martin Szulecki
1
-2
/
+2
2010-01-13
lockdown/tools/python: use correct type for port parameter
Nikias Bassen
1
-1
/
+1
2010-01-12
Remove support for debug masks due to inconsistent use
Martin Szulecki
1
-9
/
+0
2010-01-12
Rename utils to debug as it does exactly that, contain debug code
Martin Szulecki
1
-1
/
+1
2010-01-12
Allow lockdown client creation without performing full handshake
Martin Szulecki
1
-1
/
+1
2010-01-08
Allow set the label of a lockdown request, usually set to the program name
Martin Szulecki
1
-1
/
+1
2009-12-06
Updated autofoo stuff; swig is now optional and can be disabled.
Nikias Bassen
1
-0
/
+3
2009-11-17
Fix spaces that should be tabs.
Matt Colyer
1
-1
/
+1
2009-11-12
Simplify 'libiphone.iPhone' module to 'iphone'
Jonathan Beck
3
-14
/
+15
2009-11-11
Require libplist++ in order to fix linking of Python bindings
Martin Szulecki
1
-1
/
+1
2009-10-22
Update swig header and autotools to compile with latest libplist API.
Jonathan Beck
2
-19
/
+54
2009-09-14
Update Python bindings to new API
Martin Szulecki
1
-2
/
+2
2009-07-25
Fix Python bindings build due to signature change of iphone_device_get_uuid()
Martin Szulecki
1
-9
/
+9
2009-07-24
Use iphone_device_get_uuid() not lockdown, for less overhead where possible
Martin Szulecki
1
-1
/
+1
2009-07-24
Remove DBGMASK_USBMUX as it is obsolete since the libusbmuxd code merge
Martin Szulecki
1
-3
/
+2
2009-07-24
Rename iphone_set_debug() to iphone_set_debug_level() and code using it
Martin Szulecki
1
-1
/
+1
2009-07-14
Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.
Martin Szulecki
1
-7
/
+8
2009-07-07
Cleanup lockdown request API and fix docs, tools, bindings and exports
Martin Szulecki
1
-8
/
+9
2009-06-22
Update python bindings to use allow targeting device by uuid
Martin Szulecki
1
-8
/
+20
2009-05-23
Add a method to support fetching the UUID of the phone.
Matt Colyer
1
-5
/
+3
2009-05-19
Updated method python binding to new iphone_msync_new_client signature.
Matt Colyer
1
-1
/
+1
2009-05-11
Fix distcheck target for swig binding generation
Martin Szulecki
1
-1
/
+1
2009-05-11
Revert the last patch as it breaks rather than helps (on my system atleast)
Matt Colyer
1
-2
/
+2
2009-05-11
Drop plist/ prefix from libplist includes
Todd Zullinger
1
-2
/
+2
2009-05-11
Fix 'make distcheck' for python bindings
Todd Zullinger
1
-7
/
+20
2009-05-09
Add includedir to make swig locate plist.i correctly
Martin Szulecki
1
-1
/
+1
2009-04-19
Expose debug mask and send/receive plists for lockdownd in Python API
Martin Szulecki
1
-1
/
+27
2009-04-13
Conform to python naling scheme. Add docstring directive.
Jonathan Beck
1
-5
/
+6
2009-01-15
Rework SWIG interface to not duplicate constructor and destructor code.
Jonathan Beck
1
-40
/
+69
2009-01-13
Fix some bugs in interface (Receive() still doesn't work).
Jonathan Beck
1
-12
/
+16
2009-01-13
Add parts of a python binding to libiphone that also include libplist (using ...
Jonathan Beck
3
-0
/
+142