<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch 0.9.5</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>set ssl_certificate to NULL in lockdownd_client_new</title>
<updated>2009-11-19T20:07:50+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-11-18T12:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=658856df1bf2282ff5243346218373f51edfedd1'/>
<id>658856df1bf2282ff5243346218373f51edfedd1</id>
<content type='text'>
[#87 state:resolved]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[#87 state:resolved]
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify gnutls_session_t use</title>
<updated>2009-11-18T03:24:46+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2009-11-17T20:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=2d064e04204dc57ba826b0e9ecf83bcd494d008f'/>
<id>2d064e04204dc57ba826b0e9ecf83bcd494d008f</id>
<content type='text'>
gnutls_session_t is already a pointer, we don't need to manipulate a
gnutls_session_t*

[#87 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>
gnutls_session_t is already a pointer, we don't need to manipulate a
gnutls_session_t*

[#87 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>don't leak memory allocated for gnutls credentials</title>
<updated>2009-11-18T03:24:39+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2009-11-17T20:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=e3b6f3237efae9de0412573ae056b33e0ba48137'/>
<id>e3b6f3237efae9de0412573ae056b33e0ba48137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish migration to latest plist API.</title>
<updated>2009-11-11T15:33:08+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-11-10T22:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=eaf80002c6e82c6b7a376bb61c9884ec3cf750b4'/>
<id>eaf80002c6e82c6b7a376bb61c9884ec3cf750b4</id>
<content type='text'>
[#77 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>
[#77 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hide symbols that should not get exported</title>
<updated>2009-11-10T14:56:21+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-11-09T19:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=fdf94756f8f6a9fc9d218725f429d64fd91d7679'/>
<id>fdf94756f8f6a9fc9d218725f429d64fd91d7679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>afc_dispatch_packet optimization: remove additional buffer</title>
<updated>2009-11-06T04:46:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-10-30T14:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=748167d15c7848ec1a814e3c4f429f3a05714918'/>
<id>748167d15c7848ec1a814e3c4f429f3a05714918</id>
<content type='text'>
This patch removes the additional buffer that was used inside
afc_dispatch_packet. So instead of 'alloc, copy header, copy data, send,
free' it will now simply do 'send header, send data'. This should reduce
cpu usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the additional buffer that was used inside
afc_dispatch_packet. So instead of 'alloc, copy header, copy data, send,
free' it will now simply do 'send header, send data'. This should reduce
cpu usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAXIMUM_PACKET_SIZE should be static</title>
<updated>2009-11-06T04:45:40+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2009-11-01T21:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=94f77f6a4dbea03a1bca8aa55097638927591a5a'/>
<id>94f77f6a4dbea03a1bca8aa55097638927591a5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure 'length' is &gt;=0 in afc_file_read</title>
<updated>2009-11-06T04:45:40+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2009-11-01T21:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=6147eb07bf00770bd5bb09ae905342f0117ff502'/>
<id>6147eb07bf00770bd5bb09ae905342f0117ff502</id>
<content type='text'>
trying to read a negative amount of data doesn't make much sense, and the
returned 'bytes' value will overflow if we try to do that. Just treat
negative length values as an invalid argument. An alternative way of
handling it would be to silently return OK/0 bytes read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trying to read a negative amount of data doesn't make much sense, and the
returned 'bytes' value will overflow if we try to do that. Just treat
negative length values as an invalid argument. An alternative way of
handling it would be to silently return OK/0 bytes read.
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure 'length' is &gt;=0 in afc_file_write</title>
<updated>2009-11-06T04:45:40+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2009-11-01T21:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=8e489a46965bbc3683cec7698ccaf71bb5855d2a'/>
<id>8e489a46965bbc3683cec7698ccaf71bb5855d2a</id>
<content type='text'>
trying to write a negative amount of data doesn't make much sense, and bad
things will happen if we try to do that. Just treat negative length values
as an invalid argument. An alternative way of handling it would be to
silently return OK/0 bytes written.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trying to write a negative amount of data doesn't make much sense, and bad
things will happen if we try to do that. Just treat negative length values
as an invalid argument. An alternative way of handling it would be to
silently return OK/0 bytes written.
</pre>
</div>
</content>
</entry>
<entry>
<title>AFC: new function afc_set_file_time</title>
<updated>2009-11-03T04:52:55+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2009-10-30T17:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libimobiledevice.git/commit/?id=549f4389e3009d9f78b94d4a3570e29f428968ab'/>
<id>549f4389e3009d9f78b94d4a3570e29f428968ab</id>
<content type='text'>
This function allows to set the modification time of a file. The
time value needs to be specified as nanoseconds since epoch.

[#81 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>
This function allows to set the modification time of a file. The
time value needs to be specified as nanoseconds since epoch.

[#81 state:resolved]

Signed-off-by: Matt Colyer &lt;matt@colyer.name&gt;
</pre>
</div>
</content>
</entry>
</feed>
