This repository was archived by the owner on Jan 31, 2024. It is now read-only.
Update to latest upstream#6
Open
JJTech0130 wants to merge 273 commits intolibimobiledevice-win32:msvc/masterfrom
Open
Update to latest upstream#6JJTech0130 wants to merge 273 commits intolibimobiledevice-win32:msvc/masterfrom
JJTech0130 wants to merge 273 commits intolibimobiledevice-win32:msvc/masterfrom
Conversation
…install packages on ubuntu
…meaningful error codes This allows clients to properly detect that a connection to the requested port failed because it is not open on the device, instead of just returning an "unknown error"
…in restore options
with a fallback to get the version string from a .tarball-version file
…disabling CRLF conversion
…a buffer overrun Only decode the response if it's not OK, otherwise the O in "OK" can be interpreted as a hexadecimal and cause a buffer overrun.
The debugserver command to set logging, QSetLogging, needs to be terminated with a ';' for it to be processed.
… to lockdownd In restore mode these requests fail so we need to make sure we are actually talking to lockdownd
Both --syslog-relay and --syslog_relay still work regardless, but it is more aligned with other long options.
These functions are like afc_get_file_info/afc_get_device_info but the data is returned as a plist_t dictionary instead of a string list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not sure what changes need to be made to libimobiledevice-net to support this. Just opening the PR to give you a heads up.
I would like some of the fixes for newer iOS versions.