summaryrefslogtreecommitdiffstats
path: root/cython
AgeCommit message (Expand)AuthorFilesLines
2019-12-16cython: Update diagnostics_relay with diagnostics_relay_action_t enum tooGravatar Nikias Bassen1-5/+5
2019-11-29cython: Fix debugserver moduleGravatar Nikias Bassen1-4/+4
2019-09-28cython: Fix all error codes after recent updatesGravatar Nikias Bassen5-21/+33
2019-06-13cyhton: Fix webinspector.pxi having undefined error typesGravatar Nikias Bassen1-1/+3
2019-06-13Timeout support for SSL connections and better timeout handeling.Gravatar DanyL3-3/+9
2019-06-11Use _LIBS instead of _LDFLAGS for cython linkGravatar Yves-Alexis Perez1-3/+3
2017-04-27cython: Fix build error after error constant renameGravatar Nikias Bassen1-2/+2
2016-12-21cython: Make sure to pass correct CFLAGS for libplistGravatar Nikias Bassen1-1/+1
2015-07-10lockdown: Add more error codesGravatar Nikias Bassen1-0/+8
2015-01-27installation_proxy: Refactor implementation, add new commands and helpersGravatar Martin Szulecki1-3/+3
2015-01-12cython: Add receive/receive_timeout methods for iDeviceConnection to receive ...Gravatar Hao Zhou2-0/+32
2015-01-12cython: Add new FILE_RELAY_E_PERMISSION_DENIED(-6) error to detect permission...Gravatar Hao Zhou1-0/+2
2015-01-12lockdown: Refactor internal error checking and add more native errors to enumGravatar Martin Szulecki1-32/+64
2014-12-09cython: Add get_path_for_bundle_identifier() method to InstallationProxyClientGravatar Hao Zhou1-0/+19
2014-12-09cython: Add DebugServerClient class to communicate with debugserverGravatar Hao Zhou3-1/+250
2014-10-14cython: Enforce default symbol visibility to make bindings loadableGravatar Martin Szulecki1-1/+1
2014-10-03cython: Use output variables in Makefile instead of relative pathsGravatar Martin Szulecki1-7/+7
2014-09-12cython: Don't fail printing an error message with no string descriptionGravatar Kurt Kiefer1-1/+4
2014-09-12cython: Add error codes and messages for LOCKDOWN_E_PAIRING_DIALOG_PENDING an...Gravatar Kurt Kiefer1-0/+4
2014-03-12Changes to make cython HouseArrestClient functional.Gravatar Kurt Kiefer2-4/+5
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