summaryrefslogtreecommitdiff
path: root/cython
Commit message (Expand)AuthorAgeFilesLines
* installation_proxy: Refactor implementation, add new commands and helpersMartin Szulecki2015-01-271-3/+3
* cython: Add receive/receive_timeout methods for iDeviceConnection to receive ...Hao Zhou2015-01-122-0/+32
* cython: Add new FILE_RELAY_E_PERMISSION_DENIED(-6) error to detect permission...Hao Zhou2015-01-121-0/+2
* lockdown: Refactor internal error checking and add more native errors to enumMartin Szulecki2015-01-121-32/+64
* cython: Add get_path_for_bundle_identifier() method to InstallationProxyClientHao Zhou2014-12-091-0/+19
* cython: Add DebugServerClient class to communicate with debugserverHao Zhou2014-12-093-1/+250
* cython: Enforce default symbol visibility to make bindings loadableMartin Szulecki2014-10-141-1/+1
* cython: Use output variables in Makefile instead of relative pathsMartin Szulecki2014-10-031-7/+7
* cython: Don't fail printing an error message with no string descriptionKurt Kiefer2014-09-121-1/+4
* cython: Add error codes and messages for LOCKDOWN_E_PAIRING_DIALOG_PENDING an...Kurt Kiefer2014-09-121-0/+4
* Changes to make cython HouseArrestClient functional.Kurt Kiefer2014-03-122-4/+5
* 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: Update declaration for LockdownServiceDescriptor to match definitionMartin Szulecki2013-05-311-1/+1
* cython: Explicitly cast ssl_enabled when calling lockdownd_start_sessionDawn K. Isabel2013-05-311-1/+1
* 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: Make LockdownServiceDescriptor inherit from Base, since it calls self...Dawn K. Isabel2013-05-311-1/+1
* cython: Add all service protocols which brings Python bindings to 100% coverageMartin Szulecki2013-02-279-0/+661
* cython: Port all binding code to latest API and fix broken compilationMartin Szulecki2013-02-2712-47/+137
* cython: Add support for receive_with_timeout() method on PropertyListServiceMartin Szulecki2013-02-272-0/+19
* cython: Remove custom stdint.pxi and use libc.stdint cimport insteadMartin Szulecki2013-02-273-21/+2
* cython: Do not override final methods as comply to Cython >= 0.16 strict checkMartin Szulecki2012-05-174-9/+8
* Mass replace UUID by UDID, which is the correct term for itMartin Szulecki2012-03-222-19/+19
* cython: Update mobilesync API definitions to latest C headersMartin Szulecki2012-03-211-15/+19
* cython: Silence a couple of warnings when generating bindings with CythonMartin Szulecki2012-03-211-1/+1
* cython: Update to latest API and fix deprecation warnings with cython 0.13+Martin Szulecki2012-03-207-25/+27
* cython: Remove glib2 flags from makefileMartin Szulecki2012-03-201-2/+2
* Renamed last_sync_time and current_time to device_anchor and host_anchor.Bryan Forbes2012-03-201-4/+4
* Python bindings for new sync interface.Bryan Forbes2012-03-204-1/+133
* More memory leak plugging. Some code cleanup too.Bryan Forbes2012-03-2011-107/+193
* Used issubclass to determine if a class object can be passed.Bryan Forbes2012-03-201-1/+1
* Removed property_list_client.pxi.Bryan Forbes2012-03-203-21/+54
* Changed some parent class relationships.Bryan Forbes2012-03-204-4/+4
* Use stdlib.free and plist.plist_free.Bryan Forbes2012-03-206-22/+19
* Finished wrapping afc interface.Bryan Forbes2012-03-201-3/+28
* Implemented hierarchy suggested by Martin S.Bryan Forbes2012-03-2014-187/+472
* Cleaned up Makefile.am.Bryan Forbes2012-03-207-32/+67
* Fixed some class names and inheritance chains.Bryan Forbes2012-03-204-5/+7
* Added all remaining classes from libimobiledevice.Bryan Forbes2012-03-2012-37/+505
* Added afc.pxi.Bryan Forbes2012-03-2010-87/+283
* Added base class for more efficient error handling.Bryan Forbes2012-03-207-67/+113
* Moved everything but iDevice and LockdownClient to pxi files.Bryan Forbes2012-03-209-198/+311
* Removed stdint.pxi.Bryan Forbes2012-03-202-38/+66
* Added cython bindings.Bryan Forbes2012-03-203-0/+378