summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.c
Commit message (Expand)AuthorAgeFilesLines
* journald: create /run/log/journal with the correct access modesLennart Poettering2014-06-111-1/+4
* journald: move /dev/log socket to /runLennart Poettering2014-06-041-1/+2
* logind: don't apply RemoveIPC= to system usersLennart Poettering2014-05-211-1/+1
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-13/+13
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-2/+7
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-16/+6
* journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek2014-03-171-16/+16
* journal: extract duplicated code to a functionZbigniew Jędrzejewski-Szmek2014-03-171-33/+28
* Use strlen even for constant stringsJosh Triplett2014-03-161-1/+1
* journald: add support for wall forwardingSebastian Thorarensen2014-03-141-0/+8
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-071-4/+4
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-241-11/+7
* journald: ignore failure to watch hostname_fd on older kernelsDave Reisner2014-02-211-0/+10
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-6/+6
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-111-1/+1
* journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek2014-01-111-6/+16
* journald/server: replace readdir_r with readdirFlorian Weimer2013-12-211-4/+4
* event: rework sd-event exit logicLennart Poettering2013-12-131-1/+1
* journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering2013-12-111-3/+8
* journald: cache hostname, boot_id and machine_id fields instead of generating...Lennart Poettering2013-12-111-20/+98
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-111-254/+178
* Ensure unit is journaled for short-lived or oneshot processesDan McGee2013-12-101-0/+3
* journald: mention how long we needed to flush to /var in the logsLennart Poettering2013-11-271-1/+10
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-061-13/+9
* journald: use greedy_realloc in one placeZbigniew Jędrzejewski-Szmek2013-10-131-27/+12
* security: missing header inclusionsLennart Poettering2013-10-101-0/+1
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-101-10/+12
* journald: remove rotated file from hashmap when rotation failsZbigniew Jędrzejewski-Szmek2013-10-091-1/+3
* Do not use unitialized variable and remove duplicated lineZbigniew Jędrzejewski-Szmek2013-09-271-1/+0
* journald: accept EPOLLERR from /dev/kmsgZbigniew Jędrzejewski-Szmek2013-09-261-5/+15
* journald: avoid NSS in journaldLennart Poettering2013-09-171-23/+2
* journald: log the slice of a process along with each message in _SYSTEMD_SLICE=Lennart Poettering2013-09-171-0/+6
* journald: Log error when failed to get machine-id on startOlivier Brunel2013-09-121-4/+4
* journald: be a bit more verbose when vacuumingZbigniew Jędrzejewski-Szmek2013-09-101-0/+4
* journald: remove unused variableZbigniew Jędrzejewski-Szmek2013-08-061-2/+0
* journal: handle multiline syslog messagesHarald Hoyer2013-08-061-6/+1
* journal: immediately sync to disk as soon as we receieve an EMERG/ALERT/CRIT ...Lennart Poettering2013-07-241-10/+16
* journald: after the cgroup rework processes may be in both user and system un...Lennart Poettering2013-07-191-15/+16
* journal: Leave server_dispatch_message early when Storage is noneHolger Hans Peter Freyther2013-07-181-0/+5
* journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden2013-07-161-0/+7
* journald-server: r should be checked after journal_file_open_reliablyLukas Nykryn2013-07-121-4/+5
* journald: fix space limits reportingZbigniew Jędrzejewski-Szmek2013-06-241-50/+34
* journald: bump the journal per-unit ratelimit defaultsLennart Poettering2013-06-211-2/+2
* journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-06-201-34/+129
* journald: do not calculate free space too earlyZbigniew Jędrzejewski-Szmek2013-06-131-16/+23
* journal: letting (interleaved) seqnums goZbigniew Jędrzejewski-Szmek2013-06-101-1/+1
* journalctl: print monotonic timestamp in --headerZbigniew Jędrzejewski-Szmek2013-06-101-16/+3
* journal: take KeepFree into account when reporting maximum sizeDaniel Albers2013-06-011-0/+11
* journald: DO recalculate the ACL mask, but only if it doesn't existJan Alexander Steffens (heftig)2013-05-301-2/+4
* journal: correctly convert usec_t to timespec.Michał Bartoszkiewicz2013-05-151-4/+3