summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.c
Commit message (Expand)AuthorAge
* journald: correct spacing near eol code commentsTorstein Husebø2014-12-11
* journald: close passed fds we cannot make sense ofLennart Poettering2014-11-30
* journald: Support journald.conf.d directories in the usual search pathsJosh Triplett2014-11-29
* 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: more log_*_errno() conversions, multiline callsMichal 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
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* journald: proceed even if some sockets are unknownZbigniew Jędrzejewski-Szmek2014-11-26
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-07
* journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...Lennart Poettering2014-11-04
* journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...Lennart Poettering2014-11-03
* journald: fix minor memory leakLennart Poettering2014-11-03
* journald: if available pull audit messages from the kernel into journal logsLennart Poettering2014-11-03
* journald: constify all things!Lennart Poettering2014-11-03
* journald: fix flushingZbigniew Jędrzejewski-Szmek2014-10-26
* journal: make Server::user_journals an OrderedHashmapMichal Schmidt2014-10-23
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-23
* journalctl: add new --flush command and make use of it in systemd-journal-flu...Lennart Poettering2014-10-23
* journal: do server_vacuum for sigusr1WaLyong Cho2014-10-22
* ModernizationZbigniew Jędrzejewski-Szmek2014-10-12
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-16
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-15
* journald: turn ForwardToSyslog= off by defaultLennart Poettering2014-07-11
* journald: make MaxFileSec really default to 1monthMichał Bartoszkiewicz2014-06-27
* journald: make SplitMode=uid the defaultLennart Poettering2014-06-19
* coredump: optionally store coredumps on disk, not in the journalLennart Poettering2014-06-19
* journald: create /run/log/journal with the correct access modesLennart Poettering2014-06-11
* journald: move /dev/log socket to /runLennart Poettering2014-06-04
* logind: don't apply RemoveIPC= to system usersLennart Poettering2014-05-21
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek2014-03-17
* journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek2014-03-17
* Use strlen even for constant stringsJosh Triplett2014-03-16
* journald: add support for wall forwardingSebastian Thorarensen2014-03-14
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-07
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
* journald: ignore failure to watch hostname_fd on older kernelsDave Reisner2014-02-21
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-11
* journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek2014-01-11
* journald/server: replace readdir_r with readdirFlorian Weimer2013-12-21
* event: rework sd-event exit logicLennart Poettering2013-12-13