summaryrefslogtreecommitdiffstats
path: root/cython/afc.pxi
AgeCommit message (Expand)AuthorFilesLines
2021-01-03Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing publ...Gravatar wendyisgr33n1-12/+16
2014-03-12Changes to make cython HouseArrestClient functional.Gravatar Kurt Kiefer1-2/+3
2013-07-01cython: Remove erroneous free()Gravatar Dawn K. Isabel1-2/+0
2013-06-06cython: Add support for using Python 'with' statement when opening AfcFileGravatar Dawn K. Isabel1-0/+6
2013-05-31cython: Add Afc2Client class to allow jailbroken filesystem accessGravatar Dawn K. Isabel1-0/+32
2013-05-31cython: Initialize some pointers to NULLGravatar Dawn K. Isabel1-4/+4
2013-05-31cython: Add read() method to AfcFileGravatar Dawn K. Isabel1-0/+14
2013-02-27cython: Port all binding code to latest API and fix broken compilationGravatar Martin Szulecki1-3/+3
2012-05-17cython: Do not override final methods as comply to Cython >= 0.16 strict checkGravatar Martin Szulecki1-1/+1
2012-03-20cython: Update to latest API and fix deprecation warnings with cython 0.13+Gravatar Martin Szulecki1-9/+9
2012-03-20More memory leak plugging. Some code cleanup too.Gravatar Bryan Forbes1-5/+1
2012-03-20Use stdlib.free and plist.plist_free.Gravatar Bryan Forbes1-7/+7
2012-03-20Finished wrapping afc interface.Gravatar Bryan Forbes1-3/+28
2012-03-20Implemented hierarchy suggested by Martin S.Gravatar Bryan Forbes1-28/+127
2012-03-20Cleaned up Makefile.am.Gravatar Bryan Forbes1-3/+0
2012-03-20Added all remaining classes from libimobiledevice.Gravatar Bryan Forbes1-4/+4
2012-03-20Added afc.pxi.Gravatar Bryan Forbes1-0/+165