Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-28 | cython: Fix all error codes after recent updates | Nikias Bassen | 1 | -2/+6 | |
2013-02-27 | cython: Port all binding code to latest API and fix broken compilation | Martin Szulecki | 1 | -5/+60 | |
2012-03-20 | More memory leak plugging. Some code cleanup too. | Bryan Forbes | 1 | -5/+1 | |
2012-03-20 | Implemented hierarchy suggested by Martin S. | Bryan Forbes | 1 | -8/+3 | |
Implemented new BaseService constructors. Moved LockdownClient to lockdown.pxi. Implemented more of the afc interface. | |||||
2012-03-20 | Added all remaining classes from libimobiledevice. | Bryan Forbes | 1 | -5/+5 | |
2012-03-20 | Added afc.pxi. | Bryan Forbes | 1 | -7/+7 | |
More errors handled. Changed error codes to enums in cython defs. | |||||
2012-03-20 | Added base class for more efficient error handling. | Bryan Forbes | 1 | -11/+17 | |
2012-03-20 | Moved everything but iDevice and LockdownClient to pxi files. | Bryan Forbes | 1 | -0/+54 | |
Added MobileBackupClient and PropertyListService. |