summaryrefslogtreecommitdiff
path: root/src/installation_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* installation_proxy: Handle BundleIDs in instproxy_client_options_addNikias Bassen2023-03-231-1/+1
* instproxy: Use synchronous mode when callbacks are NULL, as documentedMarc Prud'hommeaux2022-05-091-6/+6
* Fix a few inconsistent declarationsNikias Bassen2022-04-221-7/+4
* installation_proxy: Ignore non-status messages instead of terminating loopSimon Søndergaard2021-06-221-6/+3
* installation_proxy: Terminate worker thread before freeing property list serv...Nikias Bassen2019-07-191-1/+2
* replace all occurrences of occured by occurredYves-Alexis Perez2019-06-231-3/+3
* common: Update thread.c/.h to match the one from libusbmuxdNikias Bassen2019-06-111-4/+7
* Fix parameter check of instproxy_check_capabilities_match()BALATON Zoltan2017-04-081-1/+1
* Avoid potential NULL pointer dereference (leading to segfault) if functions a...BALATON Zoltan2016-04-011-5/+9
* Add missing "(void)" to functions to match public headersMartin Szulecki2015-10-061-1/+1
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* installation_proxy: Use char* array to pass capabilities for related methodMartin Szulecki2015-01-271-2/+11
* installation_proxy: Use char* array to pass appids for lookup commandMartin Szulecki2015-01-271-15/+28
* installation_proxy: Use new lookup command for app path retrieval helperMartin Szulecki2015-01-271-26/+8
* installation_proxy: Refactor implementation, add new commands and helpersMartin Szulecki2015-01-271-239/+591
* installation_proxy: Add new helper to set return attributes in client optionsMartin Szulecki2015-01-271-0/+21
* installation_proxy: Improve comment formatting and some whitespacesMartin Szulecki2015-01-271-3/+5
* thread: Introduce thread_new and thread_free to cover handle leaks on WIN32Martin Szulecki2015-01-131-3/+8
* Remove obsolete prefix from debug messages in internal locking helpersMartin Szulecki2014-10-261-2/+2
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-15/+15
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-232/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-7/+7
* installation_proxy: Fix operations exiting before being finished due to timeoutMartin Szulecki2013-11-101-4/+5
* property_list_service: Rename RECEIVE_TIMEOUT error for more clarityMartin Szulecki2013-11-101-0/+2
* installation_proxy: Remove dead code from uninstall methodMartin Szulecki2013-11-041-5/+0
* Implement *_start_service() helper to simplify creation of service clientsMartin Szulecki2013-08-051-0/+20
* installation_proxy: Fix another two memory leaksMartin Szulecki2013-07-181-0/+4
* Fix memory leaks in instproxy_client_get_path_for_bundle_identifier()Martin Szulecki2013-07-161-0/+10
* 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-251-1/+1
* installation_proxy: Silence compiler warnings about thread_t pointer assignmentsMartin Szulecki2013-04-251-2/+2
* use new internal common code for thread, mutex, and socket operationsNikias Bassen2013-03-201-40/+6
* 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-141-5/+3
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-3/+3
* installation_proxy: Correctly handle adding ReturnAttributes in client optionsMartin Szulecki2012-12-081-1/+1
* WIN32: use windows threads and mutexes instead of pthread_*Nikias Bassen2012-03-191-0/+34
* Remove gthread dependency and use pthreads insteadNikias Bassen2012-03-181-16/+9
* Document user_data parameter in installation_proxy interfaceMartin Szulecki2010-05-151-0/+9
* Added user_data parameter to instproxy_status_cb and related functions.Bryan Forbes2010-03-311-19/+21
* Use insert_item instead of set_item to make adding client options workNikias Bassen2010-03-251-3/+3
* Remove unused and fix some includesNikias Bassen2010-03-241-1/+0
* Rename the *_int to *_private for better semantic and fix public typedefsMartin Szulecki2010-03-161-1/+1
* installation_proxy: docs updatedNikias Bassen2010-03-081-7/+10
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-291-1/+1
* installation_proxy: rework code to use plist client_optionsNikias Bassen2010-01-211-119/+152
* Rename service implementation sources to lowercase for consistencyMartin Szulecki2010-01-131-0/+740