summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
Commit message (Expand)AuthorAgeFilesLines
* journal: provide compress_threshold_bytes parameterAlex Gartrell2018-03-201-1/+1
* stat-util: unify code that checks whether something is a regular fileLennart Poettering2018-02-201-15/+6
* sd-journal: when picking up a new file, compare inode/device info with previo...Lennart Poettering2018-02-201-39/+88
* sd-journal: rename add_file() → add_file_by_name()Lennart Poettering2018-02-201-6/+15
* journal-file: refuse opening non-regular journal filesLennart Poettering2018-02-201-0/+4
* sd-journal: make sure it's safe to call sd_journal_process() before the first...Lennart Poettering2018-02-121-0/+3
* sd-journal: properly handle inotify queue overflowLennart Poettering2018-02-121-77/+196
* sd-journal: use more appropriate API to validate 128bit idsLennart Poettering2018-02-121-5/+3
* tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-2/+2
* journal: move code that checks for network fs to stat-util.[ch]Lennart Poettering2018-02-121-11/+2
* Merge pull request #7042 from vcaputo/iteratedcacheLennart Poettering2018-02-011-4/+15
|\
| * journal: use IteratedCache in sd-journalVito Caputo2018-01-271-4/+15
* | log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
|/
* journal: use new helpers with journal_file_closeZbigniew Jędrzejewski-Szmek2017-11-281-5/+1
* Use hashmap_free_free where appropriateZbigniew Jędrzejewski-Szmek2017-11-281-4/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-2/+2
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
|/
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-2/+2
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-2/+2
* journal: return 0 from _skip() when it didn't skipLars Karlitski2017-05-111-2/+5
* sd-journal: return SD_JOURNAL_INVALIDATE only if journal files were actually ...Michal Sekletar2017-04-241-0/+1
* journalctl: add remote log dir to search path when --merge is passed (#4970)Marcin Bachry2016-12-241-0/+3
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-3/+3
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-6/+3
* sd-journal: fix sd_journal_open_directory with SD_JOURNAL_OS_ROOTZbigniew Jędrzejewski-Szmek2016-08-121-6/+10
* sd-journal: allow SYSTEM and CURRENT_USER flags with sd_j_open_directory[_fd]Zbigniew Jędrzejewski-Szmek2016-08-121-2/+4
* sd-journal: split out flags into separate defines for legibilityZbigniew Jędrzejewski-Szmek2016-08-121-4/+18
* sd-journal: watch logs below container's /{var,run}/log/journal (instead of t...Evgeny Vereshchagin2016-08-091-0/+2
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* treewide: fix typos (#3187)Torstein Husebø2016-05-041-1/+1
* sd-journal: "soft" deprecate sd_journal_open_container()Lennart Poettering2016-04-251-0/+3
* 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-251-39/+220
* sd-journal: minor simplificationLennart Poettering2016-04-251-7/+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
* Use `PRIu64` to print `uint64_t` in log msgsElias Probst2016-02-291-1/+2
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-5/+5
* journal: defer journal closes on rotateVito Caputo2016-02-191-1/+1
* journal: add void cast to journal_file_close() callsVito Caputo2016-02-191-3/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* treewide: fix typos and spacingTorstein Husebø2016-02-071-1/+1
* sd-journal: minor optimizationLennart Poettering2016-02-011-10/+6
* sd-journal: add an API to enumerate known field names of the journalLennart Poettering2016-02-011-0/+156
* sd-journal: introduce has_runtime_files and has_persistent_filesJan Synacek2016-02-011-0/+18
* journal: decompress_startswith can return an errorZbigniew Jędrzejewski-Szmek2015-12-131-2/+6