<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/cython, branch 1.1.5</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>cython: Add all service protocols which brings Python bindings to 100% coverage</title>
<updated>2013-02-27T14:14:01+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-27T14:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=c19978863878a014b5aa2538989b41b864708866'/>
<id>c19978863878a014b5aa2538989b41b864708866</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Port all binding code to latest API and fix broken compilation</title>
<updated>2013-02-27T14:10:57+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-27T14:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=0cac547eb79492e04176ad541fe6fb1d1f576824'/>
<id>0cac547eb79492e04176ad541fe6fb1d1f576824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Add support for receive_with_timeout() method on PropertyListService</title>
<updated>2013-02-27T14:09:04+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-27T14:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=12754fa1c93d810f408b2de291b44e39eaee7ee5'/>
<id>12754fa1c93d810f408b2de291b44e39eaee7ee5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Remove custom stdint.pxi and use libc.stdint cimport instead</title>
<updated>2013-02-27T14:07:05+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2013-02-27T14:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=86cc3f0d16643a04e40c14de3f8b7aab2222b3fc'/>
<id>86cc3f0d16643a04e40c14de3f8b7aab2222b3fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Do not override final methods as comply to Cython &gt;= 0.16 strict check</title>
<updated>2012-05-17T13:44:31+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2012-05-17T13:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=84235e0834e57551028329723f4510e1dbe7bc11'/>
<id>84235e0834e57551028329723f4510e1dbe7bc11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mass replace UUID by UDID, which is the correct term for it</title>
<updated>2012-03-22T15:07:07+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2012-03-22T15:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=7457346a7ad7dddc0188cd1cd6fc5920aabfe39a'/>
<id>7457346a7ad7dddc0188cd1cd6fc5920aabfe39a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Update mobilesync API definitions to latest C headers</title>
<updated>2012-03-21T21:06:48+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2012-03-21T21:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=8e9bc94f926a9bcc058af56af5f1ee9cd0fac4bc'/>
<id>8e9bc94f926a9bcc058af56af5f1ee9cd0fac4bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Silence a couple of warnings when generating bindings with Cython</title>
<updated>2012-03-21T13:52:55+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2012-03-21T13:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=103694072082ee7d55b134d7dad3084200e38871'/>
<id>103694072082ee7d55b134d7dad3084200e38871</id>
<content type='text'>
The Cython team apparently does not care a lot about polishing warnings out,
thus we have to supress them here or it looks really ugly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Cython team apparently does not care a lot about polishing warnings out,
thus we have to supress them here or it looks really ugly.
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Update to latest API and fix deprecation warnings with cython 0.13+</title>
<updated>2012-03-20T22:25:56+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2012-03-20T21:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=2d9ecc3d805e616b2bf85c0b8e99737e9b30c89d'/>
<id>2d9ecc3d805e616b2bf85c0b8e99737e9b30c89d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Remove glib2 flags from makefile</title>
<updated>2012-03-20T22:25:56+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2012-03-20T21:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=3e9d17ccd5212c110db9cfb5daa2d889d0a1aee4'/>
<id>3e9d17ccd5212c110db9cfb5daa2d889d0a1aee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
