<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hardinfo2.git/modules/network.c, branch release-2.0.3pre</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=release-2.0.3pre</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=release-2.0.3pre'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/'/>
<updated>2024-02-08T18:52:52+00:00</updated>
<entry>
<title>LICENSE Changed to GPL2+ for project and source code According to approval from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707</title>
<updated>2024-02-08T18:52:52+00:00</updated>
<author>
<name>bigbear</name>
<email>ns@bigbear.dk</email>
</author>
<published>2024-02-07T21:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=da0d0d9040b91ecef5985af982d7e77ae435a957'/>
<id>urn:sha1:da0d0d9040b91ecef5985af982d7e77ae435a957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright information</title>
<updated>2021-11-08T04:36:46+00:00</updated>
<author>
<name>L Pereira</name>
<email>l@tia.mat.br</email>
</author>
<published>2021-11-08T04:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e'/>
<id>urn:sha1:f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hi_module_get_about() should return a const pointer</title>
<updated>2020-05-03T21:08:12+00:00</updated>
<author>
<name>Leandro Pereira</name>
<email>leandro@hardinfo.org</email>
</author>
<published>2020-05-03T17:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=732eff53f0510108732b26cffdac60a99905b4c5'/>
<id>urn:sha1:732eff53f0510108732b26cffdac60a99905b4c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always pulse status bar while spawning processes synchronously</title>
<updated>2019-08-10T23:50:18+00:00</updated>
<author>
<name>Leandro Pereira</name>
<email>leandro@hardinfo.org</email>
</author>
<published>2019-07-16T01:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=3c83737fa488281f20030b5b36d7e1d4ba4313c9'/>
<id>urn:sha1:3c83737fa488281f20030b5b36d7e1d4ba4313c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable and fix some warnings</title>
<updated>2018-12-02T10:07:23+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-27T17:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=95e53cda009f498a88f64ef71803a168cb08856c'/>
<id>urn:sha1:95e53cda009f498a88f64ef71803a168cb08856c</id>
<content type='text'>
Part of (#298).

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>params: html_ok -&gt; markup_ok</title>
<updated>2018-11-04T23:02:27+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-24T05:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=f6299d9fad21c065d1e4c0f1093770835fb73adf'/>
<id>urn:sha1:f6299d9fad21c065d1e4c0f1093770835fb73adf</id>
<content type='text'>
The html_ok param added in
970174b0897d40b804808632784ffa1544d9da93
is misleading. It turns out that it is not HTML,
but Pango Markup that is used by GTK, and a subset of that
happens to also work as HTML4 for the HTML report generation.

This change renames html_ok to markup_ok in ProgramParameters
and adds a comment explaining what common set of tags may be
used.

Also, if report generation happens as a fallback after GUI
initialization failed, then also disable markup, unless report
will be generated as HTML.

Pango markup info at:
https://developer.gnome.org/pango/stable/PangoMarkupFormat.html

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>don't use html in text-only output</title>
<updated>2018-10-22T17:27:24+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-21T18:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=970174b0897d40b804808632784ffa1544d9da93'/>
<id>urn:sha1:970174b0897d40b804808632784ffa1544d9da93</id>
<content type='text'>
Fixes https://github.com/lpereira/hardinfo/issues/266

This is also needed so that vendor urls can be links where
appropriate.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>network: fix network statistics</title>
<updated>2017-08-04T16:22:06+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-31T06:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=3ec07bbb0f6f67215eceb3952efb97032bd4c1a9'/>
<id>urn:sha1:3ec07bbb0f6f67215eceb3952efb97032bd4c1a9</id>
<content type='text'>
* Each key name must be unique, so using stat values as keys
  causes problems if two stats have the same stat value.
* Show all stats, not just those in the form "%d %explaination"

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>network: make all column headers translatable</title>
<updated>2017-07-30T17:09:27+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-20T05:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=94796bb67a514a4d6d30a92e3b5507ce5ea4c0b6'/>
<id>urn:sha1:94796bb67a514a4d6d30a92e3b5507ce5ea4c0b6</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>network: headers for network interfaces list translatable</title>
<updated>2017-07-19T14:20:06+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-18T09:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=86392b019dc32bcf2dc63bad246bd1558f459b04'/>
<id>urn:sha1:86392b019dc32bcf2dc63bad246bd1558f459b04</id>
<content type='text'>
Some noise in the diff due to automatic trailing whitespace removal.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
</feed>
