summaryrefslogtreecommitdiffstats
path: root/cython/mobilesync.pxi
AgeCommit message (Expand)AuthorFilesLines
2013-02-27cython: Port all binding code to latest API and fix broken compilationGravatar Martin Szulecki1-6/+7
2012-05-17cython: Do not override final methods as comply to Cython >= 0.16 strict checkGravatar Martin Szulecki1-2/+2
2012-03-21cython: Update mobilesync API definitions to latest C headersGravatar Martin Szulecki1-15/+19
2012-03-20cython: Update to latest API and fix deprecation warnings with cython 0.13+Gravatar Martin Szulecki1-4/+6
2012-03-20Renamed last_sync_time and current_time to device_anchor and host_anchor.Gravatar Bryan Forbes1-4/+4
2012-03-20Python bindings for new sync interface.Gravatar Bryan Forbes1-1/+103
2012-03-20More memory leak plugging. Some code cleanup too.Gravatar Bryan Forbes1-5/+1
2012-03-20Implemented hierarchy suggested by Martin S.Gravatar Bryan Forbes1-8/+3
2012-03-20Added all remaining classes from libimobiledevice.Gravatar Bryan Forbes1-5/+5
2012-03-20Added afc.pxi.Gravatar Bryan Forbes1-7/+7
2012-03-20Added base class for more efficient error handling.Gravatar Bryan Forbes1-11/+17
2012-03-20Moved everything but iDevice and LockdownClient to pxi files.Gravatar Bryan Forbes1-0/+54