summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-23Silence compiler warnings for win32 buildsGravatar Martin Szulecki5-5/+8
2013-05-23syslog_relay: Remove syslog_relay_send() as the service is read-onlyGravatar Martin Szulecki2-35/+1
2013-05-23idevicesyslog: Switch code to new syslog_relay service interfaceGravatar Martin Szulecki2-50/+26
2013-05-23Add protocol implementation for syslog_relay serviceGravatar Martin Szulecki5-2/+416
2013-05-23heartbeat: Fix wrong error codes in documentationGravatar Martin Szulecki1-4/+4
2013-04-25installation_proxy: Add helper to retrieve filepath of an app from deviceGravatar Martin Szulecki2-0/+99
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki31-32/+32
2013-04-25installation_proxy: Silence compiler warnings about thread_t pointer assignmentsGravatar Martin Szulecki2-4/+4
2013-04-25afc: Add convenience helper to free AFC dictionaries in afc_dictionary_free()Gravatar Martin Szulecki2-0/+15
2013-03-20use new internal common code for thread, mutex, and socket operationsGravatar Nikias Bassen14-230/+50
2013-03-20move thread and socket code to "common" subdirGravatar Nikias Bassen9-7/+64
2013-03-20idevicesyslog: removed unused header includeGravatar Nikias Bassen1-1/+0
2013-03-19configure.ac: Fix broken byte order detection for platforms without endian.hGravatar Martin Szulecki1-1/+1
2013-03-19Post release version bump to 1.1.6Gravatar Martin Szulecki1-1/+1
2013-03-19tools: Add missing socket.h and thread.h to fix make distcheck1.1.5Gravatar Martin Szulecki1-0/+2
2013-03-19docs: Update manpage for idevicebackup2Gravatar Martin Szulecki1-3/+17
2013-03-19idevice_id: Rename devname variable which shadows a global declaration on OS XGravatar Martin Szulecki1-5/+5
2013-03-19Update NEWS with latest changesGravatar Martin Szulecki1-0/+6
2013-03-18installation_proxy: Add ReturnAttributes key to comment for documentationGravatar Martin Szulecki1-3/+3
2013-03-18idevicebackup2: Fix integer overflow bug on 32-bit architecturesGravatar Martin Szulecki1-1/+1
2013-03-18Update README for sanityGravatar Martin Szulecki1-14/+11
2013-03-14fix invalid whitespaceGravatar Nikias Bassen1-1/+1
2013-03-14global: make sure to check service before checking service->port to prevent c...Gravatar Nikias Bassen26-77/+44
2013-03-14lockdown: only return service descriptor if StartService succeedsGravatar Nikias Bassen1-5/+11
2013-03-07ideviceheartbeat: Report if starting the service failedGravatar Martin Szulecki1-1/+4
2013-02-28idevicesyslog: use events to allow automatic reconnect to deviceGravatar Nikias Bassen1-31/+147
2013-02-28idevicesyslog: use new service APIGravatar Nikias Bassen1-33/+17
2013-02-28remove unneeded int16_t* casts from calls to service_client_factory_start_ser...Gravatar Nikias Bassen2-2/+2
2013-02-28service: use correct int16_t instead of uint16_t for error codesGravatar Nikias Bassen4-7/+7
2013-02-27webinspector: Use new service_client_factory_start_service()Gravatar Martin Szulecki1-30/+3
2013-02-27heartbeat: Fix compile time warning by casting returned error codeGravatar Martin Szulecki1-1/+1
2013-02-27turn service_client_start_service into service_client_factory_start_serviceGravatar Nikias Bassen3-40/+21
2013-02-27Add label argument to *_client_start_service() helpersGravatar Martin Szulecki5-7/+11
2013-02-27service: Allow passing label for lockdown from start_service helperGravatar Martin Szulecki2-3/+5
2013-02-27afc: List afc_client_new_with_service_client() in private headerGravatar Martin Szulecki3-5/+7
2013-02-27afc: Remove non-existant afc_client_new_from_connection() from exportsGravatar Martin Szulecki1-1/+0
2013-02-27Rename start service methods to be consistentGravatar Martin Szulecki7-9/+7
2013-02-27implement base service that all other services inherit fromGravatar Nikias Bassen11-80/+404
2013-02-27Update NEWS with latest changesGravatar Martin Szulecki1-2/+5
2013-02-27cython: Add all service protocols which brings Python bindings to 100% coverageGravatar Martin Szulecki9-0/+661
2013-02-27cython: Port all binding code to latest API and fix broken compilationGravatar Martin Szulecki12-47/+137
2013-02-27cython: Add support for receive_with_timeout() method on PropertyListServiceGravatar Martin Szulecki2-0/+19
2013-02-27cython: Remove custom stdint.pxi and use libc.stdint cimport insteadGravatar Martin Szulecki3-21/+2
2013-02-27configure.ac: Require cython 0.17.0 or laterGravatar Martin Szulecki1-1/+1
2013-02-27Make all "include guards" for all headers consistentGravatar Martin Szulecki33-65/+84
2013-02-27house_arrest: Use more generic description for documentationGravatar Martin Szulecki1-1/+1
2013-02-27configure.ac: Make note about SSL provider in summary easier to understandGravatar Martin Szulecki1-1/+1
2013-02-26Update NEWS with latest changesGravatar Martin Szulecki1-1/+16
2013-02-26ideviceheartbeat: Add simpe tool which keeps heartbeat service connection aliveGravatar Martin Szulecki2-4/+162
2013-02-26heartbeat: Implement basic "network heartbeat" service protocolGravatar Martin Szulecki5-0/+333