summaryrefslogtreecommitdiff
path: root/cython/lockdown.pxi
Commit message (Expand)AuthorAgeFilesLines
* Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3wendyisgr33n2021-01-031-3/+3
* cython: Fix build error after error constant renameNikias Bassen2017-04-271-2/+2
* lockdown: Add more error codesNikias Bassen2015-07-101-0/+8
* lockdown: Refactor internal error checking and add more native errors to enumMartin Szulecki2015-01-121-32/+64
* cython: Add error codes and messages for LOCKDOWN_E_PAIRING_DIALOG_PENDING an...Kurt Kiefer2014-09-121-0/+4
* cython: Explicitly cast ssl_enabled when calling lockdownd_start_sessionDawn K. Isabel2013-05-311-1/+1
* cython: Make LockdownServiceDescriptor inherit from Base, since it calls self...Dawn K. Isabel2013-05-311-1/+1
* cython: Port all binding code to latest API and fix broken compilationMartin Szulecki2013-02-271-10/+29
* cython: Update to latest API and fix deprecation warnings with cython 0.13+Martin Szulecki2012-03-201-3/+3
* Python bindings for new sync interface.Bryan Forbes2012-03-201-0/+23
* More memory leak plugging. Some code cleanup too.Bryan Forbes2012-03-201-14/+15
* Used issubclass to determine if a class object can be passed.Bryan Forbes2012-03-201-1/+1
* Use stdlib.free and plist.plist_free.Bryan Forbes2012-03-201-4/+4
* Implemented hierarchy suggested by Martin S.Bryan Forbes2012-03-201-0/+254