summaryrefslogtreecommitdiff
path: root/cython
Commit message (Expand)AuthorAgeFilesLines
* Fixed method visibility in mobilebackup2.pxi APIwendyisgr33n2021-01-031-13/+18
* Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3wendyisgr33n2021-01-031-3/+3
* Fixed bytes/strings check in imobiledevice.pyx for compatibility with Python2/3wendyisgr33n2021-01-031-1/+1
* Fixed debugserver.pxi PyString_AsString compatibility with Python3wendyisgr33n2021-01-031-1/+6
* Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing publ...wendyisgr33n2021-01-031-12/+16
* cython: Fix typo in mobilesync.pxiNikias Bassen2020-12-101-1/+1
* Redo cython check logic and check for "no-cast-function" gcc 8+ compiler flagMartin Szulecki2020-06-141-1/+1
* Unfold cython automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-141-3/+25
* Remove commented make target from cython Makefile and space in configure.acMartin Szulecki2020-06-141-3/+0
* Use proper API version in linker flags for cython bindingsMartin Szulecki2020-06-141-1/+1
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-081-25/+42
* cython: First run at updating Python bindings to updated interfaceMartin Szulecki2020-06-072-2/+11
* cython: Add "-Wno-cast-function-type" flag to silence warnings with GCC 8+Martin Szulecki2020-06-041-1/+1
* cython: Update diagnostics_relay with diagnostics_relay_action_t enum tooNikias Bassen2019-12-161-5/+5
* cython: Fix debugserver moduleNikias Bassen2019-11-291-4/+4
* cython: Fix all error codes after recent updatesNikias Bassen2019-09-285-21/+33
* cyhton: Fix webinspector.pxi having undefined error typesNikias Bassen2019-06-131-1/+3
* Timeout support for SSL connections and better timeout handeling.DanyL2019-06-133-3/+9
* Use _LIBS instead of _LDFLAGS for cython linkYves-Alexis Perez2019-06-111-3/+3
* cython: Fix build error after error constant renameNikias Bassen2017-04-271-2/+2
* cython: Make sure to pass correct CFLAGS for libplistNikias Bassen2016-12-211-1/+1
* lockdown: Add more error codesNikias Bassen2015-07-101-0/+8
* 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