index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A protocol library to access iOS devices on Linux
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cython
/
lockdown.pxi
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-12
lockdown: Refactor internal error checking and add more native errors to enum
Martin Szulecki
1
-32
/
+64
2014-09-12
cython: Add error codes and messages for LOCKDOWN_E_PAIRING_DIALOG_PENDING an...
Kurt Kiefer
1
-0
/
+4
2013-05-31
cython: Explicitly cast ssl_enabled when calling lockdownd_start_session
Dawn K. Isabel
1
-1
/
+1
2013-05-31
cython: Make LockdownServiceDescriptor inherit from Base, since it calls self...
Dawn K. Isabel
1
-1
/
+1
2013-02-27
cython: Port all binding code to latest API and fix broken compilation
Martin Szulecki
1
-10
/
+29
2012-03-20
cython: Update to latest API and fix deprecation warnings with cython 0.13+
Martin Szulecki
1
-3
/
+3
2012-03-20
Python bindings for new sync interface.
Bryan Forbes
1
-0
/
+23
2012-03-20
More memory leak plugging. Some code cleanup too.
Bryan Forbes
1
-14
/
+15
2012-03-20
Used issubclass to determine if a class object can be passed.
Bryan Forbes
1
-1
/
+1
2012-03-20
Use stdlib.free and plist.plist_free.
Bryan Forbes
1
-4
/
+4
2012-03-20
Implemented hierarchy suggested by Martin S.
Bryan Forbes
1
-0
/
+254