<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/tools, branch 1.0.2</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>Use $(top_srcdir) in link flags for idevicepair to pass distcheck</title>
<updated>2010-06-20T14:54:41+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-06-20T14:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=6a870b945c6c1062553d7a14334fcbd392c44c1b'/>
<id>6a870b945c6c1062553d7a14334fcbd392c44c1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish implementing idevicepair tool to allow managing pairings with devices</title>
<updated>2010-06-20T14:40:49+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-05-28T16:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=7e7b52639af22e72019f7fb1b7df019cfe42fd34'/>
<id>7e7b52639af22e72019f7fb1b7df019cfe42fd34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicepair: Initial version of a simple pairing utility</title>
<updated>2010-06-20T14:39:19+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-05-28T14:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=4f2f9e477cdda4158957f251d129ef630e5333f6'/>
<id>4f2f9e477cdda4158957f251d129ef630e5333f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicebackup: correctly handle removal of existing .mddata + .mdinfo files</title>
<updated>2010-06-06T14:22:15+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-05-31T17:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=f19bce36196fe427b78331dffd3efe230546345c'/>
<id>f19bce36196fe427b78331dffd3efe230546345c</id>
<content type='text'>
This commit fixes the problem that the .mddata and .mdinfo files were
not removed due to an incorrect check for the result of stat(). Since
the file data is sent in chunks we have to check for existing files
only when the first chunk of a file is received. That's why we now reset
hunk_index each time a file has been completely received.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes the problem that the .mddata and .mdinfo files were
not removed due to an incorrect check for the result of stat(). Since
the file data is sent in chunks we have to check for existing files
only when the first chunk of a file is received. That's why we now reset
hunk_index each time a file has been completely received.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation and a printf warning in ideviceimagemounter</title>
<updated>2010-06-06T14:20:28+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-05-28T11:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=ccde701fe43f738b62f31a02c611ef7bfa057285'/>
<id>ccde701fe43f738b62f31a02c611ef7bfa057285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to avoid auto-pairing for lockdownd connections in ideviceinfo</title>
<updated>2010-06-06T14:19:18+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-05-28T10:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=f43ca2d9554ab5bd0f06069f126f2bfca4941c0c'/>
<id>f43ca2d9554ab5bd0f06069f126f2bfca4941c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicebackup: better handle broken or missing plist files</title>
<updated>2010-04-06T10:33:36+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-04-05T20:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=64de4333979b8ad46967638fd45b5037b1f5d266'/>
<id>64de4333979b8ad46967638fd45b5037b1f5d266</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use glib GUINT32_TO/FROM_BE macros instead of htonl/ntohl</title>
<updated>2010-03-24T13:56:02+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-03-24T13:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=6f07a0bb701d6236dda7b19bd04df6414708dc78'/>
<id>6f07a0bb701d6236dda7b19bd04df6414708dc78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new mobilebackup functions</title>
<updated>2010-03-16T01:29:22+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-03-16T01:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=f34ffecd5736b729ea1ef02a64875bb3ca6bf9d8'/>
<id>f34ffecd5736b729ea1ef02a64875bb3ca6bf9d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing copyright header to idevicescreenshot tool</title>
<updated>2010-03-13T19:44:32+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-03-13T19:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=3f77e8a823b592322408c9fbcc5f6621815e105f'/>
<id>3f77e8a823b592322408c9fbcc5f6621815e105f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
