index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-native.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-7
/
+8
*
tree-wide: update empty-if coccinelle script to cover empty-while and more
Lennart Poettering
2015-09-09
1
-0
/
+2
*
journal: use (void) to silence coverity
Zbigniew Jędrzejewski-Szmek
2015-04-13
1
-1
/
+1
*
journald: prefix exported calls with "server_", unexport unnecessary calls
Lennart Poettering
2015-01-05
1
-1
/
+1
*
journald: always allocate space for object fields
Zbigniew Jędrzejewski-Szmek
2014-12-26
1
-1
/
+1
*
journald: fix off by one in native transport
Zbigniew Jędrzejewski-Szmek
2014-12-26
1
-2
/
+2
*
util: when using basename() for creating temporary files, verify the resultin...
Lennart Poettering
2014-12-12
1
-1
/
+1
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-16
/
+8
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-8
/
+8
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
journald: constify all things!
Lennart Poettering
2014-11-03
1
-9
/
+7
*
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...
Lennart Poettering
2014-10-30
1
-1
/
+1
*
memfd: always use our internal utility functions where we have them
Lennart Poettering
2014-10-30
1
-3
/
+2
*
journal: when sending huge log messages prefer memfds over temporary files in...
Lennart Poettering
2014-10-30
1
-18
/
+50
*
mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...
Lennart Poettering
2014-10-23
1
-1
/
+1
*
journald: remove redundant newlines
Lennart Poettering
2014-08-05
1
-4
/
+2
*
journald: properly sum up entry size counter
Lennart Poettering
2014-08-05
1
-2
/
+2
*
Fix misuse of uint64_t as size_t
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-1
/
+1
*
Small modernizations
Zbigniew Jędrzejewski-Szmek
2014-07-19
1
-5
/
+4
*
Be more verbose when bind or listen fails
Zbigniew Jędrzejewski-Szmek
2014-07-19
1
-1
/
+1
*
Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAX
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-2
/
+19
*
journal: export valid_user_field and size defines
Zbigniew Jędrzejewski-Szmek
2014-03-17
1
-12
/
+7
*
journald: add support for wall forwarding
Sebastian Thorarensen
2014-03-14
1
-0
/
+4
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
1
-1
/
+1
*
journald: port to sd-event and enable watchdog support
Lennart Poettering
2013-12-11
1
-7
/
+4
*
security: rework selinux, smack, ima, apparmor detection logic
Lennart Poettering
2013-10-10
1
-4
/
+7
*
remove hasprefix(), use startswith()
Shawn Landden
2013-08-22
1
-6
/
+6
*
journal: allow callers to specify OBJECT_PID=
Zbigniew Jędrzejewski-Szmek
2013-06-21
1
-17
/
+23
*
Add hasprefix macro to check prefixes of fixed length
Zbigniew Jędrzejewski-Szmek
2013-06-21
1
-5
/
+5
*
journal: fix off-by-one error in native message iovec counting
Michal Schmidt
2013-04-16
1
-2
/
+3
*
journald: bring max coredump size in sync with max entry size
Lennart Poettering
2013-04-08
1
-2
/
+4
*
journal: fix SO_PASSSEC invocation
Lennart Poettering
2012-11-23
1
-1
/
+1
*
build-sys: store journald code in a noinst library
Zbigniew Jędrzejewski-Szmek
2012-11-14
1
-1
/
+1
*
dbus: add some more safety checks before accepting data from bus clients
Lennart Poettering
2012-10-03
1
-1
/
+1
*
journald: only accept fds from certain directories
Lennart Poettering
2012-10-03
1
-3
/
+34
*
journald: don't accept arbitrarily sized journal data fields
Lennart Poettering
2012-09-19
1
-2
/
+8
*
journald: add missing includes
Allin Cottrell
2012-08-24
1
-0
/
+1
*
journald: split off native protocol support into its own .c file
Lennart Poettering
2012-08-22
1
-0
/
+382
[prev]