summaryrefslogtreecommitdiffstats
path: root/src/mobile_image_mounter.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Make sure all source files include config.hGravatar Nikias Bassen1-0/+3
2019-09-27mobile_image_mounter: Better error handling (e.g. when device is locked)Gravatar Nikias Bassen1-36/+41
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-6/+6
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-7/+7
2014-06-13mobile_image_mounter: Change upload method to accept optional image signatureGravatar Martin Szulecki1-4/+7
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-93/+0
2014-03-20Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Gravatar Martin Szulecki1-10/+10
2014-02-09mobile_image_mounter: implemented new image file uploading methodGravatar Nikias Bassen1-0/+122
2013-08-05Implement *_start_service() helper to simplify creation of service clientsGravatar Martin Szulecki1-0/+20
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki1-1/+1
2013-03-20use new internal common code for thread, mutex, and socket operationsGravatar Nikias Bassen1-20/+4
2013-03-14global: make sure to check service before checking service->port to prevent c...Gravatar Nikias Bassen1-5/+3
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-3/+3
2012-03-19WIN32: use windows threads and mutexes instead of pthread_*Gravatar Nikias Bassen1-0/+16
2012-03-18Remove gthread dependency and use pthreads insteadGravatar Nikias Bassen1-10/+4
2010-03-24Remove unused and fix some includesGravatar Nikias Bassen1-2/+0
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki1-1/+1
2010-03-08mobile_image_mounter: docs updatedGravatar Nikias Bassen1-14/+19
2010-02-19New mobile_image_mounter interface plus ideviceimagemounter toolGravatar Nikias Bassen1-0/+271