summaryrefslogtreecommitdiff
path: root/cython/imobiledevice.pyx
Commit message (Expand)AuthorAgeFilesLines
* cython: Add all service protocols which brings Python bindings to 100% coverageMartin Szulecki2013-02-271-0/+7
* cython: Port all binding code to latest API and fix broken compilationMartin Szulecki2013-02-271-2/+2
* cython: Add support for receive_with_timeout() method on PropertyListServiceMartin Szulecki2013-02-271-0/+17
* cython: Do not override final methods as comply to Cython >= 0.16 strict checkMartin Szulecki2012-05-171-4/+3
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-221-18/+18
* cython: Update to latest API and fix deprecation warnings with cython 0.13+Martin Szulecki2012-03-201-2/+2
* More memory leak plugging. Some code cleanup too.Bryan Forbes2012-03-201-20/+35
* Use stdlib.free and plist.plist_free.Bryan Forbes2012-03-201-3/+3
* Implemented hierarchy suggested by Martin S.Bryan Forbes2012-03-201-87/+30
* Cleaned up Makefile.am.Bryan Forbes2012-03-201-8/+27
* Fixed some class names and inheritance chains.Bryan Forbes2012-03-201-2/+4
* Added all remaining classes from libimobiledevice.Bryan Forbes2012-03-201-3/+35
* Added afc.pxi.Bryan Forbes2012-03-201-29/+31
* Added base class for more efficient error handling.Bryan Forbes2012-03-201-27/+53
* Moved everything but iDevice and LockdownClient to pxi files.Bryan Forbes2012-03-201-192/+11
* Removed stdint.pxi.Bryan Forbes2012-03-201-28/+66
* Added cython bindings.Bryan Forbes2012-03-201-0/+336