summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge pull request #485 from poettering/sd-bus-flush-close-unrefDavid Herrmann1-1/+1
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering1-1/+1
2015-07-03journal: in persistent mode create /var/log/journal, with all parents.Dimitri John Ledkov1-1/+1
2015-06-17journal: make sure the clock increases strict monotonicLennart Poettering1-0/+9
2015-06-17journal: ensure test-journal-stream doesn't get confused by crappy clocksLennart Poettering1-0/+9
2015-06-15Merge pull request #214 from poettering/signal-rework-2Lennart Poettering1-4/+1
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering1-4/+1
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering1-2/+2
2015-06-11Merge pull request #156 from filbranden/journal_leading_whitespaceLennart Poettering1-1/+2
2015-06-10journald: do not strip leading whitespace from messagesFilipe Brandenburger1-1/+2
2015-06-10journald: don't employ inner loop for reading from incoming socketsLennart Poettering1-104/+100
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering1-1/+1
2015-06-10Merge pull request #85 from keszybz/selinux-contextZbigniew Jędrzejewski-Szmek1-24/+8
2015-06-10journald: simplify context handlingZbigniew Jędrzejewski-Szmek1-24/+8
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-0/+3
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering2-4/+6
2015-05-20journald: handle more gracefully when bind() fails on audit socketsLennart Poettering1-3/+8
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 Poettering2-3/+5
2015-05-15coredump: make sure we vacuum by defaultLennart Poettering1-3/+2
2015-05-13journal: fix size commentPeter Lemenkov1-1/+1
2015-05-05Add audit type generated files to gitignoreZbigniew Jędrzejewski-Szmek1-1/+1
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-9/+8
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack1-1/+1
2015-04-23journal: use audit event names instead of numbersZbigniew Jędrzejewski-Szmek4-3/+63
2015-04-23journal: add int↔audit type name mappingZbigniew Jędrzejewski-Szmek3-0/+59
2015-04-22journalctl: rework code that checks whether we have access to /var/log/journalLennart Poettering1-58/+62
2015-04-22journal: don't force FS_NOCOW_FL on new journal files, but warn if it is missingLennart Poettering1-10/+36
2015-04-12journal: use (void) to silence coverityZbigniew Jędrzejewski-Szmek3-3/+3
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier5-0/+5
2015-04-11shared: add random-util.[ch]Ronny Chevalier3-0/+3
2015-04-10shared: add process-util.[ch]Ronny Chevalier7-0/+7
2015-04-10shared: add formats-util.hRonny Chevalier8-0/+8
2015-04-09test-journal-flush: fix memleakRonny Chevalier1-2/+2
2015-04-08util: merge change_attr_fd() and chattr_fd()Lennart Poettering2-3/+3
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering1-4/+2
2015-04-06util: rework rm_rf() logicLennart Poettering6-15/+18
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer6-9/+9
2015-03-14journald: add syslog fields for audit messagesZbigniew Jędrzejewski-Szmek1-1/+5
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann4-7/+7
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2-20/+13
2015-03-09journalctl: unlink without checking with access firstZbigniew Jędrzejewski-Szmek1-11/+8
2015-03-09journal: fix return codeZbigniew Jędrzejewski-Szmek1-3/+1
2015-03-09journal-file: update format string to remove castZbigniew Jędrzejewski-Szmek1-2/+2