index
:
hardinfo2.git
debian/latest
pristine-tar
upstream
Unnamed repository; edit this file 'description' to name the repository.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
computer
Age
Commit message (
Expand
)
Author
2017-08-04
No need to check if a /etc/${distro}-release file exists
Leandro Pereira
2017-08-04
Plug memleak when detecting distribution
Leandro Pereira
2017-08-04
computer/os: quiet warnings, add comment for translators
Burt P
2017-07-30
boots.c, environment.c: cleanup
Burt P
2017-07-30
alsa.c: cleanup
Burt P
2017-07-29
Refactor distribution detection routine
Leandro Pereira
2017-07-29
Re-mark some strings for translation
Leandro Pereira
2017-07-29
Improve desktop environment detection when reading XDG env vars
Leandro Pereira
2017-07-28
Plug memory leaks after refactoring desktop detection routine
Leandro Pereira
2017-07-28
Refactor desktop environment detection routine
Leandro Pereira
2017-07-24
Check for NULL before g_strstrip() to assertion failure warnings
Burt P
2017-07-21
computer/os.c: another libc detection fix
Burt P
2017-07-19
uptime: fix seg fault if uptime < 1 hour
Burt P
2017-07-19
filesystem: make strings translatable
Burt P
2017-07-19
Find a value for OS->Language field, Computer summary headers translatable
Burt P
2017-07-19
Use const for gettext strings
Burt P
2017-07-12
Make bits of entropy string translatable
Burt P
2017-07-12
Use ngettext to make uptime translatable
Burt P
2017-07-12
User Info and Development header strings made translatable
Burt P
2017-07-12
Fix Computer -> Summary -> RAM for non-English
Burt P
2017-07-09
Simplify libc detection code
Leandro Pereira
2017-07-09
Do not derefernce NULL pointer if '\n' is not found in ldconfig out
Leandro Pereira
2017-07-09
Use strchr() instead of strstr() when looking for a single char
Leandro Pereira
2017-07-09
Make libc strings translatable
Leandro Pereira
2017-07-09
Use g_spawn_command_line_sync() to detect libc version
Leandro Pereira
2017-07-09
libc detection cosmetic fix
Burt P
2017-07-09
Fix diet libc detection
Burt P
2017-07-09
Add diet libc to libc detection
Burt P
2017-07-09
Use ldconfig to detect C library implementation and version
Burt P
2017-07-09
OS: Improve C library detection
Burt P
2016-12-29
Make load average work with locales that uses ',' for decimal separator
Leandro Pereira
2016-07-30
Handle lsmod not being found
Leandro Pereira
2016-07-24
Show bits of entropy available to /dev/(u)random
Leandro Pereira
2016-02-02
fix null vendor in display and null version, the strings in get_srt must be t...
mckaygerhard
2015-10-25
revert commit [d5afcb6851]; fix the real cause of missing RAM display (use mo...
jamesbond
2015-10-25
stability fixes & add fatdog64 recognition
jamesbond
2014-01-03
Add initial translation support (patch from rodin.s)
Julien Lavergne
2012-01-26
Better manage moreinfo hashes
Leandro Pereira
2012-01-15
Fix invalid memory access while parsing boot entries
Leandro Pereira
2012-01-15
Remove more sightings of if (ptr) { free(ptr) }
Leandro Pereira
2012-01-08
Add group information.
Leandro Pereira
2012-01-08
Detect LXDE and Lubuntu from $XDG_CURRENT_DESKTOP and $DESKTOP_SESSION.
Leandro Pereira
2010-05-05
Add support for Arch Linux
Leandro A. F. Pereira
2010-05-03
Move files from hardinfo2 to root.
Leandro A. F. Pereira