Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Latest version of AX_PYTHON_DEVEL m4 macro use _LIBS and not LDFLAGS
|
|
|
|
|
|
|
|
|
|
data from a connection
|
|
permission denied on iOS8+
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I571e5f01423b505223ef7a9b1faedcb94011acd3
|
|
and LOCKDOWN_E_USER_DENIED_PAIRING
Change-Id: I159fe465ee964c391c130b756404fb80f56e160a
|
|
Allow HouseArrestClient to initialize the AfcClient without running afc's
normal __cinit__ body, and expose send_command and send_request methods to
python.
Signed-off-by: Martin Szulecki <m.szulecki@libimobiledevice.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
self.handle_error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Cython team apparently does not care a lot about polishing warnings out,
thus we have to supress them here or it looks really ugly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added notification strings.
|
|
|
|
|
|
Implemented open(), lock(), link(), and symlink().
|
|
Implemented new BaseService constructors.
Moved LockdownClient to lockdown.pxi.
Implemented more of the afc interface.
|
|
Added the cython m4 files.
Cleaned up afc.pxi.
Make sure the event callback and installation proxy callback aquire the GIL.
Implemented some cleanup before the error handlers raise.
|
|
|
|
|
|
More errors handled.
Changed error codes to enums in cython defs.
|
|
|
|
Added MobileBackupClient and PropertyListService.
|