<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/tools, branch 1.0.4</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>idevicebackup: try multiple times to lock for sync</title>
<updated>2010-10-03T22:34:32+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-08-17T02:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=e5ec41f50ec05eaea1804b879baa09e92f687a96'/>
<id>e5ec41f50ec05eaea1804b879baa09e92f687a96</id>
<content type='text'>
otherwise, the sync in progress screen might keep showing up until you
swipe to cancel on the device
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise, the sync in progress screen might keep showing up until you
swipe to cancel on the device
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicesyslog: terminate on receive errors (e.g. device unplugging)</title>
<updated>2010-10-03T22:33:15+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2010-08-07T00:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=e6cdcf5fecf2ee71b383b8804d9d0322b1db446b'/>
<id>e6cdcf5fecf2ee71b383b8804d9d0322b1db446b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicebackup: Improve reporting of received backup files using a progress bar</title>
<updated>2010-10-03T22:30:19+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-07-23T14:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=1d20391e9cd664bdd78de1adf9abbbd57b10f544'/>
<id>1d20391e9cd664bdd78de1adf9abbbd57b10f544</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicebackup: Make sure we can quit while waiting for device to send data</title>
<updated>2010-10-03T22:29:31+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-07-23T14:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=be1d4c5b769b430bbcba054436957912666ea5cd'/>
<id>be1d4c5b769b430bbcba054436957912666ea5cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicebackup: Do not save just the last hunk of first file to backup</title>
<updated>2010-10-03T22:29:16+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-07-23T14:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=23fd94e78dd93ce4a667515c5096f5d7cac93258'/>
<id>23fd94e78dd93ce4a667515c5096f5d7cac93258</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ideviceinfo: Add two new lockdown domains which appear in iOS 4+</title>
<updated>2010-10-03T22:27:55+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-07-21T14:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=9bdd686a44d376f1c9c8533e30e4ce9dfb439365'/>
<id>9bdd686a44d376f1c9c8533e30e4ce9dfb439365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevicebackup: Give the device time to prepare backup data</title>
<updated>2010-10-03T22:26:46+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2010-07-21T14:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=bc56e24ba14eaa60f55ffe9c748237ef2c79e142'/>
<id>bc56e24ba14eaa60f55ffe9c748237ef2c79e142</id>
<content type='text'>
This change requests the initial backup files more gracefully as
the device might need more time to prepare the backup data for
bigger backups. Otherwise we cause a crash by attempting to parse
a plist message we did not receive yet when the device is busy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change requests the initial backup files more gracefully as
the device might need more time to prepare the backup data for
bigger backups. Otherwise we cause a crash by attempting to parse
a plist message we did not receive yet when the device is busy.
</pre>
</div>
</content>
</entry>
<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.libimobiledevice.org/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.libimobiledevice.org/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.libimobiledevice.org/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>
</feed>
