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
*
journal: forget file after encountering an error
Zbigniew Jędrzejewski-Szmek
2014-03-05
1
-4
/
+12
*
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-25
1
-2
/
+0
*
journal: fix compiler warning in real_journal_next()
Daniel Mack
2014-02-20
1
-2
/
+2
*
journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...
Lennart Poettering
2014-02-19
1
-8
/
+10
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-1
/
+1
*
doc: update punctuation
Jan Engelhardt
2014-02-18
1
-2
/
+2
*
journal: fix access to munmapped memory in sd_journal_enumerate_unique
Zbigniew Jędrzejewski-Szmek
2014-01-11
1
-3
/
+15
*
journal: replace readdir_r with readdir
Florian Weimer
2013-12-22
1
-6
/
+18
*
journald: cache cgroup root path, instead of querying it on every incoming lo...
Lennart Poettering
2013-12-11
1
-1
/
+1
*
journal: when listing logs of a container make sure we don't accidentally sho...
Lennart Poettering
2013-12-11
1
-11
/
+15
*
journal: add ability to browse journals of running OS containers
Lennart Poettering
2013-12-11
1
-14
/
+52
*
Use assert_return in more of the public API
Thomas Hindoe Paaboel Andersen
2013-12-02
1
-189
/
+92
*
journald: keep statistics on how of we hit/miss the mmap cache
Lennart Poettering
2013-11-26
1
-1
/
+3
*
journal: fix minor memory leak
Lennart Poettering
2013-11-08
1
-1
/
+1
*
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-14
1
-2
/
+2
*
Rename F_TYPE_CMP() to F_TYPE_EQUAL()
Zbigniew Jędrzejewski-Szmek
2013-08-21
1
-5
/
+5
*
journalctl,systemctl: fix tiny memleak
Zbigniew Jędrzejewski-Szmek
2013-07-17
1
-1
/
+1
*
journal: return -ECHILD after a fork
Zbigniew Jędrzejewski-Szmek
2013-07-16
1
-4
/
+76
*
journal: change direction tests to use the same convention (cp </> np)
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-13
/
+10
*
journal: remember last direction of search and keep offset cache
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-6
/
+5
*
journal: add sd_journal_open_files
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-19
/
+98
*
Use stdint.h macros instead of casts to print uint64_t values
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-5
/
+5
*
journal: loop less in MATCH_AND_TERM conditionals
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-24
/
+17
*
journal: add ability to filter by current user
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-6
/
+39
*
journal: simplify match_free_if_empty
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-14
/
+5
*
systemctl: limit logs in status to current boot
Zbigniew Jędrzejewski-Szmek
2013-06-04
1
-6
/
+6
*
sd-journal: check if the pointers passed are the same
Thomas Hindoe Paaboel Andersen
2013-05-15
1
-0
/
+4
*
systemd-python: add __version__ strings
Zbigniew Jędrzejewski-Szmek
2013-05-09
1
-1
/
+1
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-1
/
+1
*
Reintroduce f_type comparison macro
Harald Hoyer
2013-04-19
1
-5
/
+5
*
journal: when iterating through a file we might lose messages when changing d...
Marius Vollmer
2013-04-18
1
-0
/
+3
*
Revert f_type fixups
Harald Hoyer
2013-04-18
1
-5
/
+5
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-4
/
+4
*
rename CMP_F_TYPE to F_TYPE_CMP
Harald Hoyer
2013-04-18
1
-5
/
+5
*
Add ugly CMP_F_TYPE() macro
Harald Hoyer
2013-04-18
1
-5
/
+5
*
fixup for cddf148028f52
Harald Hoyer
2013-04-17
1
-5
/
+5
*
fixup 8c68a7017 and cast to (unsigned long)
Harald Hoyer
2013-04-17
1
-5
/
+5
*
fixed statfs.f_type signed vs unsigned comparisons
Harald Hoyer
2013-04-17
1
-5
/
+5
*
journal: add one more level on top with AND
Harald Hoyer
2013-04-17
1
-27
/
+53
*
journal: Fix typo
Marius Vollmer
2013-04-08
1
-1
/
+1
*
journal: add sd_journal_get_timeout() call to public API
Lennart Poettering
2013-04-04
1
-5
/
+38
*
journal: add public API call sd_journal_get_events()
Lennart Poettering
2013-04-04
1
-0
/
+13
*
catalog: open up catalog internals
Zbigniew Jędrzejewski-Szmek
2013-03-29
1
-2
/
+2
*
journal: don't access j->files after use
Lennart Poettering
2013-03-23
1
-2
/
+2
*
journalctl: various fixes to the access check logic
Lennart Poettering
2013-03-23
1
-11
/
+19
*
journalctl: be smarter about journal error checks
Zbigniew Jędrzejewski-Szmek
2013-03-22
1
-13
/
+41
*
sd-journal: do not require path to be absolute
Zbigniew Jędrzejewski-Szmek
2013-03-19
1
-1
/
+1
*
journal: use _cleanup_
Zbigniew Jędrzejewski-Szmek
2013-03-18
1
-37
/
+12
*
journal: use sd_journal_close on error in sd_journal_new
Zbigniew Jędrzejewski-Szmek
2013-03-18
1
-24
/
+8
*
libsystemd-journal: return 0 on success in get_data()
Zbigniew Jędrzejewski-Szmek
2013-03-07
1
-1
/
+1
[next]