index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
sd-journal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
1
-0
/
+2
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+2
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-12
/
+14
*
util: make machine_name_is_valid() a macro and move it to hostname-util.h
Lennart Poettering
2015-08-24
1
-0
/
+1
*
journal: remove error check that never happens
Thomas Hindoe Paaboel Andersen
2015-08-18
1
-9
/
+3
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
sd-journal: return error when we cannot open a file
Zbigniew Jędrzejewski-Szmek
2015-03-08
1
-1
/
+1
*
journal: make skipping of exhausted journal files effective again
Michal Schmidt
2015-02-25
1
-9
/
+15
*
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
1
-1
/
+1
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-5
/
+5
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-2
/
+1
*
Revert "journal: do not check for number of files"
Lennart Poettering
2015-01-29
1
-0
/
+7
*
journal: do not check for number of files
Zbigniew Jędrzejewski-Szmek
2015-01-09
1
-7
/
+0
*
util: fix strict aliasing violations in use of struct inotify_event v5
Shawn Paul Landden
2014-12-24
1
-2
/
+2
*
journal: skipping of exhausted journal files is bad if direction changed
Michal Schmidt
2014-12-19
1
-6
/
+6
*
journal: make next_with_matches() always use f->current_offset
Michal Schmidt
2014-12-19
1
-8
/
+5
*
journal: fix skipping of duplicate entries in iteration
Michal Schmidt
2014-12-19
1
-36
/
+30
*
journal: next_with_matches() now does not need a mapped object as input
Michal Schmidt
2014-12-18
1
-4
/
+0
*
journal: journal_file_next_entry() does not need pointer to current Object
Michal Schmidt
2014-12-18
1
-6
/
+4
*
journal: optimize iteration by returning previously found candidate entry
Michal Schmidt
2014-12-18
1
-0
/
+6
*
journal: optimize iteration by skipping exhausted files
Michal Schmidt
2014-12-18
1
-1
/
+7
*
journal: drop unnecessary parameters of next_beyond_location()
Michal Schmidt
2014-12-18
1
-8
/
+2
*
journal: remove redundant variable new_offset
Michal Schmidt
2014-12-18
1
-5
/
+2
*
journal: compare candidate entries using JournalFiles' locations
Michal Schmidt
2014-12-18
1
-85
/
+1
*
journal: simplify set_location()
Michal Schmidt
2014-12-18
1
-8
/
+3
*
journal: keep per-JournalFile location info during iteration
Michal Schmidt
2014-12-18
1
-1
/
+9
*
journal: abstract the resetting of JournalFile's location
Michal Schmidt
2014-12-18
1
-1
/
+1
*
Revert "journal: optimize iteration: skip whole files behind current location"
Michal Schmidt
2014-12-18
1
-23
/
+0
*
Revert "journal: optimize iteration: skip files that cannot improve current c...
Michal Schmidt
2014-12-18
1
-24
/
+0
*
journal: consistently use OBJECT_<type> names instead of numbers
Michal Schmidt
2014-12-13
1
-3
/
+3
*
journal: remove journal_file_object_keep/release functions
Michal Schmidt
2014-12-13
1
-9
/
+0
*
core: unify how we iterate over inotify events
Lennart Poettering
2014-12-10
1
-12
/
+2
*
journal: optimize iteration: skip files that cannot improve current candidate...
Michal Schmidt
2014-12-09
1
-0
/
+24
*
journal: optimize iteration: skip whole files behind current location
Michal Schmidt
2014-12-09
1
-0
/
+23
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-3
/
+3
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
1
-6
/
+6
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-6
/
+6
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-6
/
+6
*
journal: make sd_journal::files a OrderedHashmap
Michal Schmidt
2014-10-23
1
-19
/
+19
*
machine: validate machine names using machine_name_is_valid() instead of stri...
Lennart Poettering
2014-10-22
1
-1
/
+1
*
sd-journal: consistently use ternary operator for all direction checks
Christian Hesse
2014-10-20
1
-4
/
+2
*
sd-journal: fix sd_journal_enumerate_unique skipping values
Jan Janssen
2014-10-10
1
-5
/
+6
*
sd-journal: do not reset sd_j_enumerate_unique position on error
Zbigniew Jędrzejewski-Szmek
2014-10-10
1
-6
/
+12
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-4
/
+4
*
sd-journal: verify that object start with the field name
Zbigniew Jędrzejewski-Szmek
2014-08-28
1
-0
/
+15
*
sd-journal: never log anything by default from a library
Lennart Poettering
2014-08-26
1
-1
/
+1
*
Fix misuse of uint64_t as size_t
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-2
/
+2
*
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-10
/
+10
[next]