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