Age | Commit message (Expand) | Author | Files | Lines |
2021-01-03 | Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3 | wendyisgr33n | 1 | -3/+3 |
2017-04-27 | cython: Fix build error after error constant rename | Nikias Bassen | 1 | -2/+2 |
2015-07-10 | lockdown: Add more error codes | Nikias Bassen | 1 | -0/+8 |
2015-01-12 | lockdown: Refactor internal error checking and add more native errors to enum | Martin Szulecki | 1 | -32/+64 |
2014-09-12 | cython: Add error codes and messages for LOCKDOWN_E_PAIRING_DIALOG_PENDING an... | Kurt Kiefer | 1 | -0/+4 |
2013-05-31 | cython: Explicitly cast ssl_enabled when calling lockdownd_start_session | Dawn K. Isabel | 1 | -1/+1 |
2013-05-31 | cython: Make LockdownServiceDescriptor inherit from Base, since it calls self... | Dawn K. Isabel | 1 | -1/+1 |
2013-02-27 | cython: Port all binding code to latest API and fix broken compilation | Martin Szulecki | 1 | -10/+29 |
2012-03-20 | cython: Update to latest API and fix deprecation warnings with cython 0.13+ | Martin Szulecki | 1 | -3/+3 |
2012-03-20 | Python bindings for new sync interface. | Bryan Forbes | 1 | -0/+23 |
2012-03-20 | More memory leak plugging. Some code cleanup too. | Bryan Forbes | 1 | -14/+15 |
2012-03-20 | Used issubclass to determine if a class object can be passed. | Bryan Forbes | 1 | -1/+1 |
2012-03-20 | Use stdlib.free and plist.plist_free. | Bryan Forbes | 1 | -4/+4 |
2012-03-20 | Implemented hierarchy suggested by Martin S. | Bryan Forbes | 1 | -0/+254 |