aboutsummaryrefslogtreecommitdiff
path: root/modules/computer
AgeCommit message (Expand)Author
2017-07-30boots.c, environment.c: cleanupBurt P
2017-07-30alsa.c: cleanupBurt P
2017-07-29Refactor distribution detection routineLeandro Pereira
2017-07-29Re-mark some strings for translationLeandro Pereira
2017-07-29Improve desktop environment detection when reading XDG env varsLeandro Pereira
2017-07-28Plug memory leaks after refactoring desktop detection routineLeandro Pereira
2017-07-28Refactor desktop environment detection routineLeandro Pereira
2017-07-24Check for NULL before g_strstrip() to assertion failure warningsBurt P
2017-07-21computer/os.c: another libc detection fixBurt P
2017-07-19uptime: fix seg fault if uptime < 1 hourBurt P
2017-07-19filesystem: make strings translatableBurt P
2017-07-19Find a value for OS->Language field, Computer summary headers translatableBurt P
2017-07-19Use const for gettext stringsBurt P
2017-07-12Make bits of entropy string translatableBurt P
2017-07-12Use ngettext to make uptime translatableBurt P
2017-07-12User Info and Development header strings made translatableBurt P
2017-07-12Fix Computer -> Summary -> RAM for non-EnglishBurt P
2017-07-09Simplify libc detection codeLeandro Pereira
2017-07-09Do not derefernce NULL pointer if '\n' is not found in ldconfig outLeandro Pereira
2017-07-09Use strchr() instead of strstr() when looking for a single charLeandro Pereira
2017-07-09Make libc strings translatableLeandro Pereira
2017-07-09Use g_spawn_command_line_sync() to detect libc versionLeandro Pereira
2017-07-09libc detection cosmetic fixBurt P
2017-07-09Fix diet libc detectionBurt P
2017-07-09Add diet libc to libc detectionBurt P
2017-07-09Use ldconfig to detect C library implementation and versionBurt P
2017-07-09OS: Improve C library detectionBurt P
2016-12-29Make load average work with locales that uses ',' for decimal separatorLeandro Pereira
2016-07-30Handle lsmod not being foundLeandro Pereira
2016-07-24Show bits of entropy available to /dev/(u)randomLeandro Pereira
2016-02-02fix null vendor in display and null version, the strings in get_srt must be t...mckaygerhard
2015-10-25revert commit [d5afcb6851]; fix the real cause of missing RAM display (use mo...jamesbond
2015-10-25stability fixes & add fatdog64 recognitionjamesbond
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2012-01-26Better manage moreinfo hashesLeandro Pereira
2012-01-15Fix invalid memory access while parsing boot entriesLeandro Pereira
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro Pereira
2012-01-08Add group information.Leandro Pereira
2012-01-08Detect LXDE and Lubuntu from $XDG_CURRENT_DESKTOP and $DESKTOP_SESSION.Leandro Pereira
2010-05-05Add support for Arch LinuxLeandro A. F. Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira