summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* tests: use assert_se instead of assertRonny Chevalier2015-01-225-32/+34
* tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek2015-01-223-15/+2
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-223-6/+6
* Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek2015-01-221-2/+2
* import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2015-01-222-41/+0
* journal: Fix syslog forwarding without CAP_SYS_ADMINChristian Seiler2015-01-211-3/+3
* journalctl: trim --help to fit in 80 columnsZbigniew Jędrzejewski-Szmek2015-01-191-14/+14
* Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek2015-01-181-1/+1
* remove unneeded libgen.h includesCristian Rodríguez2015-01-171-1/+0
* journald: allow zero length datagrams againLennart Poettering2015-01-131-4/+0
* journal: do not check for number of filesZbigniew Jędrzejewski-Szmek2015-01-091-7/+0
* journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering2015-01-081-0/+5
* util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering2015-01-081-1/+1
* journald: turn off COW for journal files on btrfsLennart Poettering2015-01-082-10/+30
* journal: consider file deletion errors a reason for rotationLennart Poettering2015-01-061-1/+2
* journald: whenever we rotate a file, btrfs defrag itLennart Poettering2015-01-062-0/+14
* tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2015-01-062-2/+2
* journald: allow restarting journald without losing stream connectionsLennart Poettering2015-01-063-61/+348
* journald: reuse IOVEC_TOTAL_SIZE() macros where possibleLennart Poettering2015-01-051-14/+4
* journald: when we detect the journal file we are about to write to has been d...Lennart Poettering2015-01-054-18/+57
* journald: add some additional checks before we divide by values read from jou...Lennart Poettering2015-01-051-12/+21
* journalctl: static variables immediately configured via command line argument...Lennart Poettering2015-01-051-10/+9
* journal: install sigbus handler for journal tools tooLennart Poettering2015-01-052-2/+6
* journald: constify all thingsLennart Poettering2015-01-051-10/+18
* journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering2015-01-055-7/+6
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-056-27/+180
* tree-wide: spelling fixesVeres Lajos2014-12-302-3/+3
* journald: always allocate space for object fieldsZbigniew Jędrzejewski-Szmek2014-12-261-1/+1
* journald: fix off by one in native transportZbigniew Jędrzejewski-Szmek2014-12-261-2/+2
* util: make creation time xattr logic more genericLennart Poettering2014-12-242-11/+4
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-241-2/+2
* journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt2014-12-191-6/+6
* journal: make next_with_matches() always use f->current_offsetMichal Schmidt2014-12-191-8/+5
* journal: fix skipping of duplicate entries in iterationMichal Schmidt2014-12-191-36/+30
* journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt2014-12-181-4/+0
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-184-18/+12
* journal: optimize iteration by returning previously found candidate entryMichal Schmidt2014-12-181-0/+6
* journal: optimize iteration by skipping exhausted filesMichal Schmidt2014-12-182-1/+8
* journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt2014-12-181-8/+2
* journal: remove redundant variable new_offsetMichal Schmidt2014-12-181-5/+2
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-183-85/+54
* journal: simplify set_location()Michal Schmidt2014-12-181-8/+3
* journal: keep per-JournalFile location info during iterationMichal Schmidt2014-12-183-1/+33
* journal: abstract the resetting of JournalFile's locationMichal Schmidt2014-12-183-1/+6
* journal: move definition of LocationType to journal-file.hMichal Schmidt2014-12-182-14/+14
* Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt2014-12-181-23/+0
* Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt2014-12-181-24/+0
* journal: delete unused function journal_file_skip_entry()Michal Schmidt2014-12-183-59/+0
* journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2014-12-182-18/+0
* journal: replace contexts hashmap with a plain arrayMichal Schmidt2014-12-133-20/+17