<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch 1.1.7</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>debugserver: Fix wrong service_error_t return type in debugserver_client_send()</title>
<updated>2014-10-09T14:29:27+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-09T14:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=75b0ba0d69bff5de42fb21ccd5650b78c2997dfa'/>
<id>75b0ba0d69bff5de42fb21ccd5650b78c2997dfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevice: Fix compilation with OpenSSL before 1.0.0-beta1</title>
<updated>2014-10-07T14:29:58+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-07T14:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=9e3561e508a22ea6dcfb00d9e80d7a653efd0e8b'/>
<id>9e3561e508a22ea6dcfb00d9e80d7a653efd0e8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert int16_t macro error types into enum to improve debugging/type-checking</title>
<updated>2014-10-05T14:51:03+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-05T14:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=5072dea1373b7c4789a9ea1e65d05ea30acf41ed'/>
<id>5072dea1373b7c4789a9ea1e65d05ea30acf41ed</id>
<content type='text'>
This simple change provides various benefits for developers like compile
time errors, better auto-completition in editors and the ability of a
debugger to show the constant instead of just the raw value.
Thanks to Aaron Burghardt for the proposal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simple change provides various benefits for developers like compile
time errors, better auto-completition in editors and the ability of a
debugger to show the constant instead of just the raw value.
Thanks to Aaron Burghardt for the proposal.
</pre>
</div>
</content>
</entry>
<entry>
<title>mobilesync: Fix crash in mobilesync_recive_changes() due to typo</title>
<updated>2014-10-03T15:02:43+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-03T15:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=3f5fd6fee9a1e2359c73e911cbf0677507852bdd'/>
<id>3f5fd6fee9a1e2359c73e911cbf0677507852bdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debugserver: Fix compiler warning about missing braces</title>
<updated>2014-10-03T14:29:42+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-03T14:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=e7f91350a4ccd717bfb66704e7cb0f65114f2a8a'/>
<id>e7f91350a4ccd717bfb66704e7cb0f65114f2a8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid exporting non-public symbols</title>
<updated>2014-10-03T14:29:42+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-03T13:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=4c4bbd31f52845de70f5b828121eeea62f8b4514'/>
<id>4c4bbd31f52845de70f5b828121eeea62f8b4514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lockdown: Added lockdownd_start_service_with_escrow_bag</title>
<updated>2014-10-02T14:55:30+00:00</updated>
<author>
<name>Koby Boyango</name>
</author>
<published>2014-10-02T12:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=6011eef62e64bb7cf8239b8466c9aed01432d2f8'/>
<id>6011eef62e64bb7cf8239b8466c9aed01432d2f8</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>afc: Implement afc_remove_path_and_contents() for recursive deletion</title>
<updated>2014-10-02T14:15:48+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-02T14:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=4a9f1c098cdc0e96ceac5bc3bbf6566cad32d7bd'/>
<id>4a9f1c098cdc0e96ceac5bc3bbf6566cad32d7bd</id>
<content type='text'>
Only available on iOS 6 and later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only available on iOS 6 and later.
</pre>
</div>
</content>
</entry>
<entry>
<title>afc: Unify argument names for some functions to match overall API</title>
<updated>2014-10-02T14:13:49+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-02T14:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=9eaaae751d4a3b3e6bd6d95e5c355cb26390845f'/>
<id>9eaaae751d4a3b3e6bd6d95e5c355cb26390845f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>afc: Update all currently known AFC operations in enum</title>
<updated>2014-10-02T01:52:05+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-02T01:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=4540d0ed1dde2ed7ea69f4abb911359db675c038'/>
<id>4540d0ed1dde2ed7ea69f4abb911359db675c038</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
