summaryrefslogtreecommitdiff
path: root/src/shared/pager.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2014-11-28treewide: another round of simplificationsMichal Schmidt1-12/+6
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-6/+6
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-11-10shared: explicitly ignore the return value of wait_for_terminateRonny Chevalier1-1/+1
2014-07-20systemd-verify: check man pagesZbigniew Jędrzejewski-Szmek1-0/+53
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering1-3/+3
2014-02-12pager: support SYSTEMD_LESS environment variableJason A. Donenfeld1-3/+6
2013-12-17_noreturn_ --> noreturn for C11 compatShawn Landden1-1/+1
2013-11-07polkit: don't spawn local client if we access a remote systemLennart Poettering1-0/+3
2013-03-07pager: add -M to $LESS to make the bottom line nicerLennart Poettering1-2/+2
2013-03-07pager: always override LESSLennart Poettering1-2/+2
2013-03-07pager: introduce "jump to end" optionHarald Hoyer1-2/+5
2013-03-01pager: add K to less environmentLukas Nykryn1-1/+1
2012-10-19util: unify usage of on_tty() in util.cLennart Poettering1-1/+1
2012-10-18journalctl: unify ellipsation handling between journalctl and systemctlLennart Poettering1-8/+14
2012-07-23journalctl: fix ellipsization with PAGER=catZbigniew Jedrzejewski-Szmek1-7/+10
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-04-10move pager.[ch] to shared/Kay Sievers1-0/+134