summaryrefslogtreecommitdiff
path: root/src/journal/journald-stream.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* 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-1/+2
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-7/+9
* Merge pull request #1542 from keszybz/journal-audit-optionalLennart Poettering2015-10-131-5/+2
|\
| * journald: move server_restore_streams out of server_open_stdout_socketZbigniew Jędrzejewski-Szmek2015-08-021-5/+2
* | tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-14/+12
|/
* journald: simplify context handlingZbigniew Jędrzejewski-Szmek2015-06-101-24/+8
* journal: use (void) to silence coverityZbigniew Jędrzejewski-Szmek2015-04-121-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-2/+2
* journald: allow restarting journald without losing stream connectionsLennart Poettering2015-01-061-51/+325
* treewide: another round of simplificationsMichal Schmidt2014-11-281-12/+6
* 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-8/+4
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-4/+4
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-4/+4
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-231-1/+1
* Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek2014-07-181-2/+2
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-4/+3
* 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-2/+2
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-241-3/+2
* event: be more conservative when returning errors from event handler callbacksLennart Poettering2013-12-131-6/+2
* journald: make sure the stdout/stderr stream fd is removed from epoll before ...Lennart Poettering2013-12-111-1/+3
* journal: don't go belly up when an stdout/stderr client terminates the connec...Lennart Poettering2013-12-111-8/+7
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-111-22/+45
* journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek2013-12-101-11/+12
* journald: use a bit more cleanup magic!Lennart Poettering2013-12-101-7/+1
* Fix memory leak in stdout journal streamsDan McGee2013-12-081-0/+1
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-2/+2
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-101-2/+5
* journal: fix parsing of facility in syslog messagesZbigniew Jędrzejewski-Szmek2013-08-191-1/+1
* journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-06-201-1/+1
* journald-stream: typo in error message.Auke Kok2013-05-131-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-5/+4
* journald: allow priority of 999, tooLennart Poettering2013-03-111-1/+1
* journal: allow priority 0 in stdout streamMichal Schmidt2013-03-081-1/+1
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-141-1/+1
* journald: add missing includesAllin Cottrell2012-08-241-0/+1
* journald: split console transport stuff into its own fileLennart Poettering2012-08-221-0/+1
* journald: move stream protocol into its own .c fileLennart Poettering2012-08-221-0/+457