Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 |
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 |
2010-01-26 | Quick and dirty file_relay test tool. | Nikias Bassen | 2 | -1/+114 |
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 |
2010-01-26 | Abort if backup data is not compatible with device in iphonebackup | Martin Szulecki | 1 | -17/+46 |
2010-01-26 | Implement "Sync in progress..." screen with abort detection | Nikias Bassen | 1 | -2/+90 |
2010-01-26 | New post notification com.apple.itunes-mobdev.syncLockRequest | Nikias Bassen | 1 | -0/+1 |
2010-01-26 | Remove any temporary manifest if backup is aborted in iphonebackup | Martin Szulecki | 1 | -4/+10 |
2010-01-26 | Merge branch 'mobilebackup' into martin | Martin Szulecki | 10 | -21/+1079 |
2010-01-26 | Auto-pair devices within lockdownd_client_new_with_handshake() | Martin Szulecki | 1 | -3/+16 |
2010-01-26 | Refactor iphonebackup and implement incremental backup support | Martin Szulecki | 1 | -56/+237 |
2010-01-25 | Auto-pair devices within lockdownd_client_new_with_handshake() | Martin Szulecki | 1 | -3/+16 |
2010-01-25 | Do not send BackupFileReceived on every hunk, rather the last hunk of a file | Martin Szulecki | 1 | -18/+20 |
2010-01-25 | Remove obsolete DLSendFile loop check and make it while(1) | Martin Szulecki | 1 | -1/+1 |
2010-01-25 | Remove debug_plist helper in iphonebackup | Martin Szulecki | 1 | -16/+1 |
2010-01-25 | Remove the manifest file if it is supplied in the last backup message | Martin Szulecki | 1 | -2/+1 |
2010-01-25 | Also count received hunks so the total backup size message appears once | Martin Szulecki | 1 | -2/+5 |
2010-01-25 | Do not append to .mdinfo files on backup. Write them only once. | Martin Szulecki | 1 | -11/+11 |
2010-01-25 | Improve check for BackupTotalSizeKey and improve message reporting total size | Martin Szulecki | 1 | -4/+6 |