Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tool to display emergency log message full-screen on boot failure. | OMOJOLA JOSHUA | 2023-08-04 | 1 | -1/+8 |
| | |||||
* | qrcode-util: make dlopen() logic more like the other cases | Lennart Poettering | 2020-12-09 | 1 | -0/+2 |
| | | | | | | | | Let's add a dlopen_qrencode() function that does the actual dlopen() stuff and caches the result. This is useful so that we later can automatically test for all dlopen hookups to work correctly. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | journal,homectl: unify implementations of libqrencode loading and fss key ↵ | Zbigniew Jędrzejewski-Szmek | 2020-10-27 | 1 | -4/+8 |
| | | | | | | | | | | | | | printing We had two of each: both homectl and journalctl had the whole dlopen() wrapper, and journalctl had two implementations (slightly different) of the code to print the fss:// pattern. print_qrcode() now returns -EOPNOTSUPP when compiled with qrcode support. Both callers ignore the return value, so this changes nothing. No functional change. | ||||
* | journal: move qrcode printing code to src/shared/ | Lennart Poettering | 2020-08-25 | 1 | -0/+9 |
That way we can make use of it in homctl, too. |