Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returning 0 bytes sent upon error causes an infinite loop
within the calling gnutls code. Returning -1 as an error
code allows gnutls to properly detect and recover.
|
|
|
|
|
|
|
|
|
|
|
|
lockdownd_client_new()
... instead of in lockdownd_client_new_with_handshake(). This way
the device UUID is also available when only using a non-paired
connection (e.g. when using the idevicepair tool).
|
|
|
|
|
|
|
|
|
|
Thanks to Gordon Assaf for pointing this out.
|
|
The constant for --system option was set to 0 resulting in this
option not being evaluated.
|
|
GStatBuf was introduced with glib 2.25.0 which is more recent than
we actually allow as minimum requirement.
|
|
This change requires gnutls >= 2.2.0 for the latter to be available.
With deprecation starts with gnutls 2.12.0.
|
|
|
|
|
|
DLMessageProcessMessage
|
|
|
|
|
|
|
|
start" earlier
|
|
|
|
|