index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
pager.c
Age
Commit message (
Expand
)
Author
2016-10-11
pager: tiny beautification
Lennart Poettering
2016-05-30
pager: don't start pager if the terminal is explicitly set to TERM=dumb
Lennart Poettering
2016-02-26
tree-wide: merge pager_open_if_enabled() to the pager_open()
Alexander Kuleshov
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-12-06
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-10-27
util-lib: move more locale-related calls to locale-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-29
pager: minor modernizations
Lennart Poettering
2015-09-29
pager: minor simplification
Lennart Poettering
2015-09-10
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-09
util: introduce safe_fclose() and port everything over to it
Lennart Poettering
2015-09-09
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-08-31
pager: set $LESSCHARSET when we output UTF8 chars
Lennart Poettering
2015-08-28
pager: also redirect stderr
Lennart Poettering
2015-08-28
pager: port fallback pager to use copy_bytes()
Lennart Poettering
2015-06-10
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-04-11
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-10
shared: add process-util.[ch]
Ronny Chevalier
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-10
shared: explicitly ignore the return value of wait_for_terminate
Ronny Chevalier
2014-07-20
systemd-verify: check man pages
Zbigniew Jędrzejewski-Szmek
2014-03-24
util: replace close_pipe() with new safe_close_pair()
Lennart Poettering
2014-02-12
pager: support SYSTEMD_LESS environment variable
Jason A. Donenfeld
2013-12-17
_noreturn_ --> noreturn for C11 compat
Shawn Landden
2013-11-07
polkit: don't spawn local client if we access a remote system
Lennart Poettering
2013-03-07
pager: add -M to $LESS to make the bottom line nicer
Lennart Poettering
2013-03-07
pager: always override LESS
Lennart Poettering
2013-03-07
pager: introduce "jump to end" option
Harald Hoyer
2013-03-01
pager: add K to less environment
Lukas Nykryn
2012-10-19
util: unify usage of on_tty() in util.c
Lennart Poettering
2012-10-18
journalctl: unify ellipsation handling between journalctl and systemctl
Lennart Poettering
2012-07-23
journalctl: fix ellipsization with PAGER=cat
Zbigniew Jedrzejewski-Szmek
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
move pager.[ch] to shared/
Kay Sievers