summaryrefslogtreecommitdiffstats
path: root/cython
AgeCommit message (Expand)AuthorFilesLines
2021-01-03Fixed method visibility in mobilebackup2.pxi APIGravatar wendyisgr33n1-13/+18
2021-01-03Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3Gravatar wendyisgr33n1-3/+3
2021-01-03Fixed bytes/strings check in imobiledevice.pyx for compatibility with Python2/3Gravatar wendyisgr33n1-1/+1
2021-01-03Fixed debugserver.pxi PyString_AsString compatibility with Python3Gravatar wendyisgr33n1-1/+6
2021-01-03Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing publ...Gravatar wendyisgr33n1-12/+16
2020-12-10cython: Fix typo in mobilesync.pxiGravatar Nikias Bassen1-1/+1
2020-06-14Redo cython check logic and check for "no-cast-function" gcc 8+ compiler flagGravatar Martin Szulecki1-1/+1
2020-06-14Unfold cython automake variables into multiple lines for maintainabilityGravatar Martin Szulecki1-3/+25
2020-06-14Remove commented make target from cython Makefile and space in configure.acGravatar Martin Szulecki1-3/+0
2020-06-14Use proper API version in linker flags for cython bindingsGravatar Martin Szulecki1-1/+1
2020-06-08Unfold automake variables into multiple lines for maintainabilityGravatar Martin Szulecki1-25/+42
2020-06-07cython: First run at updating Python bindings to updated interfaceGravatar Martin Szulecki2-2/+11
2020-06-04cython: Add "-Wno-cast-function-type" flag to silence warnings with GCC 8+Gravatar Martin Szulecki1-1/+1
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