<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ModemManager.git, branch aleksander/simple-no-extra-ref</title>
<subtitle>gitlab.freedesktop.org: mobile-broadband/ModemManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/'/>
<entry>
<title>iface-modem-simple: no need for an extra 'self' reference when using GTask</title>
<updated>2018-06-19T15:51:50+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2018-05-14T19:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=3fd05c6c7f2bde6a8bd767355669967354852c72'/>
<id>3fd05c6c7f2bde6a8bd767355669967354852c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kerneldevice: fix build with musl libc</title>
<updated>2018-06-17T09:48:49+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2018-06-15T03:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=105e321951e3303ddf0c9c1df83bc673c92eb7de'/>
<id>105e321951e3303ddf0c9c1df83bc673c92eb7de</id>
<content type='text'>
musl libc does not implement the canonicalize_file_name() GNU extension.
Use the POSIX standard realpath() instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
musl libc does not implement the canonicalize_file_name() GNU extension.
Use the POSIX standard realpath() instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>service: set User=root so that gio doesn't have to look into /etc/passwd</title>
<updated>2018-06-13T10:32:51+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2018-01-25T16:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=cf3f3ffcd0da1ef5512bf4a2dce4e0e1861acbc7'/>
<id>cf3f3ffcd0da1ef5512bf4a2dce4e0e1861acbc7</id>
<content type='text'>
GVfs' libgvfsdbus.so GIo module, when automatically loaded, attempts to
discover if there's a session D-Bus instance to use. It tries real hard
to get the socket name it would use -- in absence of XDG_RUNTIME_DIR it
decides to make it up with user's home directory. When HOME is unset
too, it just tries to figure it out by looking into /etc/passwd. Which
upsets SELinux that would better not see us looking into it.

We trigger the load of the GIo modules, by using the GFile API to access
the the ports in /dev. They're utterly uesless to us, but there doesn't
seem to be a way to disable their load. Oh well.

For now, let's just ensure HOME is set and the problematic path in glib
is not taken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GVfs' libgvfsdbus.so GIo module, when automatically loaded, attempts to
discover if there's a session D-Bus instance to use. It tries real hard
to get the socket name it would use -- in absence of XDG_RUNTIME_DIR it
decides to make it up with user's home directory. When HOME is unset
too, it just tries to figure it out by looking into /etc/passwd. Which
upsets SELinux that would better not see us looking into it.

We trigger the load of the GIo modules, by using the GFile API to access
the the ports in /dev. They're utterly uesless to us, but there doesn't
seem to be a way to disable their load. Oh well.

For now, let's just ensure HOME is set and the problematic path in glib
is not taken.
</pre>
</div>
</content>
</entry>
<entry>
<title>iface-modem-voice: plug memleak when creating new incoming call</title>
<updated>2018-06-11T16:09:49+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2018-06-11T16:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=6169d3d14fdb10b3b2537ebfd29d7f2d10965b2a'/>
<id>6169d3d14fdb10b3b2537ebfd29d7f2d10965b2a</id>
<content type='text'>
The mm_call_list_add_call() takes a full reference to the call, so we
can unref the original one safely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The mm_call_list_add_call() takes a full reference to the call, so we
can unref the original one safely.
</pre>
</div>
</content>
</entry>
<entry>
<title>call-list: coding style fixes</title>
<updated>2018-06-11T16:06:38+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2018-06-11T16:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=a6101a85323fb366cc95fb6e16bd0d991de1e866'/>
<id>a6101a85323fb366cc95fb6e16bd0d991de1e866</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix explanation of MM_CALL_STATE_RINGING_{IN|OUT}</title>
<updated>2018-06-10T12:47:39+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2018-06-10T12:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=588d6144a7c1da461d70abad05f4c56fd6dc667f'/>
<id>588d6144a7c1da461d70abad05f4c56fd6dc667f</id>
<content type='text'>
They were reversed; ringing in applies to incoming calls, ringing out
applies to outgoing calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were reversed; ringing in applies to incoming calls, ringing out
applies to outgoing calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>introspection: minor indentation fixes in SMS interface</title>
<updated>2018-06-09T09:28:09+00:00</updated>
<author>
<name>Aleksander Morgado</name>
<email>aleksander@aleksander.es</email>
</author>
<published>2018-06-09T09:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=91757f65da40054e6912c19b5984f12cac6809ab'/>
<id>91757f65da40054e6912c19b5984f12cac6809ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modem-helpers-mbim: map more MbimNwError to MMMobileEquipmentError</title>
<updated>2018-06-02T16:25:57+00:00</updated>
<author>
<name>Ben Chan</name>
<email>benchan@chromium.org</email>
</author>
<published>2018-06-02T05:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=1990d9e9820aeffd847d4f7998c06819748a7155'/>
<id>1990d9e9820aeffd847d4f7998c06819748a7155</id>
<content type='text'>
Commit 2a97e39cdd in libmim ("libmbim-glib: add additional cause codes
to MbimNwError") added additional cause codes to MbimNwError. This
patch maps some of those MbimNwError to MMMobileEquipmentError.

This patch requires libmbim &gt;= 1.17.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 2a97e39cdd in libmim ("libmbim-glib: add additional cause codes
to MbimNwError") added additional cause codes to MbimNwError. This
patch maps some of those MbimNwError to MMMobileEquipmentError.

This patch requires libmbim &gt;= 1.17.1
</pre>
</div>
</content>
</entry>
<entry>
<title>broadband-modem-qmi: replace ensure_qmi_client with GTask implementation</title>
<updated>2018-06-02T15:57:00+00:00</updated>
<author>
<name>Ben Chan</name>
<email>benchan@chromium.org</email>
</author>
<published>2018-05-02T01:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=cf86b6ab98f829050abf197a32d94e10c4ab75a6'/>
<id>cf86b6ab98f829050abf197a32d94e10c4ab75a6</id>
<content type='text'>
assure_qmi_client() was created to help migrating MMBroadbandModemQmi code
to use GTask. Now that all MMBroadbandModemQmi code has been migrated to
use GTask, this patch removes the old ensure_qmi_client() and rename
assure_qmi_client() as ensure_qmi_client().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
assure_qmi_client() was created to help migrating MMBroadbandModemQmi code
to use GTask. Now that all MMBroadbandModemQmi code has been migrated to
use GTask, this patch removes the old ensure_qmi_client() and rename
assure_qmi_client() as ensure_qmi_client().
</pre>
</div>
</content>
</entry>
<entry>
<title>broadband-modem-qmi: port modem_cdma_{activate,activate_manual} to use GTask</title>
<updated>2018-06-02T15:57:00+00:00</updated>
<author>
<name>Ben Chan</name>
<email>benchan@chromium.org</email>
</author>
<published>2018-05-02T01:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ModemManager.git/commit/?id=bf4af8b82ad852c1e4a0114f1764c44ff2af620a'/>
<id>bf4af8b82ad852c1e4a0114f1764c44ff2af620a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
