aboutsummaryrefslogtreecommitdiff
path: root/modules/network/net.c
AgeCommit message (Collapse)Author
2024-05-24FIX Network Speed Unlimited->Not Specifiedhwspeedy
2024-05-24FIX GCC Warnings, added more checking to gcc flagshwspeedy
2024-05-01FIX Added carrier detection for interface speed detectionhwspeedy
2024-05-01FIX Added network speed to interfaceshwspeedy
2024-03-24FIX missed deprecated inet_ntoa functionshwspeedy
2024-03-10FIX Deprecated inet_addr and inet_ntoahwspeedy
2024-02-08FIX GCC Warningsbigbear
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval ↵bigbear
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
2021-11-07Update copyright informationL Pereira
2017-08-27Fix 802.11 signal to bar conversionLeandro Pereira
Just steal the code from GNOME shell: https://github.com/GNOME/gnome-shell/blob/9cc143aaee8aa7c33d7815f744f8dc9e958bddf8/js/ui/status/network.js#L89-L98
2017-07-19net.c: Make all string translatableBurt P
Depends on working pgettext(). Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-19net.c: add predictable network names from systemdBurt P
See: https://github.com/systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20 Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-19net.c: cosmetic changesBurt P
* Mixed tab/space indent -> all spaces indent * Remove trailing whitespace Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-16Use Unicode bargraphs for WiFi signal strength indicatorLeandro Pereira
2016-07-30Use snprintf() instead of sprintf() in net.cLeandro Pereira
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro Pereira
2011-10-07Fix display of IEEE802.11 signal/noise values.Leandro Pereira
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-07-18Adding VirtualBox network interface.Andrey Esin
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira