summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak in lockdownd_gen_pair_cert() by freeing X509_EXTENSION obje...Aaron Burghardt2013-06-301-0/+1
* Fixed memory leak in lockdownd_gen_pair_cert() when getting cert data using O...Aaron Burghardt2013-06-301-2/+5
* syslog_relay: Make sure syslog worker thread is not stuck foreverMartin Szulecki2013-05-241-2/+4
* syslog_relay: Remove syslog_relay_send() as the service is read-onlyMartin Szulecki2013-05-231-31/+0
* Add protocol implementation for syslog_relay serviceMartin Szulecki2013-05-233-1/+342
* heartbeat: Fix wrong error codes in documentationMartin Szulecki2013-05-231-4/+4
* installation_proxy: Add helper to retrieve filepath of an app from deviceMartin Szulecki2013-04-251-0/+97
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-2528-1490/+26
* installation_proxy: Silence compiler warnings about thread_t pointer assignmentsMartin Szulecki2013-04-252-4/+4
* afc: Add convenience helper to free AFC dictionaries in afc_dictionary_free()Martin Szulecki2013-04-251-0/+14
* use new internal common code for thread, mutex, and socket operationsNikias Bassen2013-03-2011-201/+38
* installation_proxy: Add ReturnAttributes key to comment for documentationMartin Szulecki2013-03-181-3/+3
* global: make sure to check service before checking service->port to prevent c...Nikias Bassen2013-03-1418-43/+27
* lockdown: only return service descriptor if StartService succeedsNikias Bassen2013-03-141-5/+11
* remove unneeded int16_t* casts from calls to service_client_factory_start_ser...Nikias Bassen2013-02-282-2/+2
* service: use correct int16_t instead of uint16_t for error codesNikias Bassen2013-02-284-7/+7
* webinspector: Use new service_client_factory_start_service()Martin Szulecki2013-02-271-30/+3
* heartbeat: Fix compile time warning by casting returned error codeMartin Szulecki2013-02-271-1/+1
* turn service_client_start_service into service_client_factory_start_serviceNikias Bassen2013-02-273-40/+21
* Add label argument to *_client_start_service() helpersMartin Szulecki2013-02-272-4/+8
* service: Allow passing label for lockdown from start_service helperMartin Szulecki2013-02-272-3/+5
* afc: List afc_client_new_with_service_client() in private headerMartin Szulecki2013-02-273-5/+7
* Rename start service methods to be consistentMartin Szulecki2013-02-274-4/+4
* implement base service that all other services inherit fromNikias Bassen2013-02-2711-80/+404
* Make all "include guards" for all headers consistentMartin Szulecki2013-02-2722-43/+62
* heartbeat: Implement basic "network heartbeat" service protocolMartin Szulecki2013-02-263-0/+268
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-2620-82/+138
* webinspector: Remove obsolete newline charaters from debug messagesMartin Szulecki2013-02-261-5/+5
* webinspector: Print sent/received message plist for easier debuggingMartin Szulecki2013-02-231-0/+4
* webinspector: Add new service protocol implementationYury Melnichek2013-02-233-1/+295
* Link with ole32 on WIN32 to fix buildMartin Szulecki2013-02-211-0/+5
* mobilesync: Add new error_description argument to grab device error messagesMartin Szulecki2013-02-111-11/+10
* mobilesync: Bump major version to 300 for compatibility with iOS 6Martin Szulecki2013-02-101-1/+1
* installation_proxy: Correctly handle adding ReturnAttributes in client optionsMartin Szulecki2012-12-081-1/+1
* diagnostics_relay: Handle "UnknownRequest" status response correctlyMartin Szulecki2012-11-301-8/+50
* idevice: use 'dev' instead of 'phone' as variable nameNikias Bassen2012-11-291-5/+5
* afc: fix documentation to say 'device' instead of 'phone'Nikias Bassen2012-11-291-11/+11
* screenshotr: Bump DL proto version to 300 to fix iOS 6 supportMartin Szulecki2012-10-211-1/+1
* diagnostics_relay: Implement query functions for MobileGestalt and IORegistryMartin Szulecki2012-10-211-0/+111
* diagnostics_relay: Implement sleep, restart, shutdown and request_diagnosticsMartin Szulecki2012-10-211-95/+121
* diagnostics_relay: Add basic new service implementationMartin Szulecki2012-10-213-1/+373
* Added com.apple.misagent service protocol implementationNikias Bassen2012-10-213-0/+339
* mobilebackup2: raised DL version so idevicebackup2 actually works with iOS6Nikias Bassen2012-10-171-1/+1
* Don't crash if $HOME is emptyBastien Nocera2012-09-051-1/+22
* property_list_service: do not strip non-ASCII characters from XML plistsChristophe Fergeau2012-06-261-1/+1
* idevice: fix openssl initialization and handle error to avoid crashNikias Bassen2012-04-181-4/+11
* idevice: Bump libusbmuxd dependency to 1.0.8 and adopt idevice.c to API changesMartin Szulecki2012-04-081-4/+4
* sbservices: Implement retrieving interface orientation from deviceMartin Szulecki2012-04-071-0/+46
* restore: initialize uninitialized struct member infoNikias Bassen2012-04-061-0/+1
* lockdown: Correct a few wrong comments showing NP_E_* error messagesMartin Szulecki2012-04-011-7/+9