Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-24 | FIX Network Speed Unlimited->Not Specified | hwspeedy | |
2024-05-24 | FIX GCC Warnings, added more checking to gcc flags | hwspeedy | |
2024-05-01 | FIX Added carrier detection for interface speed detection | hwspeedy | |
2024-05-01 | FIX Added network speed to interfaces | hwspeedy | |
2024-03-24 | FIX missed deprecated inet_ntoa functions | hwspeedy | |
2024-03-10 | FIX Deprecated inet_addr and inet_ntoa | hwspeedy | |
2024-02-08 | FIX GCC Warnings | bigbear | |
2024-02-08 | LICENSE 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-07 | Update copyright information | L Pereira | |
2017-08-27 | Fix 802.11 signal to bar conversion | Leandro 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-19 | net.c: Make all string translatable | Burt P | |
Depends on working pgettext(). Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-19 | net.c: add predictable network names from systemd | Burt 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-19 | net.c: cosmetic changes | Burt P | |
* Mixed tab/space indent -> all spaces indent * Remove trailing whitespace Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-16 | Use Unicode bargraphs for WiFi signal strength indicator | Leandro Pereira | |
2016-07-30 | Use snprintf() instead of sprintf() in net.c | Leandro Pereira | |
2012-01-26 | Better manage moreinfo hashes | Leandro 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-15 | Remove more sightings of if (ptr) { free(ptr) } | Leandro Pereira | |
2011-10-07 | Fix display of IEEE802.11 signal/noise values. | Leandro Pereira | |
2010-08-15 | Fix potential problems found by clang static analyzer. | Leandro Pereira | |
2010-07-18 | Adding VirtualBox network interface. | Andrey Esin | |
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |