index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journald: stack allocation cannot fail
Lennart Poettering
2016-05-05
1
-10
/
+8
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
5
-31
/
+30
*
treewide: fix typos (#3187)
Torstein Husebø
2016-05-04
2
-2
/
+2
*
tree-wide: fix invocations of chattr_path()
Lennart Poettering
2016-05-02
1
-1
/
+1
*
core: rename StartLimitInterval= to StartLimitIntervalSec=
Lennart Poettering
2016-04-29
2
-1
/
+3
*
journal-file: when rotating a journal file, fsync directory too
Lennart Poettering
2016-04-29
1
-0
/
+3
*
journal: when creating a new journal file, fsync() the directory it is create...
Lennart Poettering
2016-04-29
1
-0
/
+36
*
Correctly parse OBJECT_PID in journald messages (#3129)
Nalin Dahyabhai
2016-04-27
1
-1
/
+1
*
journal: set STATE_ARCHIVED as part of offlining (#2740)
Vito Caputo
2016-04-27
2
-2
/
+9
*
journal-file: make seeking in corrupted files work
Lennart Poettering
2016-04-26
1
-6
/
+16
*
journal-file: when iterating through a partly corruped journal file, treat er...
Lennart Poettering
2016-04-26
1
-1
/
+7
*
journal-file: always generate the same error when encountering corrupted files
Lennart Poettering
2016-04-26
1
-1
/
+1
*
sd-journal: detect earlier if we try to read an object from an invalid offset
Lennart Poettering
2016-04-26
1
-0
/
+4
*
Merge pull request #3109 from poettering/journal-by-fd
Zbigniew Jędrzejewski-Szmek
2016-04-25
11
-95
/
+379
|
\
|
*
journalctl: turn --unit= in combination with --user into --user-unit=
Lennart Poettering
2016-04-25
1
-0
/
+12
|
*
sd-journal: "soft" deprecate sd_journal_open_container()
Lennart Poettering
2016-04-25
1
-0
/
+3
|
*
journalctl: port --machine= switch to use machined's OpenMachineRootDirectory()
Lennart Poettering
2016-04-25
1
-3
/
+50
|
*
sd-journal: add logic to open journal files of a specific OS tree
Lennart Poettering
2016-04-25
1
-4
/
+10
|
*
sd-journal: add API for opening journal files or directories by fd
Lennart Poettering
2016-04-25
11
-75
/
+297
|
*
sd-journal: minor simplification
Lennart Poettering
2016-04-25
1
-7
/
+1
|
*
journalctl: improve error message when we have trouble reading journal files
Lennart Poettering
2016-04-25
1
-1
/
+1
|
*
sd-journal: properly collect errors from readdir()
Lennart Poettering
2016-04-25
1
-2
/
+2
|
*
journal: add inotify watches by-fd instead of by-path
Lennart Poettering
2016-04-25
1
-5
/
+5
*
|
Merge pull request #3114 from poettering/journalctl-b
Zbigniew Jędrzejewski-Szmek
2016-04-25
2
-54
/
+76
|
\
\
|
*
|
journalctl: don't trust the per-field entry tables when looking for boot IDs
Lennart Poettering
2016-04-25
1
-20
/
+38
|
*
|
journalctl: improve output of --header a bit
Lennart Poettering
2016-04-25
1
-10
/
+10
|
*
|
journalctl: simplify discover_next_boot() a bit
Lennart Poettering
2016-04-25
1
-13
/
+8
|
*
|
journalctl: simplify get_boots() a bit, by getting rid of one BootId object
Lennart Poettering
2016-04-25
1
-8
/
+8
|
*
|
journalctl: add some explanatory comments to get_boots()
Lennart Poettering
2016-04-25
1
-7
/
+16
|
|
/
*
/
journal: fix already offline check and thread leak (#2810)
Vito Caputo
2016-04-25
1
-2
/
+4
|
/
*
journalctl: add --no-hostname switch
Lennart Poettering
2016-04-22
1
-1
/
+10
*
coredump,basic: generalize O_TMPFILE handling a bit
Lennart Poettering
2016-04-22
2
-4
/
+4
*
tree-wide: use mdash instead of a two minuses
Zbigniew Jędrzejewski-Szmek
2016-04-22
1
-1
/
+1
*
journald: rewrite function with switch, fix handling of -ESHUTDOWN
Zbigniew Jędrzejewski-Szmek
2016-04-17
1
-25
/
+23
*
journal: assert gcry_mpi_scan succeeded
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-1
/
+1
*
compress: fix gcc warnings about void* used in arithmetic
Zbigniew Jędrzejewski-Szmek
2016-04-03
1
-5
/
+5
*
test-compress-benchmark: fix argument parsing on 32bit
Zbigniew Jędrzejewski-Szmek
2016-04-03
1
-1
/
+1
*
test-compress-benchmark: skip loop iteration if size is 0
Zbigniew Jędrzejewski-Szmek
2016-03-05
1
-0
/
+2
*
Use `PRIu64` to print `uint64_t` in log msgs
Elias Probst
2016-02-29
2
-3
/
+5
*
Merge pull request #2671 from 0xAX/move-pager-open-to-one-place
Zbigniew Jędrzejewski-Szmek
2016-02-25
1
-12
/
+4
|
\
|
*
tree-wide: merge pager_open_if_enabled() to the pager_open()
Alexander Kuleshov
2016-02-25
1
-12
/
+4
*
|
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
4
-9
/
+9
*
|
Merge pull request #2708 from vcaputo/journal-restore-offline-state-on-error
Lennart Poettering
2016-02-23
1
-1
/
+3
|
\
\
|
*
|
journal: restore offline state on error
Vito Caputo
2016-02-23
1
-1
/
+3
|
|
/
*
/
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
12
-34
/
+34
|
/
*
journal: defer journal closes on rotate
Vito Caputo
2016-02-20
10
-28
/
+82
*
journal: asynchronous journal_file_set_offline()
Vito Caputo
2016-02-20
3
-24
/
+208
*
journal: add void cast to journal_file_close() calls
Vito Caputo
2016-02-20
8
-23
/
+23
*
journal: add void cast to fsync() calls
Vito Caputo
2016-02-20
1
-4
/
+4
*
journal/catalog: fix memory leaks
Zbigniew Jędrzejewski-Szmek
2016-02-19
2
-40
/
+43
[next]