summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2015-02-03journald: fix some xsprrintf() buffer size falloutLennart Poettering
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek
2015-01-29coredump: drop caps while we are processing the coredumpLennart Poettering
2015-01-29Revert "journal: do not check for number of files"Lennart Poettering
2015-01-22tests: use assert_se instead of assertRonny Chevalier
2015-01-22tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-22Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek
2015-01-22import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering
2015-01-21journal: Fix syslog forwarding without CAP_SYS_ADMINChristian Seiler
2015-01-19journalctl: trim --help to fit in 80 columnsZbigniew Jędrzejewski-Szmek
2015-01-18Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek
2015-01-17remove unneeded libgen.h includesCristian Rodríguez
2015-01-13journald: allow zero length datagrams againLennart Poettering
2015-01-09journal: do not check for number of filesZbigniew Jędrzejewski-Szmek
2015-01-08journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering
2015-01-08util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering
2015-01-08journald: turn off COW for journal files on btrfsLennart Poettering
2015-01-06journal: consider file deletion errors a reason for rotationLennart Poettering
2015-01-06journald: whenever we rotate a file, btrfs defrag itLennart Poettering
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek
2015-01-06journald: allow restarting journald without losing stream connectionsLennart Poettering
2015-01-05journald: reuse IOVEC_TOTAL_SIZE() macros where possibleLennart Poettering
2015-01-05journald: when we detect the journal file we are about to write to has been d...Lennart Poettering
2015-01-05journald: add some additional checks before we divide by values read from jou...Lennart Poettering
2015-01-05journalctl: static variables immediately configured via command line argument...Lennart Poettering
2015-01-05journal: install sigbus handler for journal tools tooLennart Poettering
2015-01-05journald: constify all thingsLennart Poettering
2015-01-05journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering
2015-01-05journald: process SIGBUS for the memory maps we set upLennart Poettering
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-26journald: always allocate space for object fieldsZbigniew Jędrzejewski-Szmek
2014-12-26journald: fix off by one in native transportZbigniew Jędrzejewski-Szmek
2014-12-24util: make creation time xattr logic more genericLennart Poettering
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-19journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt
2014-12-19journal: make next_with_matches() always use f->current_offsetMichal Schmidt
2014-12-19journal: fix skipping of duplicate entries in iterationMichal Schmidt
2014-12-18journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt
2014-12-18journal: optimize iteration by returning previously found candidate entryMichal Schmidt
2014-12-18journal: optimize iteration by skipping exhausted filesMichal Schmidt
2014-12-18journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt
2014-12-18journal: remove redundant variable new_offsetMichal Schmidt
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt
2014-12-18journal: simplify set_location()Michal Schmidt
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt
2014-12-18journal: move definition of LocationType to journal-file.hMichal Schmidt