summaryrefslogtreecommitdiff
path: root/src/journal/journald-native.c
Commit message (Expand)AuthorAge
* journald: always allocate space for object fieldsZbigniew Jędrzejewski-Szmek2014-12-26
* journald: fix off by one in native transportZbigniew Jędrzejewski-Szmek2014-12-26
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-12
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* journald: constify all things!Lennart Poettering2014-11-03
* memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering2014-10-30
* memfd: always use our internal utility functions where we have themLennart Poettering2014-10-30
* journal: when sending huge log messages prefer memfds over temporary files in...Lennart Poettering2014-10-30
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-23
* journald: remove redundant newlinesLennart Poettering2014-08-05
* journald: properly sum up entry size counterLennart Poettering2014-08-05
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-03
* Small modernizationsZbigniew Jędrzejewski-Szmek2014-07-18
* Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek2014-07-18
* Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek2014-07-15
* journal: export valid_user_field and size definesZbigniew Jędrzejewski-Szmek2014-03-17
* journald: add support for wall forwardingSebastian Thorarensen2014-03-14
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-11
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-10
* remove hasprefix(), use startswith()Shawn Landden2013-08-22
* journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-06-20
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-20
* journal: fix off-by-one error in native message iovec countingMichal Schmidt2013-04-16
* journald: bring max coredump size in sync with max entry sizeLennart Poettering2013-04-08
* journal: fix SO_PASSSEC invocationLennart Poettering2012-11-23
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-14
* dbus: add some more safety checks before accepting data from bus clientsLennart Poettering2012-10-03
* journald: only accept fds from certain directoriesLennart Poettering2012-10-03
* journald: don't accept arbitrarily sized journal data fieldsLennart Poettering2012-09-19
* journald: add missing includesAllin Cottrell2012-08-24
* journald: split off native protocol support into its own .c fileLennart Poettering2012-08-22