Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Dawn K. Isabel | 1 | -1/+1 | |
self.handle_error | |||||
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 | |
Implemented new BaseService constructors. Moved LockdownClient to lockdown.pxi. Implemented more of the afc interface. |