summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-24journald: add missing includesAllin Cottrell6-0/+6
2012-08-23sd-journal: return null when mmap_cache_new failsLukas Nykryn1-0/+1
2012-08-23hashmap: hashmap_contains does not need hashmap_entryLukas Nykryn1-2/+1
2012-08-23readahead-analyze: don't call fclose on nullLukas Nykryn1-1/+2
2012-08-23core: free word later in parse_proc_cmdlineLukas Nykryn1-2/+3
2012-08-23login: check return of parse_pid and parse_uidLukas Nykryn1-4/+10
2012-08-23load-fragment: initialize bool invert before useLukas Nykryn1-1/+1
2012-08-23build-sys: prepare release 189v189Lennart Poettering4-6/+68
2012-08-22service: introduce a proper service result if the start limit is hitLennart Poettering3-6/+4
2012-08-22journalctl: complain if unprivileged users attempt to access the journal and ...Lennart Poettering3-14/+20
2012-08-22journal: the ratelimiter is part of journaldLennart Poettering5-5/+5
2012-08-22journald: split off native protocol support into its own .c fileLennart Poettering4-356/+418
2012-08-22journald: split console transport stuff into its own fileLennart Poettering7-58/+116
2012-08-22journald: move stream protocol into its own .c fileLennart Poettering4-422/+491
2012-08-22journal: move syslog specific calls out of util.cLennart Poettering5-136/+112
2012-08-22journald: splitt of syslog protocol support into its own fileLennart Poettering6-332/+405
2012-08-22journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering7-444/+525
2012-08-22journald: write tags also to user journal filesLennart Poettering2-6/+19
2012-08-22journald: augment journal entries from the kernel with data from udevLennart Poettering5-12/+106
2012-08-22unit: add new ConditionHost= condition typeLennart Poettering6-40/+120
2012-08-21main: fix PR_SET_CHILD_SUBREAPER warning versionLennart Poettering1-1/+1
2012-08-21journalctl: be more friendly when informing about seal verificationLennart Poettering3-6/+19
2012-08-21shared/util: add fstab support for partuuid/partlabelDave Reisner1-0/+6
2012-08-21shared/util: refactor fstab_node_to_udev_nodeDave Reisner1-33/+19
2012-08-21update TODOLennart Poettering1-0/+4
2012-08-21dev-setup: make NULL as parameter for dev_setup() equivalent to ""Lennart Poettering3-10/+13
2012-08-21nspawn: add /dev FD symlinks in container setupDave Reisner1-0/+3
2012-08-21dev-setup: allow a path prefix for use in chrootsDave Reisner4-10/+17
2012-08-21update TODOLennart Poettering1-2/+10
2012-08-21core: fix error checking for PR_SET_CHILD_SUBREAPERLennart Poettering1-5/+5
2012-08-21build-sys: fix ntp-units.d path creationLennart Poettering1-2/+2
2012-08-21journalctl: add a bit of color to the outputLennart Poettering1-1/+3
2012-08-21journal: properly handle EPIPE from /dev/kmsgLennart Poettering1-1/+1
2012-08-21journal: be more careful when keeping around mmaps we still needLennart Poettering4-60/+35
2012-08-21verify: optimize entry search a bit by using bisectionLennart Poettering1-5/+29
2012-08-21journalctl: really include .journal~ files in listingLennart Poettering1-3/+16
2012-08-21journal: initialize libgcrypt explicitly, before using HMACLennart Poettering1-0/+14
2012-08-21journal: automatically evolve FSS key even when nothing is loggedLennart Poettering5-16/+55
2012-08-21journalctl: reword things a bitLennart Poettering1-1/+2
2012-08-20journal: rearrange QR code output a bit to fi to 80x25 terminalsLennart Poettering1-4/+3
2012-08-20journald: add new Seal= configuration optionLennart Poettering5-46/+65
2012-08-20journalctl: explain QR code useLennart Poettering1-0/+1
2012-08-20journal: include machine ID in QR codeLennart Poettering1-3/+14
2012-08-20journalctl: output FSS key as QR code on generatingLennart Poettering6-2/+198
2012-08-20journal: add missing endianess conversionLennart Poettering2-2/+1
2012-08-20journal: make libgcrypt dependency optionalLennart Poettering12-86/+134
2012-08-20journal: use a macro to check for file header flagsLennart Poettering4-14/+17
2012-08-20journal: fix tag ordering checkLennart Poettering4-20/+23
2012-08-19journal: fix bisection algorithmLennart Poettering1-1/+5
2012-08-19journal: validate timestamps as wellLennart Poettering3-3/+23