summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06idevicebackup: better handle broken or missing plist filesGravatar Nikias Bassen1-13/+35
2010-03-31Bump version to stable 1.0.1Gravatar Martin Szulecki1-1/+1
2010-03-31Update AUTHORS from git history and alpha sort namesGravatar Martin Szulecki1-8/+11
2010-03-31Update installation instructions in README and update master remoteGravatar Martin Szulecki1-6/+2
2010-03-25Use insert_item instead of set_item to make adding client options workGravatar Nikias Bassen1-3/+3
2010-03-24Use glib GUINT32_TO/FROM_BE macros instead of htonl/ntohlGravatar Martin Szulecki3-6/+6
2010-03-24Remove unused and fix some includesGravatar Nikias Bassen15-21/+3
2010-03-21Bump version to 1.0.01.0.0Gravatar Matt Colyer1-1/+1
2010-03-20Update NEWS file with latest changesGravatar Martin Szulecki1-0/+1
2010-03-20Fix make distcheck not workingGravatar Martin Szulecki2-1/+3
2010-03-19Removed the HAL fdi rules since HAL is deprecated and the fdi was outdated ↵Gravatar Martin Szulecki4-22/+1
anyways
2010-03-16Fix typo in commentGravatar Martin Szulecki1-1/+1
2010-03-16Add upcoming changes to NEWS fileGravatar Martin Szulecki1-0/+13
2010-03-16Complete documentation of public interface and fix a lot of bogus commentsGravatar Martin Szulecki21-268/+502
This change unifies the documentation comment syntax, fixes a few bad documentation comments and completes documentation where it was missing.
2010-03-16Unify NP callback userdata parameter to user_data for consistencyGravatar Martin Szulecki2-7/+8
2010-03-16Document internal make_strings_list() and change parameter namesGravatar Martin Szulecki1-3/+13
2010-03-16Rename afc invalid argument error to AFC_E_INVALID_ARGGravatar Martin Szulecki2-38/+33
All other services use *_E_INVALID_ARG instead of *_E_INVALID_ARGUMENT, thus the afc interface should use the common name.
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki37-58/+57
This changes the typedef logic slightly for the public headers in order for doxygen to correctly pickup and enable the client struct documentation.
2010-03-16Fix warning due to unused printf format specificer in filerelaytest toolGravatar Martin Szulecki1-1/+1
2010-03-16Make sure documentation can be regenerated if related sources changeGravatar Martin Szulecki1-1/+1
2010-03-16List enum members one per line in documentationGravatar Martin Szulecki1-1/+1
2010-03-16Use new mobilebackup functionsGravatar Nikias Bassen1-77/+18
2010-03-16mobilebackup: new functions addedGravatar Nikias Bassen2-0/+154
2010-03-15Add device_link_service_send_ping function.Gravatar Nikias Bassen2-0/+29
2010-03-15device_link_service: process_message functions renamed using send/receiveGravatar Nikias Bassen3-6/+6
2010-03-15Removed obsolete AFCToken structGravatar Nikias Bassen1-5/+0
2010-03-14Add missing makefile to make sure man pages are installedGravatar Martin Szulecki1-0/+3
2010-03-13Fix doc generation in makefile rulesGravatar Martin Szulecki1-3/+5
2010-03-13Add missing copyright header to idevicescreenshot toolGravatar Martin Szulecki1-0/+23
2010-03-13Increase soname version due to changes in notification proxy interfaceGravatar Martin Szulecki1-1/+1
2010-03-13Use current date and time in filename of screenshot toolGravatar Martin Szulecki1-6/+11
2010-03-13Update dependencies and links in READMEGravatar Martin Szulecki1-6/+3
2010-03-13Add man pages for toolsGravatar Martin Szulecki9-2/+219
2010-03-09Updated the SWIG bindings for the userdata parameter to np_set_notify_callback.Gravatar Bryan Forbes1-12/+6
2010-03-08Add user data parameter to notification callback functionGravatar Nikias Bassen4-8/+12
[#114 state:resolved]
2010-03-08sbservices: docs updatedGravatar Nikias Bassen3-11/+14
2010-03-08file_relay: docs updatedGravatar Nikias Bassen2-6/+7
2010-03-08installation_proxy: docs updatedGravatar Nikias Bassen2-8/+11
2010-03-08notification_proxy: docs updatedGravatar Nikias Bassen2-13/+21
2010-03-08screenshotr: docs updatedGravatar Nikias Bassen2-5/+9
2010-03-08mobile_image_mounter: docs updatedGravatar Nikias Bassen2-15/+20
2010-03-06Merge commit 'bryanforbes/master'Gravatar Matt Colyer1-56/+183
2010-03-04Added python bindings for notification_proxy.Gravatar Bryan Forbes2-57/+184
2010-03-02Use AM_CPPFLAGS instead of deprecated INCLUDESGravatar Martin Szulecki4-5/+5
2010-03-02Fix a missing rename to make the Python bindings actually workGravatar Martin Szulecki1-1/+1
2010-02-19New screenshotr service plus idevicescreenshot toolGravatar Nikias Bassen7-1/+390
[#113 state:resolved]
2010-02-19New mobile_image_mounter interface plus ideviceimagemounter toolGravatar Nikias Bassen7-1/+893
2010-02-19device_link_service: new function and docs updatedGravatar Nikias Bassen2-2/+70
New function: device_link_service_get_process_message. This function receives a DLMessageProcessMessage and extracts the message (a PLIST_DICT). Fails if the received plist is not a DLMessageProcessMessage.
2010-02-10Merge commit 'martin-s/martin'Gravatar Matt Colyer2-11/+23
2010-02-02Set PROJECT_NAME and PROJECT_NUMBER for doxygen via autofooGravatar Nikias Bassen2-3/+4