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
/
hardinfo
/
info.c
Age
Commit message (
Expand
)
Author
2024-02-08
Clean - HARDINFO2 BASE
bigbear
2021-11-07
Update copyright information
L Pereira
2020-01-17
info: fixes for escaped label flag
Burt P
2020-01-17
shell: new flag/funcs for escaping label part in keys
Burt P
2020-01-05
firmware: switched to D-Bus
Ondrej Čerman
2020-01-03
storage: updated list
Ondrej Čerman
2019-12-29
summary: remove extra columns from storage/input dev. values
Ondrej Čerman
2019-12-27
shell: add key flag for strings expected to contian vendors
Burt P
2019-10-24
don't try to escape multi-column values in flatten_group()
Burt P
2019-08-14
Benchmark: fixes, user_note, verifiable test data
Burt P
2019-08-10
name cleanup for x86 model strings and intel pci device strings
Burt P
2019-08-10
shell/info: allow newlines in values
Burt P
2019-07-29
struct Info: handle groups with the same name in flatten()
Burt P
2019-07-29
struct Info: make info_add_computed_group() use info_unflatten()
Burt P
2019-07-29
struct info unflatten [v2]
Burt P
2019-07-11
Misc. cleanups in struct Info implementation
Leandro Pereira
2019-07-11
info struct bug Fixes, add tagged update fields
Burt P
2019-07-11
Do not copy InfoField while flattening
Leandro Pereira
2019-07-10
computer/os: Ubuntu flavors
Burt P
2019-07-06
Add `free_name_on_flatten` flag to struct InfoField
Leandro Pereira
2019-07-06
Cleanup group comparison functions
Leandro Pereira
2019-07-06
struct info: add field sort option to InfoGroup
Burt P
2019-07-06
struct info: try bools instead of flags
Burt P
2019-07-06
struct info: add macros as described by lpereira
Burt P
2019-07-06
struct info: add morinfo() tag and flags support
Burt P
2019-07-04
Plug memory leak when flattening a struct Info
Leandro Pereira
2019-06-29
Only prepend $ITEM-g-i$ while flattening if there are icons
Leandro Pereira
2019-06-29
Support icons in InfoFields
Leandro Pereira
2019-06-29
Allow more dynamic InfoGroup creation
Leandro Pereira
2018-05-18
Fix compiler warnings generated with GCC 8
Leandro Pereira
2017-08-21
Remove duplicate group headers in computer summary
Burt P
2017-08-15
Add info_field_printf() to reduce some sturct Info field boilerplate
Leandro Pereira
2017-08-14
Use GString to flatten struct Info
Leandro Pereira
2017-08-14
Begin getting rid of callbacks returning strings
Leandro Pereira