summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* journald: stack allocation cannot failLennart Poettering2016-05-051-10/+8
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-055-31/+30
* treewide: fix typos (#3187)Torstein Husebø2016-05-042-2/+2
* tree-wide: fix invocations of chattr_path()Lennart Poettering2016-05-021-1/+1
* core: rename StartLimitInterval= to StartLimitIntervalSec=Lennart Poettering2016-04-292-1/+3
* journal-file: when rotating a journal file, fsync directory tooLennart Poettering2016-04-291-0/+3
* journal: when creating a new journal file, fsync() the directory it is create...Lennart Poettering2016-04-291-0/+36
* Correctly parse OBJECT_PID in journald messages (#3129)Nalin Dahyabhai2016-04-271-1/+1
* journal: set STATE_ARCHIVED as part of offlining (#2740)Vito Caputo2016-04-272-2/+9
* journal-file: make seeking in corrupted files workLennart Poettering2016-04-261-6/+16
* journal-file: when iterating through a partly corruped journal file, treat er...Lennart Poettering2016-04-261-1/+7
* journal-file: always generate the same error when encountering corrupted filesLennart Poettering2016-04-261-1/+1
* sd-journal: detect earlier if we try to read an object from an invalid offsetLennart Poettering2016-04-261-0/+4
* Merge pull request #3109 from poettering/journal-by-fdZbigniew Jędrzejewski-Szmek2016-04-2511-95/+379
|\
| * journalctl: turn --unit= in combination with --user into --user-unit=Lennart Poettering2016-04-251-0/+12
| * sd-journal: "soft" deprecate sd_journal_open_container()Lennart Poettering2016-04-251-0/+3
| * journalctl: port --machine= switch to use machined's OpenMachineRootDirectory()Lennart Poettering2016-04-251-3/+50
| * sd-journal: add logic to open journal files of a specific OS treeLennart Poettering2016-04-251-4/+10
| * sd-journal: add API for opening journal files or directories by fdLennart Poettering2016-04-2511-75/+297
| * sd-journal: minor simplificationLennart Poettering2016-04-251-7/+1
| * journalctl: improve error message when we have trouble reading journal filesLennart Poettering2016-04-251-1/+1
| * sd-journal: properly collect errors from readdir()Lennart Poettering2016-04-251-2/+2
| * journal: add inotify watches by-fd instead of by-pathLennart Poettering2016-04-251-5/+5
* | Merge pull request #3114 from poettering/journalctl-bZbigniew Jędrzejewski-Szmek2016-04-252-54/+76
|\ \
| * | journalctl: don't trust the per-field entry tables when looking for boot IDsLennart Poettering2016-04-251-20/+38
| * | journalctl: improve output of --header a bitLennart Poettering2016-04-251-10/+10
| * | journalctl: simplify discover_next_boot() a bitLennart Poettering2016-04-251-13/+8
| * | journalctl: simplify get_boots() a bit, by getting rid of one BootId objectLennart Poettering2016-04-251-8/+8
| * | journalctl: add some explanatory comments to get_boots()Lennart Poettering2016-04-251-7/+16
| |/
* / journal: fix already offline check and thread leak (#2810)Vito Caputo2016-04-251-2/+4
|/
* journalctl: add --no-hostname switchLennart Poettering2016-04-221-1/+10
* coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering2016-04-222-4/+4
* tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek2016-04-221-1/+1
* journald: rewrite function with switch, fix handling of -ESHUTDOWNZbigniew Jędrzejewski-Szmek2016-04-171-25/+23
* journal: assert gcry_mpi_scan succeededZbigniew Jędrzejewski-Szmek2016-04-091-1/+1
* compress: fix gcc warnings about void* used in arithmeticZbigniew Jędrzejewski-Szmek2016-04-031-5/+5
* test-compress-benchmark: fix argument parsing on 32bitZbigniew Jędrzejewski-Szmek2016-04-031-1/+1
* test-compress-benchmark: skip loop iteration if size is 0Zbigniew Jędrzejewski-Szmek2016-03-051-0/+2
* Use `PRIu64` to print `uint64_t` in log msgsElias Probst2016-02-292-3/+5
* Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek2016-02-251-12/+4
|\
| * tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov2016-02-251-12/+4
* | tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-234-9/+9
* | Merge pull request #2708 from vcaputo/journal-restore-offline-state-on-errorLennart Poettering2016-02-231-1/+3
|\ \
| * | journal: restore offline state on errorVito Caputo2016-02-231-1/+3
| |/
* / tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-2312-34/+34
|/
* journal: defer journal closes on rotateVito Caputo2016-02-2010-28/+82
* journal: asynchronous journal_file_set_offline()Vito Caputo2016-02-203-24/+208
* journal: add void cast to journal_file_close() callsVito Caputo2016-02-208-23/+23
* journal: add void cast to fsync() callsVito Caputo2016-02-201-4/+4
* journal/catalog: fix memory leaksZbigniew Jędrzejewski-Szmek2016-02-192-40/+43