summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2013-04-08journald: bring max coredump size in sync with max entry sizeLennart Poettering
2013-04-08journald: no need to free audit varsLennart Poettering
2013-04-08journald: drop two more memory allocationsLennart Poettering
2013-04-08journald: get rid of one more memory allocationLennart Poettering
2013-04-08journald: Do not dynamically allocate _UID/_GID/_PID stringsHolger Hans Peter Freyther
2013-04-08journald: Do not always record _AUDIT_SESSION and _AUDIT_LOGINUIDHolger Hans Peter Freyther
2013-04-08journal: Fix typoMarius Vollmer
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-05test-catalog,core/load-dropin: remove unused variablesZbigniew Jędrzejewski-Szmek
2013-04-05journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63UCristian Rodríguez
2013-04-05bus: add convenience functions for constructing and sending method calls/sign...Lennart Poettering
2013-04-04journal: add sd_journal_get_timeout() call to public APILennart Poettering
2013-04-04journal: add public API call sd_journal_get_events()Lennart Poettering
2013-04-04util: make time formatting a bit smarterLennart Poettering
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering
2013-04-02util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering
2013-04-01Always use our own MAX/MIN definitionsCristian Rodríguez
2013-03-31journalctl: reword error messageZbigniew Jędrzejewski-Szmek
2013-03-31journald: check return value of strappendZbigniew Jędrzejewski-Szmek
2013-03-31journal-gatewayd: query PID 1 for virtalizationLennart Poettering
2013-03-29journalctl: fix --update-catalog with not --root argZbigniew Jędrzejewski-Szmek
2013-03-28journalctl: support --root for message catalogsZbigniew Jędrzejewski-Szmek
2013-03-28catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek
2013-03-28catalog: make sure strings are terminatedZbigniew Jędrzejewski-Szmek
2013-03-28coredump: do not free twicesystemd/v200Zbigniew Jędrzejewski-Szmek
2013-03-27catalog: fix error codes handling in catalog_list_itemsLukas Nykryn
2013-03-27log: fix error codes handling in catalog_list_itemsLukas Nykryn
2013-03-25journal: Add sync timer to journal serverOleksii Shevchuk
2013-03-23journald: remove unconditional log_*() use in the main loopKay Sievers
2013-03-23journal: don't access j->files after useLennart Poettering
2013-03-23journalctl: various fixes to the access check logicLennart Poettering
2013-03-22journalctl: be smarter about journal error checksZbigniew Jędrzejewski-Szmek
2013-03-22build-sys: move acl searching code into libsystemd-aclZbigniew Jędrzejewski-Szmek
2013-03-22journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering
2013-03-21Fix vacuum logic errorJan Alexander Steffens (heftig)
2013-03-20Remove some unused variablesZbigniew Jędrzejewski-Szmek
2013-03-20macro: don't redefine CLAMP if it is already defined by glib or some other li...Lennart Poettering
2013-03-19journalct: beef up entry listingZbigniew Jędrzejewski-Szmek
2013-03-19journalctl: use _cleanup_ in one functionZbigniew Jędrzejewski-Szmek
2013-03-18sd-journal: do not require path to be absoluteZbigniew Jędrzejewski-Szmek
2013-03-18journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek
2013-03-18journal: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-03-18journal: use sd_journal_close on error in sd_journal_newZbigniew Jędrzejewski-Szmek
2013-03-16journal: pass the *pid* to sd_pid_get_owner_uid()Kay Sievers
2013-03-13journalctl: show systemd messages about unit for -uZbigniew Jędrzejewski-Szmek
2013-03-11journald: allow priority of 999, tooLennart Poettering
2013-03-08journal: allow priority 0 in stdout streamMichal Schmidt
2013-03-07journalctl: imply -n1000 when -e is usedLennart Poettering
2013-03-07pager: introduce "jump to end" optionHarald Hoyer
2013-03-07libsystemd-journal: return 0 on success in get_data()Zbigniew Jędrzejewski-Szmek