index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
pretty-print.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
terminal-util: define ANSI_OSC as macro for the OSC terminal sequence prefix
Lennart Poettering
2024-10-31
1
-3
/
+5
*
tree-wide: prefer generating 0x1B 0x5C as ANSI sequence "ST"
Lennart Poettering
2024-10-31
1
-3
/
+3
*
pretty-print: add format-string version of draw_progress_bar()
Lennart Poettering
2024-10-29
1
-0
/
+16
*
pretty-print: rename draw_progress_bar_impl()→draw_progress_bar_unbuffered()
Lennart Poettering
2024-10-29
1
-5
/
+4
*
progress-bar: issue Windows Terminal progress indicating ANSI sequences
Lennart Poettering
2024-10-29
1
-2
/
+13
*
pretty-print: introduce WITH_BUFFERED_STDERR macro to enable buffering
Yu Watanabe
2024-09-03
1
-16
/
+2
*
pretty-print: rename {draw,clear}_progress_bar_unbuffered() -> {draw,clear}_p...
Yu Watanabe
2024-09-03
1
-4
/
+4
*
progress-bar: Add unbuffered variant
Adrian Vovk
2024-08-31
1
-16
/
+25
*
progress-bar: Put a space after the prefix
Adrian Vovk
2024-08-31
1
-4
/
+6
*
repart: make prefix argument to clear_progress_bar() optional
Lennart Poettering
2024-06-25
1
-1
/
+3
*
pretty-print: take console glyph width into account when drawing progress bar
Lennart Poettering
2024-06-17
1
-3
/
+4
*
pretty-print: enable stdio buffering while outputting progress bar
Lennart Poettering
2024-06-15
1
-0
/
+15
*
pretty-print: make separator line grey
Lennart Poettering
2024-06-13
1
-1
/
+1
*
nspawn, vmspawn, run0: add env var for turning off background tinting
Lennart Poettering
2024-05-02
1
-0
/
+15
*
various: use strdup_to() in various obvious cases
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-10
/
+2
*
Merge pull request #30480 from keszybz/kernel-install-more-paths
Zbigniew Jędrzejewski-Szmek
2024-03-08
1
-18
/
+7
|
\
|
*
shared/pretty-print: rename output parameters
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-4
/
+4
|
*
constants: drop duplicated CONF_PATHS defines
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-15
/
+4
*
|
shared/pretty-print: use strrepa where appropriate
Mike Yuan
2024-03-02
1
-7
/
+4
*
|
shared/pretty-print: print color sequence only when needed
Mike Yuan
2024-03-02
1
-3
/
+3
*
|
importctl: draw a pretty progress bar while downloading
Lennart Poettering
2024-03-01
1
-0
/
+72
*
|
pretty-print: make tinting a bit less aggressive
Lennart Poettering
2024-02-26
1
-1
/
+1
|
/
*
shared/pretty-print: inline one more variable declaration
Zbigniew Jędrzejewski-Szmek
2024-01-30
1
-4
/
+2
*
shared/pretty-print: use normal else-if cascade
Zbigniew Jędrzejewski-Szmek
2024-01-30
1
-12
/
+5
*
pretty-print: split out color tinting into a helper of its own
Lennart Poettering
2024-01-23
1
-0
/
+30
*
shared: highlight directives when dumping configs
Frantisek Sumsal
2023-12-07
1
-1
/
+23
*
pid1: move draw_cylong() to pretty-print.[ch]
Yu Watanabe
2023-11-22
1
-0
/
+36
*
shared/pretty-print: skip redundant section headers with --tldr
Zbigniew Jędrzejewski-Szmek
2023-10-24
1
-6
/
+9
*
shared/pretty-print: add highlighting
Zbigniew Jędrzejewski-Szmek
2023-10-24
1
-6
/
+29
*
analyze/cat-config: add switch to print only "interesting" parts of config files
Zbigniew Jędrzejewski-Szmek
2023-10-24
1
-7
/
+32
*
shared/pretty-print: drop unused flag
Zbigniew Jędrzejewski-Szmek
2023-10-14
1
-6
/
+1
*
treewide: fix "an" before consonant U sounds
Joerg Behrmann
2023-07-06
1
-1
/
+1
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-3
/
+1
*
analyze: fix printing config when there is no main config file
Zbigniew Jędrzejewski-Szmek
2021-11-21
1
-14
/
+29
*
Add meson option to disable urlify.
James Hilliard
2021-07-19
1
-0
/
+4
*
shared/pretty-print: silence gcc warning
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-1
/
+3
*
pager: stop disabling urlification under a pager
Zbigniew Jędrzejewski-Szmek
2020-12-02
1
-5
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
pretty-print: don't abbreviate needlessly in user-facing string
Lennart Poettering
2020-10-07
1
-1
/
+1
*
analyze: fix 'cat-config systemd/zram-generator.conf'
Zbigniew Jędrzejewski-Szmek
2020-08-05
1
-0
/
+6
*
pretty-print: export urlify_enabled()
Lennart Poettering
2020-05-29
1
-1
/
+1
*
analyze: make cat-config work with relabel-extra.d
Zbigniew Jędrzejewski-Szmek
2019-08-19
1
-9
/
+18
*
timedated: add back support for ntp-units.d/
Zbigniew Jędrzejewski-Szmek
2019-07-22
1
-0
/
+5
*
systemd-analyze: support cat-config kernel/install.d
Zbigniew Jędrzejewski-Szmek
2019-03-07
1
-0
/
+3
*
analyze: generalize cat-config to apply to tmpfiles, presets, hwdb.d, etc.
Zbigniew Jędrzejewski-Szmek
2019-02-18
1
-10
/
+65
*
terminal-util: split out file:// generation from terminal_urlify_path()
Lennart Poettering
2018-11-30
1
-19
/
+33
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+233