summaryrefslogtreecommitdiff
path: root/src/shared/pager.c
Commit message (Expand)AuthorAgeFilesLines
...
* treewide: another round of simplificationsMichal Schmidt2014-11-281-12/+6
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-6/+6
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* shared: explicitly ignore the return value of wait_for_terminateRonny Chevalier2014-11-101-1/+1
* systemd-verify: check man pagesZbigniew Jędrzejewski-Szmek2014-07-201-0/+53
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-3/+3
* pager: support SYSTEMD_LESS environment variableJason A. Donenfeld2014-02-121-3/+6
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-171-1/+1
* polkit: don't spawn local client if we access a remote systemLennart Poettering2013-11-071-0/+3
* pager: add -M to $LESS to make the bottom line nicerLennart Poettering2013-03-071-2/+2
* pager: always override LESSLennart Poettering2013-03-071-2/+2
* pager: introduce "jump to end" optionHarald Hoyer2013-03-071-2/+5
* pager: add K to less environmentLukas Nykryn2013-03-011-1/+1
* util: unify usage of on_tty() in util.cLennart Poettering2012-10-191-1/+1
* journalctl: unify ellipsation handling between journalctl and systemctlLennart Poettering2012-10-181-8/+14
* journalctl: fix ellipsization with PAGER=catZbigniew Jedrzejewski-Szmek2012-07-231-7/+10
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* move pager.[ch] to shared/Kay Sievers2012-04-101-0/+134