<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libusbmuxd/src, branch master</title>
<subtitle>A client library to multiplex connections from and to iOS devices</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/'/>
<entry>
<title>Remove debug printf</title>
<updated>2025-01-01T00:04:24+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-01-01T00:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=6ddeccc9aedffbd868b31a824064c38f784580e9'/>
<id>6ddeccc9aedffbd868b31a824064c38f784580e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use libusbmuxd_version() to construct client version string</title>
<updated>2024-12-30T13:10:11+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-12-30T13:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=6b09092395181b88f5623c5859d74774b8b5565b'/>
<id>6b09092395181b88f5623c5859d74774b8b5565b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build on Windows</title>
<updated>2024-12-02T05:12:43+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-12-02T05:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=3fdaed78de8000af3b5d19d953eccd80a208ae2c'/>
<id>3fdaed78de8000af3b5d19d953eccd80a208ae2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compatibility with MSVC</title>
<updated>2024-11-29T03:27:50+00:00</updated>
<author>
<name>Duncan Ogilvie</name>
</author>
<published>2024-11-28T17:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=c3ca555266ff0f241f32a8e8fc2a3ccdae6623fe'/>
<id>c3ca555266ff0f241f32a8e8fc2a3ccdae6623fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change WIN32 to _WIN32</title>
<updated>2024-11-29T03:26:16+00:00</updated>
<author>
<name>Duncan Ogilvie</name>
</author>
<published>2024-11-28T17:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=cdede2b53effd8cb63f32606e93070091149c0af'/>
<id>cdede2b53effd8cb63f32606e93070091149c0af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usbmuxd_send returning positive value on error</title>
<updated>2024-04-15T18:10:28+00:00</updated>
<author>
<name>Josef Micka</name>
</author>
<published>2024-04-11T12:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=bb6a786b676ab5ea6a1a13b5c14ddd965d7583fc'/>
<id>bb6a786b676ab5ea6a1a13b5c14ddd965d7583fc</id>
<content type='text'>
Since socket_send already returns -errno, this function should pass it as is
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since socket_send already returns -errno, this function should pass it as is
</pre>
</div>
</content>
</entry>
<entry>
<title>inotify: Avoid leaking file descriptor to child processes</title>
<updated>2024-03-27T01:12:30+00:00</updated>
<author>
<name>David Edmundson</name>
</author>
<published>2023-11-01T14:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=c8e627016edd1440c8faf6f9b8f4092a83e01164'/>
<id>c8e627016edd1440c8faf6f9b8f4092a83e01164</id>
<content type='text'>
inotify_init creates a file descriptor which by default is not makes
with CLOEXEC. If the application using libusbmuxd spawns applications
this then leaks through.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inotify_init creates a file descriptor which by default is not makes
with CLOEXEC. If the application using libusbmuxd spawns applications
this then leaks through.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use return value from socket_send instead of using errno</title>
<updated>2024-03-27T01:08:06+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-27T01:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=3d9f5dffd952b8f327ad43fafaf88ec44a921b6d'/>
<id>3d9f5dffd952b8f327ad43fafaf88ec44a921b6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libusbmuxd_version() function to interface</title>
<updated>2024-03-26T20:47:03+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-03-26T20:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=a435ebf661dfe76347e034f0e2e69a5168492384'/>
<id>a435ebf661dfe76347e034f0e2e69a5168492384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move USBMUXD_API to public headers</title>
<updated>2024-01-29T16:15:26+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2024-01-29T16:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libusbmuxd.git/commit/?id=07cd6f774fd444f981ade6e75e10962ba0439350'/>
<id>07cd6f774fd444f981ade6e75e10962ba0439350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
