summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
* tree-wide: make use of log_error_errno() return value in more casesLennart Poettering2015-09-091-2/+1
* tree-wide: make use of log_error_errno() return valueLennart Poettering2015-09-091-4/+2
* journalctl: make sure 'journalctl -f -t unmatched' blocksStef Walter2015-08-171-2/+6
* Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek2015-08-051-1/+1
|\
| * hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek2015-08-051-1/+1
* | tree-wide: introduce mfree()David Herrmann2015-07-311-2/+1
|/
* journalctl: properly detect empty journal filesLennart Poettering2015-07-241-0/+4
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* journalctl: unify how we free boot id lists a bitLennart Poettering2015-05-191-6/+15
* journalctl: clean up how we log errorsLennart Poettering2015-05-191-30/+29
* journalctl: rename boot_id_t to BootIdLennart Poettering2015-05-191-19/+23
* journalctl: lstat() should suffice if we call canonicalize_file_name() firstLennart Poettering2015-05-191-1/+1
* journalctl: free all command line argument objectsLennart Poettering2015-05-191-3/+4
* journalctl: only have a single exit path from main()Lennart Poettering2015-05-191-24/+27
* journalctl: Improve boot ID lookupJan Janssen2015-05-191-101/+174
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-0/+1
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-9/+8
* journalctl: rework code that checks whether we have access to /var/log/journalLennart Poettering2015-04-221-58/+62
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* util: merge change_attr_fd() and chattr_fd()Lennart Poettering2015-04-081-1/+1
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-2/+2
* Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2015-03-091-5/+3
* journalctl: unlink without checking with access firstZbigniew Jędrzejewski-Szmek2015-03-091-11/+8
* journalctl: update hint now that we set ACL everywhereZbigniew Jędrzejewski-Szmek2015-03-081-14/+11
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek2015-01-221-5/+1
* journalctl: trim --help to fit in 80 columnsZbigniew Jędrzejewski-Szmek2015-01-191-14/+14
* journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering2015-01-081-0/+5
* journald: turn off COW for journal files on btrfsLennart Poettering2015-01-081-8/+4
* tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2015-01-061-1/+1
* journal: install sigbus handler for journal tools tooLennart Poettering2015-01-051-0/+2
* tree-wide: spelling fixesVeres Lajos2014-12-301-1/+1
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-091-8/+6
* journalctl: respect --after-cursor semantics with --follow in all casesWesley Dawson2014-12-091-2/+6
* treewide: another round of simplificationsMichal Schmidt2014-11-281-20/+10
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-11/+11
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-44/+22
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-5/+3
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-281-3/+3
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-33/+33
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-33/+33
* journalctl: print all possible lines immediately with --follow + --sinceAndrej Manduch2014-11-271-1/+1
* journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...Lennart Poettering2014-11-031-4/+54
* journalctl: correct help text for --untilSantiago Vila2014-10-251-1/+1
* journalctl: Unify boot id lookup into common function get_bootsJan Janssen2014-10-241-75/+59
* journal: make sd_journal::files a OrderedHashmapMichal Schmidt2014-10-231-3/+3
* journalctl: add new --flush command and make use of it in systemd-journal-flu...Lennart Poettering2014-10-231-1/+91