<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/common, branch work</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>common: Add missing gnutls/openssl CFLAGS to Makefile.am</title>
<updated>2015-10-09T13:43:22+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2015-10-09T13:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=40f7dd06496d5b1c8963f760a10a217df926cd85'/>
<id>40f7dd06496d5b1c8963f760a10a217df926cd85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace errors from all files</title>
<updated>2015-01-28T00:27:59+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2015-01-28T00:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=24ce2e27b47d3ad460680e02514f5bdbd4628724'/>
<id>24ce2e27b47d3ad460680e02514f5bdbd4628724</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>thread: Introduce thread_new and thread_free to cover handle leaks on WIN32</title>
<updated>2015-01-12T23:14:55+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-12-26T11:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=f3c4db4f30731f6cfc2c37a39d5ce3501d42f45e'/>
<id>f3c4db4f30731f6cfc2c37a39d5ce3501d42f45e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: Convert int16_t macro error types of userpref module into enum</title>
<updated>2015-01-12T15:51:52+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-12-23T13:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=3afdda798f446dc890b376dd54b0a8deb5bea18a'/>
<id>3afdda798f446dc890b376dd54b0a8deb5bea18a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace () with (void) in libinternalcommon and tools for consistency</title>
<updated>2014-12-07T23:28:33+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-12-07T23:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=83c45ae97ffb8db73b92ccbf1e89443fefbcb937'/>
<id>83c45ae97ffb8db73b92ccbf1e89443fefbcb937</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debug: Fix linking failure on OS X by keeping debug level symbol internal</title>
<updated>2014-10-27T01:40:14+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-27T01:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=e229e28cb37bc6e938a0410d13d1afe94af57319'/>
<id>e229e28cb37bc6e938a0410d13d1afe94af57319</id>
<content type='text'>
This change keeps the debug level symbol within the internal convenience
library and makes it accessible using an internal helper. This fixes
linking, prevents new exported symbols and finally allows proper control
of enabling debug messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change keeps the debug level symbol within the internal convenience
library and makes it accessible using an internal helper. This fixes
linking, prevents new exported symbols and finally allows proper control
of enabling debug messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>debug: Fix symbol locality for linker so debug messages are printed again</title>
<updated>2014-10-26T15:40:55+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-26T15:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=1e86eab358edcd647b2d3544570e4f6988cc2aa5'/>
<id>1e86eab358edcd647b2d3544570e4f6988cc2aa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: Remove obsolete symbol hiding macros from userpref module</title>
<updated>2014-10-26T15:32:36+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-26T15:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=9418c9957a4bd10c2a6fd19c7e38553fd51a59bf'/>
<id>9418c9957a4bd10c2a6fd19c7e38553fd51a59bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Supress printing very long plists in debug output</title>
<updated>2014-10-26T13:17:43+00:00</updated>
<author>
<name>BALATON Zoltan</name>
</author>
<published>2014-10-22T20:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=8dc5f5ad7f04a2c2d1d31852f24f9e5bac4a9a53'/>
<id>8dc5f5ad7f04a2c2d1d31852f24f9e5bac4a9a53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: Move size format helper to utils and use it in idevicebackup tools</title>
<updated>2014-10-22T20:21:06+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-22T19:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=2f32ff99f90689b364b86d4c12f3a1b8b318991e'/>
<id>2f32ff99f90689b364b86d4c12f3a1b8b318991e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
