index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
sd-journal.c
Age
Commit message (
Expand
)
Author
2016-07-11
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-05-04
treewide: fix typos (#3187)
Torstein Husebø
2016-04-25
sd-journal: "soft" deprecate sd_journal_open_container()
Lennart Poettering
2016-04-25
sd-journal: add logic to open journal files of a specific OS tree
Lennart Poettering
2016-04-25
sd-journal: add API for opening journal files or directories by fd
Lennart Poettering
2016-04-25
sd-journal: minor simplification
Lennart Poettering
2016-04-25
sd-journal: properly collect errors from readdir()
Lennart Poettering
2016-04-25
journal: add inotify watches by-fd instead of by-path
Lennart Poettering
2016-02-29
Use `PRIu64` to print `uint64_t` in log msgs
Elias Probst
2016-02-23
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-22
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-19
journal: defer journal closes on rotate
Vito Caputo
2016-02-19
journal: add void cast to journal_file_close() calls
Vito Caputo
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-07
treewide: fix typos and spacing
Torstein Husebø
2016-02-01
sd-journal: minor optimization
Lennart Poettering
2016-02-01
sd-journal: add an API to enumerate known field names of the journal
Lennart Poettering
2016-02-01
sd-journal: introduce has_runtime_files and has_persistent_files
Jan Synacek
2015-12-13
journal: decompress_startswith can return an error
Zbigniew Jędrzejewski-Szmek
2015-11-03
journalctl: when we fail to open a journal file, print why
Lennart Poettering
2015-11-03
sd-journal: various clean-ups and modernizations
Lennart Poettering
2015-11-01
sd-journal.c: port to extract_first_word
Susant Sahani
2015-10-27
util-lib: move inotify-related definitions to fs-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-26
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-08-24
util: make machine_name_is_valid() a macro and move it to hostname-util.h
Lennart Poettering
2015-08-18
journal: remove error check that never happens
Thomas Hindoe Paaboel Andersen
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-03-08
sd-journal: return error when we cannot open a file
Zbigniew Jędrzejewski-Szmek
2015-02-25
journal: make skipping of exhausted journal files effective again
Michal Schmidt
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-01
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-01-29
Revert "journal: do not check for number of files"
Lennart Poettering
2015-01-09
journal: do not check for number of files
Zbigniew Jędrzejewski-Szmek
2014-12-24
util: fix strict aliasing violations in use of struct inotify_event v5
Shawn Paul Landden
2014-12-19
journal: skipping of exhausted journal files is bad if direction changed
Michal Schmidt
2014-12-19
journal: make next_with_matches() always use f->current_offset
Michal Schmidt
2014-12-19
journal: fix skipping of duplicate entries in iteration
Michal Schmidt
2014-12-18
journal: next_with_matches() now does not need a mapped object as input
Michal Schmidt
2014-12-18
journal: journal_file_next_entry() does not need pointer to current Object
Michal Schmidt
2014-12-18
journal: optimize iteration by returning previously found candidate entry
Michal Schmidt
2014-12-18
journal: optimize iteration by skipping exhausted files
Michal Schmidt
2014-12-18
journal: drop unnecessary parameters of next_beyond_location()
Michal Schmidt
2014-12-18
journal: remove redundant variable new_offset
Michal Schmidt
2014-12-18
journal: compare candidate entries using JournalFiles' locations
Michal Schmidt
[next]