<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch 0.9.2</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>Add afc_get_device_info_field() helper function</title>
<updated>2009-08-03T15:58:33+00:00</updated>
<author>
<name>Bastien Nocera</name>
</author>
<published>2009-08-01T14:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=d5da1a93f977688d621f3f3650ee0a7a51e2b373'/>
<id>d5da1a93f977688d621f3f3650ee0a7a51e2b373</id>
<content type='text'>
For use in front-end applications, also serves to document
the available keys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For use in front-end applications, also serves to document
the available keys.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid invalid memory accesses in lockdownd_client_new()</title>
<updated>2009-08-03T15:58:33+00:00</updated>
<author>
<name>Bastien Nocera</name>
</author>
<published>2009-08-01T14:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=eb5d285ed474f0cc20b968e4a5d590a3b35e52a7'/>
<id>eb5d285ed474f0cc20b968e4a5d590a3b35e52a7</id>
<content type='text'>
Valgrind complains:
==2678== Conditional jump or move depends on uninitialised value(s)
==2678==    at 0x3ACD40646C: lockdownd_client_new (lockdown.c:662)
==2678==    by 0x405BA6: g_vfs_afc_volume_new (afc-volume.c:113)
==2678==    by 0x406541: g_vfs_afc_monitor_device_added (afc-volume-monitor.c:46)
==2678==    by 0x4066B1: g_vfs_afc_volume_monitor_constructor (afc-volume-monitor.c:173)
==2678==    by 0x3A7FE11A38: g_object_newv (in /lib64/libgobject-2.0.so.0.2000.4)
==2678==    by 0x3A7FE12584: g_object_new_valist (in /lib64/libgobject-2.0.so.0.2000.4)
==2678==    by 0x3A7FE126DB: g_object_new (in /lib64/libgobject-2.0.so.0.2000.4)
==2678==    by 0x408AD5: monitor_try_create (gvfsproxyvolumemonitordaemon.c:1651)
==2678==    by 0x408C20: g_vfs_proxy_volume_monitor_daemon_main (gvfsproxyvolumemonitordaemon.c:1694)
==2678==    by 0x37E881EA2C: (below main) (in /lib64/libc-2.10.1.so)
==2678==  Uninitialised value was created by a stack allocation
==2678==    at 0x405B00: g_vfs_afc_volume_new (afc-volume.c:138)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Valgrind complains:
==2678== Conditional jump or move depends on uninitialised value(s)
==2678==    at 0x3ACD40646C: lockdownd_client_new (lockdown.c:662)
==2678==    by 0x405BA6: g_vfs_afc_volume_new (afc-volume.c:113)
==2678==    by 0x406541: g_vfs_afc_monitor_device_added (afc-volume-monitor.c:46)
==2678==    by 0x4066B1: g_vfs_afc_volume_monitor_constructor (afc-volume-monitor.c:173)
==2678==    by 0x3A7FE11A38: g_object_newv (in /lib64/libgobject-2.0.so.0.2000.4)
==2678==    by 0x3A7FE12584: g_object_new_valist (in /lib64/libgobject-2.0.so.0.2000.4)
==2678==    by 0x3A7FE126DB: g_object_new (in /lib64/libgobject-2.0.so.0.2000.4)
==2678==    by 0x408AD5: monitor_try_create (gvfsproxyvolumemonitordaemon.c:1651)
==2678==    by 0x408C20: g_vfs_proxy_volume_monitor_daemon_main (gvfsproxyvolumemonitordaemon.c:1694)
==2678==    by 0x37E881EA2C: (below main) (in /lib64/libc-2.10.1.so)
==2678==  Uninitialised value was created by a stack allocation
==2678==    at 0x405B00: g_vfs_afc_volume_new (afc-volume.c:138)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add handling of afc_remove_path's unknown error code which is an ENOTEMPTY</title>
<updated>2009-07-30T02:12:37+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-29T09:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=4b8e5ac804896c821a867a378c17727c61ec0373'/>
<id>4b8e5ac804896c821a867a378c17727c61ec0373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential memory corruption in calls to gnutls function on 64 bit arch</title>
<updated>2009-07-29T04:31:25+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-07-28T12:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=c57ebf917e30afd78dac8042552966811531c632'/>
<id>c57ebf917e30afd78dac8042552966811531c632</id>
<content type='text'>
[#60 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[#60 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'martin-s/martin'</title>
<updated>2009-07-27T02:34:22+00:00</updated>
<author>
<name>Matt Colyer</name>
</author>
<published>2009-07-27T02:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=eea538c94f01f8054f69f059614f19400187a472'/>
<id>eea538c94f01f8054f69f059614f19400187a472</id>
<content type='text'>
[#46 state:resolved]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[#46 state:resolved]
</pre>
</div>
</content>
</entry>
<entry>
<title>fix most -Wall warnings</title>
<updated>2009-07-27T02:21:08+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2009-07-24T19:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=53ed3be0463522cc3f8028def453c78be10f165b'/>
<id>53ed3be0463522cc3f8028def453c78be10f165b</id>
<content type='text'>
add missing includes, add some casts to avoid format warnings,
mark one function as static. There are still warnings about
unused argc/argv

[#61 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add missing includes, add some casts to avoid format warnings,
mark one function as static. There are still warnings about
unused argc/argv

[#61 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Conform to protocol and add session id argument to lockdownd_stop_session()</title>
<updated>2009-07-25T16:23:54+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-25T16:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=19c9750d670435ce430f0fc85a55faf127bdfbf9'/>
<id>19c9750d670435ce430f0fc85a55faf127bdfbf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement afc_file_tell() and adjust afc_receive_data() to handle it</title>
<updated>2009-07-25T01:46:54+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-25T01:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=0e255cfe381caedf0375e6834021333d971f8050'/>
<id>0e255cfe381caedf0375e6834021333d971f8050</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove AFC to errno conversion and make afc_receive_data() return AFC errors</title>
<updated>2009-07-25T01:46:13+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-25T01:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=8415e1f13dfc8c31fe4d1ff695af26189297795b'/>
<id>8415e1f13dfc8c31fe4d1ff695af26189297795b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update AFC API and use error codes from the STATUS operation response</title>
<updated>2009-07-25T01:26:39+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-25T01:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=50be30047dbb0d38fd8d61763c13ec75d2b52543'/>
<id>50be30047dbb0d38fd8d61763c13ec75d2b52543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
