<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/include/libimobiledevice, branch 1.1.6</title>
<subtitle>A protocol library to access iOS devices on Linux</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/'/>
<entry>
<title>file_relay: Added file_relay_request_sources_timeout()</title>
<updated>2014-03-12T18:26:42+00:00</updated>
<author>
<name>Aaron Burghardt</name>
</author>
<published>2014-03-06T13:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=ee11102d5977442252b7ffcfbe00e27d11a08256'/>
<id>ee11102d5977442252b7ffcfbe00e27d11a08256</id>
<content type='text'>
Signed-off-by: Martin Szulecki &lt;m.szulecki@libimobiledevice.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Szulecki &lt;m.szulecki@libimobiledevice.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mobile_image_mounter: implemented new image file uploading method</title>
<updated>2014-02-09T21:31:00+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-02-09T21:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=31602444c0bd71cbea320d02a12c2a8e66ef4e32'/>
<id>31602444c0bd71cbea320d02a12c2a8e66ef4e32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>installation_proxy: Fix operations exiting before being finished due to timeout</title>
<updated>2013-11-10T21:55:11+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-11-10T21:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=3c3a791794f86d58605d1c6098c249a713af2a48'/>
<id>3c3a791794f86d58605d1c6098c249a713af2a48</id>
<content type='text'>
The internal status callback used a timeout of 30 seconds to receive status
messages about the progress of an operation. However, slow devices or large
app archives trigger this timeout causing the handler to return before
the operation was actually complete. This fixes it by removing the internal
timeout by waiting forever and only returning early in case of a real error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The internal status callback used a timeout of 30 seconds to receive status
messages about the progress of an operation. However, slow devices or large
app archives trigger this timeout causing the handler to return before
the operation was actually complete. This fixes it by removing the internal
timeout by waiting forever and only returning early in case of a real error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor userpref logic to use plist format and implement trust dialog handling</title>
<updated>2013-09-17T09:43:33+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-08-18T03:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=ec720cc1c30ac3f9b7996575e835565f60ce2b3e'/>
<id>ec720cc1c30ac3f9b7996575e835565f60ce2b3e</id>
<content type='text'>
iOS 7 introduced a new pairing workflow which increases security by showing a
trust dialog to the user before pairing with the host is allowed.
The userpref system was refactored to use the native plist format, too.
Configuration files of the native implementations are used on each platform.
Former configuration files are no longer in use and can be deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
iOS 7 introduced a new pairing workflow which increases security by showing a
trust dialog to the user before pairing with the host is allowed.
The userpref system was refactored to use the native plist format, too.
Configuration files of the native implementations are used on each platform.
Former configuration files are no longer in use and can be deleted.
</pre>
</div>
</content>
</entry>
<entry>
<title>idevice: Export SSL control functions for idevice_connection_t</title>
<updated>2013-08-07T09:09:40+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-08-07T09:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=e7e9bc8a674b6d93c28c0d2416755c0ae1c8d146'/>
<id>e7e9bc8a674b6d93c28c0d2416755c0ae1c8d146</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service: Make generic service public to enable external service implementations</title>
<updated>2013-08-05T18:10:17+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-08-05T18:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=7567728d13c4d43cffb5fcd0292e2fa4c412344d'/>
<id>7567728d13c4d43cffb5fcd0292e2fa4c412344d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement *_start_service() helper to simplify creation of service clients</title>
<updated>2013-08-05T18:07:04+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-08-05T18:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=3604756139b1a2dde383122745d37fe9d1c95f88'/>
<id>3604756139b1a2dde383122745d37fe9d1c95f88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add public *_SERVICE_NAME defines for each service</title>
<updated>2013-08-05T18:01:35+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-08-05T18:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=d0635a7dc686e21d3eea6bf1c030657d6d575562'/>
<id>d0635a7dc686e21d3eea6bf1c030657d6d575562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syslog_relay: Remove syslog_relay_send() as the service is read-only</title>
<updated>2013-05-23T13:00:14+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-05-23T13:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=b1c41365ef0dbf294b12b691d48d6988e578d66d'/>
<id>b1c41365ef0dbf294b12b691d48d6988e578d66d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add protocol implementation for syslog_relay service</title>
<updated>2013-05-23T12:14:48+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-05-23T12:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=06d2399461182e0c0c113fb473902e204117641e'/>
<id>06d2399461182e0c0c113fb473902e204117641e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
