<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/include/libimobiledevice, branch 1.3.0</title>
<subtitle>A cross-platform protocol library to access iOS devices</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/'/>
<entry>
<title>Fix inconsistent declaration of function parameter in another public header</title>
<updated>2020-06-09T22:47:33+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-06-09T22:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=8049f1a165c2cf716d8b459e1a51ca4aaaf71a27'/>
<id>8049f1a165c2cf716d8b459e1a51ca4aaaf71a27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inconsistent declarations of function parameters in public headers</title>
<updated>2020-06-09T22:42:12+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-06-09T22:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=6cd994d7f030e069a3ea5efe0aa3266fd887724c'/>
<id>6cd994d7f030e069a3ea5efe0aa3266fd887724c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "compproxy" names to "companion_proxy" in all related code</title>
<updated>2020-06-07T22:43:36+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2020-06-07T22:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=542ef4711ff6f321014e2465264159245e5f3c51'/>
<id>542ef4711ff6f321014e2465264159245e5f3c51</id>
<content type='text'>
This now matches how other services are named as we try to use the lockdownd
provided name or otherwise a more readable one even if it is longer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This now matches how other services are named as we try to use the lockdownd
provided name or otherwise a more readable one even if it is longer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for com.apple.companion_proxy</title>
<updated>2020-05-18T02:31:44+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-05-18T02:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=0268777212847afd7734cb280115aea70dc81c92'/>
<id>0268777212847afd7734cb280115aea70dc81c92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostics_relay: Don't use reserved words as function arguments</title>
<updated>2020-05-03T21:29:25+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-05-03T21:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=21f1da655c019d4f6b2eab06c6cd4a42a724d51d'/>
<id>21f1da655c019d4f6b2eab06c6cd4a42a724d51d</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: Add new function syslog_relay_start_capture_raw</title>
<updated>2020-04-27T04:15:53+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-04-27T04:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=a48b8fbf7fb80c9f4d6d2419c7f27205293c092d'/>
<id>a48b8fbf7fb80c9f4d6d2419c7f27205293c092d</id>
<content type='text'>
to allow access to the unprocessed raw data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to allow access to the unprocessed raw data
</pre>
</div>
</content>
</entry>
<entry>
<title>debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT</title>
<updated>2020-02-20T01:15:03+00:00</updated>
<author>
<name>Demyan Kimitsa</name>
</author>
<published>2019-10-10T08:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=ff62b2d77e0ef8850930c8ce70b4fb3d15621673'/>
<id>ff62b2d77e0ef8850930c8ce70b4fb3d15621673</id>
<content type='text'>
This allows proper handling the timeout case in debugserver_client_receive_with_timeout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows proper handling the timeout case in debugserver_client_receive_with_timeout
</pre>
</div>
</content>
</entry>
<entry>
<title>introduces optional `idevice_connection_disable_ssl` with ability not to send  SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things</title>
<updated>2020-02-20T00:58:42+00:00</updated>
<author>
<name>Demyan Kimitsa</name>
</author>
<published>2019-10-10T08:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=e52ef954be27fb5a4bf6f7e769c33851483d0e80'/>
<id>e52ef954be27fb5a4bf6f7e769c33851483d0e80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define the flags for the diagnostics_relay_* methods in a diagnostics_relay_action_t enum</title>
<updated>2019-12-16T14:18:33+00:00</updated>
<author>
<name>Frederik Carlier</name>
</author>
<published>2016-04-05T22:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=315cea700da438395c4d2b66e0af2b0b38a2b3d0'/>
<id>315cea700da438395c4d2b66e0af2b0b38a2b3d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debugserver: Return size of the returned buffer</title>
<updated>2019-11-20T00:39:46+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-11-20T00:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=43852c74160394c0be876945b85c0656fa2bff81'/>
<id>43852c74160394c0be876945b85c0656fa2bff81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
