Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-16 | Add upcoming changes to NEWS file | 1 | -0/+13 | ||
2010-03-16 | Complete documentation of public interface and fix a lot of bogus comments | 21 | -268/+502 | ||
This change unifies the documentation comment syntax, fixes a few bad documentation comments and completes documentation where it was missing. | |||||
2010-03-16 | Unify NP callback userdata parameter to user_data for consistency | 2 | -7/+8 | ||
2010-03-16 | Document internal make_strings_list() and change parameter names | 1 | -3/+13 | ||
2010-03-16 | Rename afc invalid argument error to AFC_E_INVALID_ARG | 2 | -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-16 | Rename the *_int to *_private for better semantic and fix public typedefs | 37 | -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-16 | Fix warning due to unused printf format specificer in filerelaytest tool | 1 | -1/+1 | ||
2010-03-16 | Make sure documentation can be regenerated if related sources change | 1 | -1/+1 | ||
2010-03-16 | List enum members one per line in documentation | 1 | -1/+1 | ||
2010-03-16 | Use new mobilebackup functions | 1 | -77/+18 | ||
2010-03-16 | mobilebackup: new functions added | 2 | -0/+154 | ||
2010-03-15 | Add device_link_service_send_ping function. | 2 | -0/+29 | ||
2010-03-15 | device_link_service: process_message functions renamed using send/receive | 3 | -6/+6 | ||
2010-03-15 | Removed obsolete AFCToken struct | 1 | -5/+0 | ||
2010-03-14 | Add missing makefile to make sure man pages are installed | 1 | -0/+3 | ||
2010-03-13 | Fix doc generation in makefile rules | 1 | -3/+5 | ||
2010-03-13 | Add missing copyright header to idevicescreenshot tool | 1 | -0/+23 | ||
2010-03-13 | Increase soname version due to changes in notification proxy interface | 1 | -1/+1 | ||
2010-03-13 | Use current date and time in filename of screenshot tool | 1 | -6/+11 | ||
2010-03-13 | Update dependencies and links in README | 1 | -6/+3 | ||
2010-03-13 | Add man pages for tools | 9 | -2/+219 | ||
2010-03-09 | Updated the SWIG bindings for the userdata parameter to np_set_notify_callback. | 1 | -12/+6 | ||
2010-03-08 | Add user data parameter to notification callback function | 4 | -8/+12 | ||
[#114 state:resolved] | |||||
2010-03-08 | sbservices: docs updated | 3 | -11/+14 | ||
2010-03-08 | file_relay: docs updated | 2 | -6/+7 | ||
2010-03-08 | installation_proxy: docs updated | 2 | -8/+11 | ||
2010-03-08 | notification_proxy: docs updated | 2 | -13/+21 | ||
2010-03-08 | screenshotr: docs updated | 2 | -5/+9 | ||
2010-03-08 | mobile_image_mounter: docs updated | 2 | -15/+20 | ||
2010-03-06 | Merge commit 'bryanforbes/master' | 1 | -56/+183 | ||
2010-03-04 | Added python bindings for notification_proxy. | 2 | -57/+184 | ||
2010-03-02 | Use AM_CPPFLAGS instead of deprecated INCLUDES | 4 | -5/+5 | ||
2010-03-02 | Fix a missing rename to make the Python bindings actually work | 1 | -1/+1 | ||
2010-02-19 | New screenshotr service plus idevicescreenshot tool | 7 | -1/+390 | ||
[#113 state:resolved] | |||||
2010-02-19 | New mobile_image_mounter interface plus ideviceimagemounter tool | 7 | -1/+893 | ||
2010-02-19 | device_link_service: new function and docs updated | 2 | -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-10 | Merge commit 'martin-s/martin' | 2 | -11/+23 | ||
2010-02-02 | Set PROJECT_NAME and PROJECT_NUMBER for doxygen via autofoo | 2 | -3/+4 | ||
2010-02-02 | Update NEWS with changes of 0.9.7 release | 1 | -0/+14 | ||
2010-02-02 | Also rename files listed in .gitignore after the project rename | 1 | -11/+9 | ||
2010-02-02 | Set PROJECT_NAME and PROJECT_NUMBER for doxygen via autofoo | 2 | -3/+4 | ||
2010-01-30 | Pass -version-info for libtool to set soname0.9.7 | 2 | -0/+11 | ||
2010-01-29 | Add LOCKDOWN_E_INVALID_ACTIVATION_RECORD if activation errors out | 2 | -19/+32 | ||
2010-01-29 | Global renames due to project rename to libimobiledevice | 55 | -584/+587 | ||
2010-01-27 | Merge commit 'martin-s/martin' | 11 | -21/+1203 | ||
2010-01-26 | device_link_service: send version number with VersionsOk message | 1 | -0/+1 | ||
[#108 state:resolved] | |||||
2010-01-26 | Quick and dirty file_relay test tool. | 2 | -1/+114 | ||
[#108 state:resolved] | |||||
2010-01-26 | New file_relay service implementation. | 5 | -0/+295 | ||
2010-01-26 | Auto-pair devices within lockdownd_client_new_with_handshake() | 1 | -3/+16 | ||
This brings back the automatic pairing feature if not yet paired. [#111 state:resolved] | |||||
2010-01-26 | Abort if backup data is not compatible with device in iphonebackup | 1 | -17/+46 | ||