summaryrefslogtreecommitdiff
path: root/src/mobile_image_mounter.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure all source files include config.hNikias Bassen2020-01-051-0/+3
* mobile_image_mounter: Better error handling (e.g. when device is locked)Nikias Bassen2019-09-271-36/+41
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-6/+6
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-7/+7
* mobile_image_mounter: Change upload method to accept optional image signatureMartin Szulecki2014-06-131-4/+7
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-93/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-10/+10
* mobile_image_mounter: implemented new image file uploading methodNikias Bassen2014-02-091-0/+122
* Implement *_start_service() helper to simplify creation of service clientsMartin Szulecki2013-08-051-0/+20
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-251-1/+1
* use new internal common code for thread, mutex, and socket operationsNikias Bassen2013-03-201-20/+4
* 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
* WIN32: use windows threads and mutexes instead of pthread_*Nikias Bassen2012-03-191-0/+16
* Remove gthread dependency and use pthreads insteadNikias Bassen2012-03-181-10/+4
* Remove unused and fix some includesNikias Bassen2010-03-241-2/+0
* Rename the *_int to *_private for better semantic and fix public typedefsMartin Szulecki2010-03-161-1/+1
* mobile_image_mounter: docs updatedNikias Bassen2010-03-081-14/+19
* New mobile_image_mounter interface plus ideviceimagemounter toolNikias Bassen2010-02-191-0/+271