Age | Commit message (Expand) | Author | Files | Lines |
2013-06-30 | Fixed memory leak by creating empty plist dict for iTunes settings only when ... | Aaron Burghardt | 1 | -2/+2 |
2013-06-30 | Fixed memory leak in lockdownd_gen_pair_cert() by freeing X509_EXTENSION obje... | Aaron Burghardt | 1 | -0/+1 |
2013-06-30 | Fixed memory leak in lockdownd_gen_pair_cert() when getting cert data using O... | Aaron Burghardt | 1 | -2/+5 |
2013-06-06 | cython: Add support for using Python 'with' statement when opening AfcFile | Dawn K. Isabel | 1 | -0/+6 |
2013-05-31 | cython: Update declaration for LockdownServiceDescriptor to match definition | Martin Szulecki | 1 | -1/+1 |
2013-05-31 | cython: Explicitly cast ssl_enabled when calling lockdownd_start_session | Dawn K. Isabel | 1 | -1/+1 |
2013-05-31 | cython: Add Afc2Client class to allow jailbroken filesystem access | Dawn K. Isabel | 1 | -0/+32 |
2013-05-31 | cython: Initialize some pointers to NULL | Dawn K. Isabel | 1 | -4/+4 |
2013-05-31 | cython: Add read() method to AfcFile | Dawn K. Isabel | 1 | -0/+14 |
2013-05-31 | cython: Make LockdownServiceDescriptor inherit from Base, since it calls self... | Dawn K. Isabel | 1 | -1/+1 |
2013-05-28 | tools: fix linker error with newer libtool | Nikias Bassen | 1 | -4/+4 |
2013-05-24 | syslog_relay: Make sure syslog worker thread is not stuck forever | Martin Szulecki | 1 | -2/+4 |
2013-05-23 | idevicesyslog: Remove obsolete include of lockdown interface | Martin Szulecki | 1 | -1/+0 |
2013-05-23 | Silence compiler warnings for win32 builds | Martin Szulecki | 5 | -5/+8 |
2013-05-23 | syslog_relay: Remove syslog_relay_send() as the service is read-only | Martin Szulecki | 2 | -35/+1 |
2013-05-23 | idevicesyslog: Switch code to new syslog_relay service interface | Martin Szulecki | 2 | -50/+26 |
2013-05-23 | Add protocol implementation for syslog_relay service | Martin Szulecki | 5 | -2/+416 |
2013-05-23 | heartbeat: Fix wrong error codes in documentation | Martin Szulecki | 1 | -4/+4 |
2013-04-25 | installation_proxy: Add helper to retrieve filepath of an app from device | Martin Szulecki | 2 | -0/+99 |
2013-04-25 | common: Move debug and userpref code into libinternalcommon | Martin Szulecki | 31 | -32/+32 |
2013-04-25 | installation_proxy: Silence compiler warnings about thread_t pointer assignments | Martin Szulecki | 2 | -4/+4 |
2013-04-25 | afc: Add convenience helper to free AFC dictionaries in afc_dictionary_free() | Martin Szulecki | 2 | -0/+15 |
2013-03-20 | use new internal common code for thread, mutex, and socket operations | Nikias Bassen | 14 | -230/+50 |
2013-03-20 | move thread and socket code to "common" subdir | Nikias Bassen | 9 | -7/+64 |
2013-03-20 | idevicesyslog: removed unused header include | Nikias Bassen | 1 | -1/+0 |
2013-03-19 | configure.ac: Fix broken byte order detection for platforms without endian.h | Martin Szulecki | 1 | -1/+1 |
2013-03-19 | Post release version bump to 1.1.6 | Martin Szulecki | 1 | -1/+1 |
2013-03-19 | tools: Add missing socket.h and thread.h to fix make distcheck1.1.5 | Martin Szulecki | 1 | -0/+2 |
2013-03-19 | docs: Update manpage for idevicebackup2 | Martin Szulecki | 1 | -3/+17 |
2013-03-19 | idevice_id: Rename devname variable which shadows a global declaration on OS X | Martin Szulecki | 1 | -5/+5 |
2013-03-19 | Update NEWS with latest changes | Martin Szulecki | 1 | -0/+6 |
2013-03-18 | installation_proxy: Add ReturnAttributes key to comment for documentation | Martin Szulecki | 1 | -3/+3 |
2013-03-18 | idevicebackup2: Fix integer overflow bug on 32-bit architectures | Martin Szulecki | 1 | -1/+1 |
2013-03-18 | Update README for sanity | Martin Szulecki | 1 | -14/+11 |
2013-03-14 | fix invalid whitespace | Nikias Bassen | 1 | -1/+1 |
2013-03-14 | global: make sure to check service before checking service->port to prevent c... | Nikias Bassen | 26 | -77/+44 |
2013-03-14 | lockdown: only return service descriptor if StartService succeeds | Nikias Bassen | 1 | -5/+11 |
2013-03-07 | ideviceheartbeat: Report if starting the service failed | Martin Szulecki | 1 | -1/+4 |
2013-02-28 | idevicesyslog: use events to allow automatic reconnect to device | Nikias Bassen | 1 | -31/+147 |
2013-02-28 | idevicesyslog: use new service API | Nikias Bassen | 1 | -33/+17 |
2013-02-28 | remove unneeded int16_t* casts from calls to service_client_factory_start_ser... | Nikias Bassen | 2 | -2/+2 |
2013-02-28 | service: use correct int16_t instead of uint16_t for error codes | Nikias Bassen | 4 | -7/+7 |
2013-02-27 | webinspector: Use new service_client_factory_start_service() | Martin Szulecki | 1 | -30/+3 |
2013-02-27 | heartbeat: Fix compile time warning by casting returned error code | Martin Szulecki | 1 | -1/+1 |
2013-02-27 | turn service_client_start_service into service_client_factory_start_service | Nikias Bassen | 3 | -40/+21 |
2013-02-27 | Add label argument to *_client_start_service() helpers | Martin Szulecki | 5 | -7/+11 |
2013-02-27 | service: Allow passing label for lockdown from start_service helper | Martin Szulecki | 2 | -3/+5 |
2013-02-27 | afc: List afc_client_new_with_service_client() in private header | Martin Szulecki | 3 | -5/+7 |
2013-02-27 | afc: Remove non-existant afc_client_new_from_connection() from exports | Martin Szulecki | 1 | -1/+0 |
2013-02-27 | Rename start service methods to be consistent | Martin Szulecki | 7 | -9/+7 |