summaryrefslogtreecommitdiff
path: root/src/shared/pager.c
Commit message (Expand)AuthorAge
* pager: set $LESSCHARSET when we output UTF8 charsLennart Poettering2017-03-14
* pager: also redirect stderrLennart Poettering2017-03-14
* pager: port fallback pager to use copy_bytes()Lennart Poettering2017-03-14
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2017-03-14
* shared: add terminal-util.[ch]Ronny Chevalier2017-03-14
* shared: add process-util.[ch]Ronny Chevalier2017-03-14
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* shared: explicitly ignore the return value of wait_for_terminateRonny Chevalier2014-11-10
* systemd-verify: check man pagesZbigniew Jędrzejewski-Szmek2014-07-20
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-24
* pager: support SYSTEMD_LESS environment variableJason A. Donenfeld2014-02-12
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-17
* polkit: don't spawn local client if we access a remote systemLennart Poettering2013-11-07
* pager: add -M to $LESS to make the bottom line nicerLennart Poettering2013-03-07
* pager: always override LESSLennart Poettering2013-03-07
* pager: introduce "jump to end" optionHarald Hoyer2013-03-07
* pager: add K to less environmentLukas Nykryn2013-03-01
* util: unify usage of on_tty() in util.cLennart Poettering2012-10-19
* journalctl: unify ellipsation handling between journalctl and systemctlLennart Poettering2012-10-18
* journalctl: fix ellipsization with PAGER=catZbigniew Jedrzejewski-Szmek2012-07-23
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* move pager.[ch] to shared/Kay Sievers2012-04-10