<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice, 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>Updated AUTHORS</title>
<updated>2009-08-03T16:01:51+00:00</updated>
<author>
<name>Matt Colyer</name>
</author>
<published>2009-08-03T16:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=dbf7b02b4a09de4aa9220431d466d900e47b74ba'/>
<id>dbf7b02b4a09de4aa9220431d466d900e47b74ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Rewrite option handling in iphone_id, add --debug and improve usage message</title>
<updated>2009-07-29T04:33:15+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-28T09:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=4a5d3174ddc5a9596191176829f0b8ae1feae32b'/>
<id>4a5d3174ddc5a9596191176829f0b8ae1feae32b</id>
<content type='text'>
[#64 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>
[#64 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move production ready tools into tools/ and do not install the dev/ ones</title>
<updated>2009-07-29T04:32:13+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-28T08:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=d089bc54e88d7fa70be9f0c228403c6d02248b52'/>
<id>d089bc54e88d7fa70be9f0c228403c6d02248b52</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>Automatically generate documentation for distribution.</title>
<updated>2009-07-28T03:01:29+00:00</updated>
<author>
<name>Matt Colyer</name>
</author>
<published>2009-07-28T03:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=dd97a88597eb00fa688ee9f28cadac117c47f6f0'/>
<id>dd97a88597eb00fa688ee9f28cadac117c47f6f0</id>
<content type='text'>
[#62 state:resolved]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[#62 state:resolved]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build due to left over API usage in iphoneclient</title>
<updated>2009-07-28T02:25:47+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-27T07:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=09405427f7528b28fa8c7686befc4379757725d4'/>
<id>09405427f7528b28fa8c7686befc4379757725d4</id>
<content type='text'>
[#63 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>
[#63 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unimplemented afc_get_connection_info from public header</title>
<updated>2009-07-28T02:25:42+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-27T06:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=34b2a608fc08cdc02066220757f75bbf18942b82'/>
<id>34b2a608fc08cdc02066220757f75bbf18942b82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
