summaryrefslogtreecommitdiffstats
path: root/cython
AgeCommit message (Expand)AuthorFilesLines
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: Update declaration for LockdownServiceDescriptor to match definitionGravatar Martin Szulecki1-1/+1
2013-05-31cython: Explicitly cast ssl_enabled when calling lockdownd_start_sessionGravatar Dawn K. Isabel1-1/+1
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-05-31cython: Make LockdownServiceDescriptor inherit from Base, since it calls self...Gravatar Dawn K. Isabel1-1/+1
2013-02-27cython: Add all service protocols which brings Python bindings to 100% coverageGravatar Martin Szulecki9-0/+661
2013-02-27cython: Port all binding code to latest API and fix broken compilationGravatar Martin Szulecki12-47/+137
2013-02-27cython: Add support for receive_with_timeout() method on PropertyListServiceGravatar Martin Szulecki2-0/+19
2013-02-27cython: Remove custom stdint.pxi and use libc.stdint cimport insteadGravatar Martin Szulecki3-21/+2
2012-05-17cython: Do not override final methods as comply to Cython >= 0.16 strict checkGravatar Martin Szulecki4-9/+8
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki2-19/+19
2012-03-21cython: Update mobilesync API definitions to latest C headersGravatar Martin Szulecki1-15/+19
2012-03-21cython: Silence a couple of warnings when generating bindings with CythonGravatar Martin Szulecki1-1/+1
2012-03-20cython: Update to latest API and fix deprecation warnings with cython 0.13+Gravatar Martin Szulecki7-25/+27
2012-03-20cython: Remove glib2 flags from makefileGravatar Martin Szulecki1-2/+2
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 Forbes4-1/+133
2012-03-20More memory leak plugging. Some code cleanup too.Gravatar Bryan Forbes11-107/+193
2012-03-20Used issubclass to determine if a class object can be passed.Gravatar Bryan Forbes1-1/+1
2012-03-20Removed property_list_client.pxi.Gravatar Bryan Forbes3-21/+54
2012-03-20Changed some parent class relationships.Gravatar Bryan Forbes4-4/+4
2012-03-20Use stdlib.free and plist.plist_free.Gravatar Bryan Forbes6-22/+19
2012-03-20Finished wrapping afc interface.Gravatar Bryan Forbes1-3/+28
2012-03-20Implemented hierarchy suggested by Martin S.Gravatar Bryan Forbes14-187/+472
2012-03-20Cleaned up Makefile.am.Gravatar Bryan Forbes7-32/+67
2012-03-20Fixed some class names and inheritance chains.Gravatar Bryan Forbes4-5/+7
2012-03-20Added all remaining classes from libimobiledevice.Gravatar Bryan Forbes12-37/+505
2012-03-20Added afc.pxi.Gravatar Bryan Forbes10-87/+283
2012-03-20Added base class for more efficient error handling.Gravatar Bryan Forbes7-67/+113
2012-03-20Moved everything but iDevice and LockdownClient to pxi files.Gravatar Bryan Forbes9-198/+311
2012-03-20Removed stdint.pxi.Gravatar Bryan Forbes2-38/+66
2012-03-20Added cython bindings.Gravatar Bryan Forbes3-0/+378