summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.c
Commit message (Expand)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-01
* tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek2015-01-22
* journald: allow zero length datagrams againLennart Poettering2015-01-13
* journald: allow restarting journald without losing stream connectionsLennart Poettering2015-01-06
* journald: reuse IOVEC_TOTAL_SIZE() macros where possibleLennart Poettering2015-01-05
* journald: when we detect the journal file we are about to write to has been d...Lennart Poettering2015-01-05
* journald: constify all thingsLennart Poettering2015-01-05
* journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering2015-01-05
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-05
* 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