summaryrefslogtreecommitdiff
path: root/cython/mobilesync.pxi
Commit message (Expand)AuthorAgeFilesLines
* cython: Fix typo in mobilesync.pxiNikias Bassen2020-12-101-1/+1
* cython: Fix all error codes after recent updatesNikias Bassen2019-09-281-5/+9
* cython: Port all binding code to latest API and fix broken compilationMartin Szulecki2013-02-271-6/+7
* cython: Do not override final methods as comply to Cython >= 0.16 strict checkMartin Szulecki2012-05-171-2/+2
* cython: Update mobilesync API definitions to latest C headersMartin Szulecki2012-03-211-15/+19
* cython: Update to latest API and fix deprecation warnings with cython 0.13+Martin Szulecki2012-03-201-4/+6
* Renamed last_sync_time and current_time to device_anchor and host_anchor.Bryan Forbes2012-03-201-4/+4
* Python bindings for new sync interface.Bryan Forbes2012-03-201-1/+103
* More memory leak plugging. Some code cleanup too.Bryan Forbes2012-03-201-5/+1
* Implemented hierarchy suggested by Martin S.Bryan Forbes2012-03-201-8/+3
* Added all remaining classes from libimobiledevice.Bryan Forbes2012-03-201-5/+5
* Added afc.pxi.Bryan Forbes2012-03-201-7/+7
* Added base class for more efficient error handling.Bryan Forbes2012-03-201-11/+17
* Moved everything but iDevice and LockdownClient to pxi files.Bryan Forbes2012-03-201-0/+54