summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-native.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-7/+8
* tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-0/+2
* journal: use (void) to silence coverityZbigniew Jędrzejewski-Szmek2015-04-131-1/+1
* journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering2015-01-051-1/+1
* journald: always allocate space for object fieldsZbigniew Jędrzejewski-Szmek2014-12-261-1/+1
* journald: fix off by one in native transportZbigniew Jędrzejewski-Szmek2014-12-261-2/+2
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-121-1/+1
* treewide: another round of simplificationsMichal Schmidt2014-11-281-16/+8
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-8/+8
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* journald: constify all things!Lennart Poettering2014-11-031-9/+7
* memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering2014-10-301-1/+1
* memfd: always use our internal utility functions where we have themLennart Poettering2014-10-301-3/+2
* journal: when sending huge log messages prefer memfds over temporary files in...Lennart Poettering2014-10-301-18/+50
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-231-1/+1
* journald: remove redundant newlinesLennart Poettering2014-08-051-4/+2
* journald: properly sum up entry size counterLennart Poettering2014-08-051-2/+2
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-041-1/+1
* Small modernizationsZbigniew Jędrzejewski-Szmek2014-07-191-5/+4
* Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek2014-07-191-1/+1
* Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek2014-07-161-2/+19
* journal: export valid_user_field and size definesZbigniew Jędrzejewski-Szmek2014-03-171-12/+7
* journald: add support for wall forwardingSebastian Thorarensen2014-03-141-0/+4
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-1/+1
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-111-7/+4
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-101-4/+7
* remove hasprefix(), use startswith()Shawn Landden2013-08-221-6/+6
* journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-06-211-17/+23
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-211-5/+5
* journal: fix off-by-one error in native message iovec countingMichal Schmidt2013-04-161-2/+3
* journald: bring max coredump size in sync with max entry sizeLennart Poettering2013-04-081-2/+4
* journal: fix SO_PASSSEC invocationLennart Poettering2012-11-231-1/+1
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-141-1/+1
* dbus: add some more safety checks before accepting data from bus clientsLennart Poettering2012-10-031-1/+1
* journald: only accept fds from certain directoriesLennart Poettering2012-10-031-3/+34
* journald: don't accept arbitrarily sized journal data fieldsLennart Poettering2012-09-191-2/+8
* journald: add missing includesAllin Cottrell2012-08-241-0/+1
* journald: split off native protocol support into its own .c fileLennart Poettering2012-08-221-0/+382