summaryrefslogtreecommitdiff
path: root/src/shared/pager.c
AgeCommit message (Expand)Author
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-29pager: minor modernizationsLennart Poettering
2015-09-29pager: minor simplificationLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering
2015-08-31pager: set $LESSCHARSET when we output UTF8 charsLennart Poettering
2015-08-28pager: also redirect stderrLennart Poettering
2015-08-28pager: port fallback pager to use copy_bytes()Lennart Poettering
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-10shared: explicitly ignore the return value of wait_for_terminateRonny Chevalier
2014-07-20systemd-verify: check man pagesZbigniew Jędrzejewski-Szmek
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-02-12pager: support SYSTEMD_LESS environment variableJason A. Donenfeld
2013-12-17_noreturn_ --> noreturn for C11 compatShawn Landden
2013-11-07polkit: don't spawn local client if we access a remote systemLennart Poettering
2013-03-07pager: add -M to $LESS to make the bottom line nicerLennart Poettering
2013-03-07pager: always override LESSLennart Poettering
2013-03-07pager: introduce "jump to end" optionHarald Hoyer
2013-03-01pager: add K to less environmentLukas Nykryn
2012-10-19util: unify usage of on_tty() in util.cLennart Poettering
2012-10-18journalctl: unify ellipsation handling between journalctl and systemctlLennart Poettering
2012-07-23journalctl: fix ellipsization with PAGER=catZbigniew Jedrzejewski-Szmek
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10move pager.[ch] to shared/Kay Sievers