| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | This commit fixes:
* #200
  now using xrandr to get screen info instead of gdk, so it works
  from the cli
* #27
  opengl core and compatibility versions are both listed
* #230
  (by removing extension list)
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | A field exists in struct _DisplayInfo, but it wasn't being
filled or shown.
Perhaps fix:
https://github.com/lpereira/hardinfo/issues/181
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Warnings, found using PVS-Studio:
hardinfo/modules/devices/usb.c	397	err	V773 The function was exited without releasing the 'temp' pointer. A memory leak is possible.
hardinfo/modules/computer/uptime.c 33 err V773 The function was exited without releasing the 'ui' pointer. A memory leak is possible. | 
|  | The only error would be inability to access /var/log/wtmp.
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Continuation of TotalCaesar659's work, but with the labels
broken out of the c-format string, and the values cleaned of
ampersands. | 
|  | Continuation of TotalCaesar659's work, but with the labels
broken out of the c-format string, and the Dependencies header
translatable as well.
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  |  | 
|  |  | 
|  | Files are going to be opened for reading anyway. | 
|  | If the output of `lsb_release -d` didn't contain a "Description: "
substring, it would leak. | 
|  | Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | * mixed tab/space indent -> all space
* break translatable labels out of format strings
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | * mixed tab/space indent -> all space
* break translatable labels out of format strings
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  |  | 
|  |  | 
|  |  | 
|  | Also detect session type (Wayland, X11, etc). | 
|  | Code is longer, but is more readable. | 
|  | GLib-CRITICAL **: g_strchug: assertion 'string != NULL' failed
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Starting in Debian 9, ldconfig requires root, and so it can't be
used to get the GLIBC version. Try `ldd --version` first. It should
give the same results.
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Initialize full_fmt to NULL so free() won't crash if it wasn't used.
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Plus a couple other minor tweaks.
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Note: "Computer" summary (not Computer->Summary).
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Finishes https://github.com/lpereira/hardinfo/issues/38
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Signed-off-by: Burt P <pburt0@gmail.com> | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | No need to invoke the shell using popen(), and have it redirect
output from stderr to stdout in the diet libc case.  This also
hides possible errors during detection. | 
|  | Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | diet libc outputs usage/version to stderr.
Function is also a little cleaner now.
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Demonstrate how a libc implementation without ldconfig might work.
Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Signed-off-by: Burt P <pburt0@gmail.com> | 
|  | Based on a patch from Ubuntu/Debian. | 
|  |  | 
|  |  | 
|  |  | 
|  | translated AFTER getting and putting in pointers | 
|  | moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet). | 
|  |  | 
|  |  | 
|  | Have only one for the whole program and use per-module namespaces/prefixes
so that each module can clear its own information easily. | 
|  |  | 
|  |  |