<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice-glue, branch 1.3.1</title>
<subtitle>A library to collect common code used around the libimobiledevice project</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/'/>
<entry>
<title>Updated NEWS for release</title>
<updated>2024-10-08T23:40:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-10-08T23:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=a4ec1cf9cc7084cbe5571e31640ef773701e5f51'/>
<id>a4ec1cf9cc7084cbe5571e31640ef773701e5f51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated README</title>
<updated>2024-10-08T23:39:48+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-10-08T23:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=08cd963b7a1466177ad088b5efd6a80a54f147ed'/>
<id>08cd963b7a1466177ad088b5efd6a80a54f147ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update soversion for release</title>
<updated>2024-10-08T23:33:32+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-10-08T23:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=71b17749cd2ec10d8e6c261e9d95986a9347a793'/>
<id>71b17749cd2ec10d8e6c261e9d95986a9347a793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>socket: Remove greater-than check for scope_id since they might not be in order</title>
<updated>2024-10-08T23:32:50+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-10-08T23:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=dd242cb9106c22ccc9309e9c15b3e6b79b2a5ccf'/>
<id>dd242cb9106c22ccc9309e9c15b3e6b79b2a5ccf</id>
<content type='text'>
Otherwise the scope_id matching might exit the loop before reaching the
interface with the actual corresponding scope_id.

This only affected socket_connect_addr().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the scope_id matching might exit the loop before reaching the
interface with the actual corresponding scope_id.

This only affected socket_connect_addr().
</pre>
</div>
</content>
</entry>
<entry>
<title>Update soversion for release</title>
<updated>2024-06-16T06:14:12+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-06-16T06:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=362f7848ac89b74d9dd113b38b51ecb601f76094'/>
<id>362f7848ac89b74d9dd113b38b51ecb601f76094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated NEWS for release</title>
<updated>2024-06-15T22:16:06+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-06-15T22:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=773f5123823af84b784b1afb38fc0f6f28974ca5'/>
<id>773f5123823af84b784b1afb38fc0f6f28974ca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 functions to interface</title>
<updated>2024-06-15T18:31:37+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-06-15T18:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=510ca0e0dfc88acda8b86bfbfe44f4eec2e1b7d6'/>
<id>510ca0e0dfc88acda8b86bfbfe44f4eec2e1b7d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>socket: Create an IPv4 compatible IPv6 socket when NULL is passed to socket_create</title>
<updated>2024-05-13T17:49:40+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-05-13T17:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=14c2e4b64b2bd6189d06d858bf4898d3a9f5a6e4'/>
<id>14c2e4b64b2bd6189d06d858bf4898d3a9f5a6e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use updated libplist 2.5.0 API"</title>
<updated>2024-05-13T17:47:35+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-05-13T17:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=bbf0c65cdeeef3f82d0533d356fd756232c4e4a7'/>
<id>bbf0c65cdeeef3f82d0533d356fd756232c4e4a7</id>
<content type='text'>
This reverts commit e61817ae57aac7252499268a9276692a32dc3e01.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e61817ae57aac7252499268a9276692a32dc3e01.
</pre>
</div>
</content>
</entry>
<entry>
<title>socket: Haiku compilation fixes</title>
<updated>2024-05-04T11:41:45+00:00</updated>
<author>
<name>Jerome Duval</name>
</author>
<published>2024-04-11T08:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice-glue.git/commit/?id=1ee8d0ac233fb510260dbf3a647fbd02f1a92825'/>
<id>1ee8d0ac233fb510260dbf3a647fbd02f1a92825</id>
<content type='text'>
- link against libnetwork
- get_primary_mac_address similar to FreeBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- link against libnetwork
- get_primary_mac_address similar to FreeBSD
</pre>
</div>
</content>
</entry>
</feed>
