Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-17 | cython: Do not override final methods as comply to Cython >= 0.16 strict check | Martin Szulecki | 1 | -2/+2 | |
2012-03-21 | cython: Update mobilesync API definitions to latest C headers | Martin Szulecki | 1 | -15/+19 | |
2012-03-20 | cython: Update to latest API and fix deprecation warnings with cython 0.13+ | Martin Szulecki | 1 | -4/+6 | |
2012-03-20 | Renamed last_sync_time and current_time to device_anchor and host_anchor. | Bryan Forbes | 1 | -4/+4 | |
2012-03-20 | Python bindings for new sync interface. | Bryan Forbes | 1 | -1/+103 | |
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. |