summaryrefslogtreecommitdiff
path: root/cython/afc.pxi
Commit message (Expand)AuthorAgeFilesLines
* Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing publ...wendyisgr33n2021-01-031-12/+16
* Changes to make cython HouseArrestClient functional.Kurt Kiefer2014-03-121-2/+3
* cython: Remove erroneous free()Dawn K. Isabel2013-07-011-2/+0
* cython: Add support for using Python 'with' statement when opening AfcFileDawn K. Isabel2013-06-061-0/+6
* cython: Add Afc2Client class to allow jailbroken filesystem accessDawn K. Isabel2013-05-311-0/+32
* cython: Initialize some pointers to NULLDawn K. Isabel2013-05-311-4/+4
* cython: Add read() method to AfcFileDawn K. Isabel2013-05-311-0/+14
* cython: Port all binding code to latest API and fix broken compilationMartin Szulecki2013-02-271-3/+3
* cython: Do not override final methods as comply to Cython >= 0.16 strict checkMartin Szulecki2012-05-171-1/+1
* cython: Update to latest API and fix deprecation warnings with cython 0.13+Martin Szulecki2012-03-201-9/+9
* More memory leak plugging. Some code cleanup too.Bryan Forbes2012-03-201-5/+1
* Use stdlib.free and plist.plist_free.Bryan Forbes2012-03-201-7/+7
* Finished wrapping afc interface.Bryan Forbes2012-03-201-3/+28
* Implemented hierarchy suggested by Martin S.Bryan Forbes2012-03-201-28/+127
* Cleaned up Makefile.am.Bryan Forbes2012-03-201-3/+0
* Added all remaining classes from libimobiledevice.Bryan Forbes2012-03-201-4/+4
* Added afc.pxi.Bryan Forbes2012-03-201-0/+165