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
/
journald-stream.c
Age
Commit message (
Expand
)
Author
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-01
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-01-06
journald: allow restarting journald without losing stream connections
Lennart Poettering
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-10-23
mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...
Lennart Poettering
2014-07-18
Be more verbose when bind or listen fails
Zbigniew Jędrzejewski-Szmek
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-14
journald: add support for wall forwarding
Sebastian Thorarensen
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2013-12-24
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-12-13
event: be more conservative when returning errors from event handler callbacks
Lennart Poettering
2013-12-11
journald: make sure the stdout/stderr stream fd is removed from epoll before ...
Lennart Poettering
2013-12-11
journal: don't go belly up when an stdout/stderr client terminates the connec...
Lennart Poettering
2013-12-11
journald: port to sd-event and enable watchdog support
Lennart Poettering
2013-12-10
journald: malloc less when streaming messages
Zbigniew Jędrzejewski-Szmek
2013-12-10
journald: use a bit more cleanup magic!
Lennart Poettering
2013-12-08
Fix memory leak in stdout journal streams
Dan McGee
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-10
security: rework selinux, smack, ima, apparmor detection logic
Lennart Poettering
2013-08-19
journal: fix parsing of facility in syslog messages
Zbigniew Jędrzejewski-Szmek
2013-06-20
journal: allow callers to specify OBJECT_PID=
Zbigniew Jędrzejewski-Szmek
2013-05-13
journald-stream: typo in error message.
Auke Kok
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-03-11
journald: allow priority of 999, too
Lennart Poettering
2013-03-08
journal: allow priority 0 in stdout stream
Michal Schmidt
2012-11-14
build-sys: store journald code in a noinst library
Zbigniew Jędrzejewski-Szmek
2012-08-24
journald: add missing includes
Allin Cottrell
2012-08-22
journald: split console transport stuff into its own file
Lennart Poettering
2012-08-22
journald: move stream protocol into its own .c file
Lennart Poettering