<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch 1.0.0</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>Complete documentation of public interface and fix a lot of bogus comments</title>
<updated>2010-03-16T02:13:38+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-03-16T02:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=08d2af5d611319748afba2aaba5e6c8a99f1b396'/>
<id>08d2af5d611319748afba2aaba5e6c8a99f1b396</id>
<content type='text'>
This change unifies the documentation comment syntax, fixes a few bad
documentation comments and completes documentation where it was missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change unifies the documentation comment syntax, fixes a few bad
documentation comments and completes documentation where it was missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify NP callback userdata parameter to user_data for consistency</title>
<updated>2010-03-16T02:10:56+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-03-16T02:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=3e0c5021100c879ff7d0776d4c7bb4f0ec88e0d7'/>
<id>3e0c5021100c879ff7d0776d4c7bb4f0ec88e0d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document internal make_strings_list() and change parameter names</title>
<updated>2010-03-16T02:04:17+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-03-16T02:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=704b112c38a68f021f8e98cafaf1a60257ea8c80'/>
<id>704b112c38a68f021f8e98cafaf1a60257ea8c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename afc invalid argument error to AFC_E_INVALID_ARG</title>
<updated>2010-03-16T01:58:01+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-03-16T01:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=36048ded8efda588a20b5cf284670a984f7cc650'/>
<id>36048ded8efda588a20b5cf284670a984f7cc650</id>
<content type='text'>
All other services use *_E_INVALID_ARG instead of *_E_INVALID_ARGUMENT,
thus the afc interface should use the common name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All other services use *_E_INVALID_ARG instead of *_E_INVALID_ARGUMENT,
thus the afc interface should use the common name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the *_int to *_private for better semantic and fix public typedefs</title>
<updated>2010-03-16T01:47:27+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-03-16T01:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=535af4c6a44c1dcf36d2da1ef0d33c69763bd186'/>
<id>535af4c6a44c1dcf36d2da1ef0d33c69763bd186</id>
<content type='text'>
This changes the typedef logic slightly for the public headers in order
for doxygen to correctly pickup and enable the client struct documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the typedef logic slightly for the public headers in order
for doxygen to correctly pickup and enable the client struct documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>mobilebackup: new functions added</title>
<updated>2010-03-16T01:29:13+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-03-16T01:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=5ac0f4272b4985627ae27693b28c93eea37a4d3b'/>
<id>5ac0f4272b4985627ae27693b28c93eea37a4d3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add device_link_service_send_ping function.</title>
<updated>2010-03-15T18:13:07+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-03-15T17:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=2bde7add91ea63f0c2f2e3f090cf872168b504f9'/>
<id>2bde7add91ea63f0c2f2e3f090cf872168b504f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>device_link_service: process_message functions renamed using send/receive</title>
<updated>2010-03-15T18:13:02+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-03-15T17:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=d74b7217c374198ae79c1690f6f3234ed023021d'/>
<id>d74b7217c374198ae79c1690f6f3234ed023021d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed obsolete AFCToken struct</title>
<updated>2010-03-15T18:12:39+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-03-15T18:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=2aae49b31f77845cc03ec8057ae4eae65495fe01'/>
<id>2aae49b31f77845cc03ec8057ae4eae65495fe01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add user data parameter to notification callback function</title>
<updated>2010-03-09T05:09:35+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-03-06T00:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=6ceabe1e0a3c107c4b98d38f59f044b8eb7731a0'/>
<id>6ceabe1e0a3c107c4b98d38f59f044b8eb7731a0</id>
<content type='text'>
[#114 state:resolved]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[#114 state:resolved]
</pre>
</div>
</content>
</entry>
</feed>
