summaryrefslogtreecommitdiffstats
path: root/cython/lockdown.pxi
AgeCommit message (Collapse)AuthorFilesLines
2023-12-16cython: Fix Python 3 LockdownClient exceptionGravatar Dave Nicolson1-2/+3
Fixes #1110
2021-01-03Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3Gravatar wendyisgr33n1-3/+3
2017-04-27cython: Fix build error after error constant renameGravatar Nikias Bassen1-2/+2
2015-07-10lockdown: Add more error codesGravatar Nikias Bassen1-0/+8
2015-01-12lockdown: Refactor internal error checking and add more native errors to enumGravatar Martin Szulecki1-32/+64
2014-09-12cython: Add error codes and messages for LOCKDOWN_E_PAIRING_DIALOG_PENDING ↵Gravatar Kurt Kiefer1-0/+4
and LOCKDOWN_E_USER_DENIED_PAIRING Change-Id: I159fe465ee964c391c130b756404fb80f56e160a
2013-05-31cython: Explicitly cast ssl_enabled when calling lockdownd_start_sessionGravatar Dawn K. Isabel1-1/+1
2013-05-31cython: Make LockdownServiceDescriptor inherit from Base, since it calls ↵Gravatar Dawn K. Isabel1-1/+1
self.handle_error
2013-02-27cython: Port all binding code to latest API and fix broken compilationGravatar Martin Szulecki1-10/+29
2012-03-20cython: Update to latest API and fix deprecation warnings with cython 0.13+Gravatar Martin Szulecki1-3/+3
2012-03-20Python bindings for new sync interface.Gravatar Bryan Forbes1-0/+23
2012-03-20More memory leak plugging. Some code cleanup too.Gravatar Bryan Forbes1-14/+15
2012-03-20Used issubclass to determine if a class object can be passed.Gravatar Bryan Forbes1-1/+1
2012-03-20Use stdlib.free and plist.plist_free.Gravatar Bryan Forbes1-4/+4
2012-03-20Implemented hierarchy suggested by Martin S.Gravatar Bryan Forbes1-0/+254
Implemented new BaseService constructors. Moved LockdownClient to lockdown.pxi. Implemented more of the afc interface.