summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek
2015-08-05journald: fix count of object meta fieldsLennart Poettering
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-24tree-wide: do not use _cleanup_free_ on const pointersDaniel Mack
2015-07-24journal: uppercase first character in verify error messagesLennart Poettering
2015-07-24journalctl: properly detect empty journal filesLennart Poettering
2015-07-24journal: explain the error when we find a non-DATA object that is compressedLennart Poettering
2015-07-24journal: when verifying journal files, handle empty ones nicelyLennart Poettering
2015-07-24journal: avoid mapping empty data and field hash tablesLennart Poettering
2015-07-24journal-verify: don't hit SIGFPE when determining progressLennart Poettering
2015-07-23journal: reword msg about enforced size limits a bitLennart Poettering
2015-07-04Merge pull request #485 from poettering/sd-bus-flush-close-unrefDavid Herrmann
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-07-03journal: in persistent mode create /var/log/journal, with all parents.Dimitri John Ledkov
2015-06-17journal: make sure the clock increases strict monotonicLennart Poettering
2015-06-17journal: ensure test-journal-stream doesn't get confused by crappy clocksLennart Poettering
2015-06-15Merge pull request #214 from poettering/signal-rework-2Lennart Poettering
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering
2015-06-11Merge pull request #156 from filbranden/journal_leading_whitespaceLennart Poettering
2015-06-10journald: do not strip leading whitespace from messagesFilipe Brandenburger
2015-06-10journald: don't employ inner loop for reading from incoming socketsLennart Poettering
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering
2015-06-10Merge pull request #85 from keszybz/selinux-contextZbigniew Jędrzejewski-Szmek
2015-06-10journald: simplify context handlingZbigniew Jędrzejewski-Szmek
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-20journald: handle more gracefully when bind() fails on audit socketsLennart Poettering
2015-05-19journalctl: unify how we free boot id lists a bitLennart Poettering
2015-05-19journalctl: clean up how we log errorsLennart Poettering
2015-05-19journalctl: rename boot_id_t to BootIdLennart Poettering
2015-05-19journalctl: lstat() should suffice if we call canonicalize_file_name() firstLennart Poettering
2015-05-19journalctl: free all command line argument objectsLennart Poettering
2015-05-19journalctl: only have a single exit path from main()Lennart Poettering
2015-05-19journalctl: Improve boot ID lookupJan Janssen
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-05-15coredump: make sure we vacuum by defaultLennart Poettering
2015-05-13journal: fix size commentPeter Lemenkov
2015-05-05Add audit type generated files to gitignoreZbigniew Jędrzejewski-Szmek
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack
2015-04-23journal: use audit event names instead of numbersZbigniew Jędrzejewski-Szmek
2015-04-23journal: add int↔audit type name mappingZbigniew Jędrzejewski-Szmek
2015-04-22journalctl: rework code that checks whether we have access to /var/log/journalLennart Poettering
2015-04-22journal: don't force FS_NOCOW_FL on new journal files, but warn if it is missingLennart Poettering
2015-04-12journal: use (void) to silence coverityZbigniew Jędrzejewski-Szmek
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-11shared: add random-util.[ch]Ronny Chevalier