summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering1-1/+1
2015-05-19journalctl: unify how we free boot id lists a bitLennart Poettering1-6/+15
2015-05-19journalctl: clean up how we log errorsLennart Poettering1-30/+29
2015-05-19journalctl: rename boot_id_t to BootIdLennart Poettering1-19/+23
2015-05-19journalctl: lstat() should suffice if we call canonicalize_file_name() firstLennart Poettering1-1/+1
2015-05-19journalctl: free all command line argument objectsLennart Poettering1-3/+4
2015-05-19journalctl: only have a single exit path from main()Lennart Poettering1-24/+27
2015-05-19journalctl: Improve boot ID lookupJan Janssen1-101/+174
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-0/+1
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-9/+8
2015-04-22journalctl: rework code that checks whether we have access to /var/log/journalLennart Poettering1-58/+62
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-08util: merge change_attr_fd() and chattr_fd()Lennart Poettering1-1/+1
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer1-1/+1
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann1-2/+2
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek1-5/+3
2015-03-09journalctl: unlink without checking with access firstZbigniew Jędrzejewski-Szmek1-11/+8
2015-03-08journalctl: update hint now that we set ACL everywhereZbigniew Jędrzejewski-Szmek1-14/+11
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-3/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-22tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek1-5/+1
2015-01-19journalctl: trim --help to fit in 80 columnsZbigniew Jędrzejewski-Szmek1-14/+14
2015-01-08journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering1-0/+5
2015-01-08journald: turn off COW for journal files on btrfsLennart Poettering1-8/+4
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-05journal: install sigbus handler for journal tools tooLennart Poettering1-0/+2
2014-12-30tree-wide: spelling fixesVeres Lajos1-1/+1
2014-12-09treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek1-8/+6
2014-12-09journalctl: respect --after-cursor semantics with --follow in all casesWesley Dawson1-2/+6
2014-11-28treewide: another round of simplificationsMichal Schmidt1-20/+10
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-11/+11
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-44/+22
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-5/+3
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt1-3/+3
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-33/+33
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-33/+33
2014-11-27journalctl: print all possible lines immediately with --follow + --sinceAndrej Manduch1-1/+1
2014-11-03journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...Lennart Poettering1-4/+54
2014-10-25journalctl: correct help text for --untilSantiago Vila1-1/+1
2014-10-24journalctl: Unify boot id lookup into common function get_bootsJan Janssen1-75/+59
2014-10-23journal: make sd_journal::files a OrderedHashmapMichal Schmidt1-3/+3
2014-10-23journalctl: add new --flush command and make use of it in systemd-journal-flu...Lennart Poettering1-1/+91
2014-10-22journalctl: don't introduce numeric constants with special names, give them n...Lennart Poettering1-5/+11
2014-10-09journalctl: use pager for --list-bootsZbigniew Jędrzejewski-Szmek1-0/+2
2014-10-09sd-journal: change check to assertZbigniew Jędrzejewski-Szmek1-2/+1
2014-10-08time: functions named "internal" really shouldn't be exportedLennart Poettering1-7/+15
2014-10-03journalctl: make --utc work everywhereJan Synacek1-7/+7
2014-10-02journalctl: add --utc optionJan Synacek1-1/+10
2014-09-29journalctl: do not output --reboot-- markers when running non-interactivelyZbigniew Jędrzejewski-Szmek1-1/+1
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1