..
.gitignore
journald: parse configuration file
2012-01-04 20:40:04 +01:00
browse.html
journal: take scroll events in the entire white box in browse.html
2012-10-11 01:57:36 +02:00
cat.c
log.h: new log_oom() -> int -ENOMEM, use it
2012-07-26 11:48:26 +02:00
compress.c
relicense to LGPLv2.1 (with exceptions)
2012-04-12 00:24:39 +02:00
compress.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
coredump.c
log.h: new log_oom() -> int -ENOMEM, use it
2012-07-26 11:48:26 +02:00
fsprg.c
journal: validate timestamps as well
2012-08-19 15:16:11 +02:00
fsprg.h
journald: initial version of FSPRG hookup
2012-08-13 20:31:10 +02:00
journal-authenticate.c
journald: don't reposition window if we don't have to
2012-09-13 17:06:04 +02:00
journal-authenticate.h
journald: don't reposition window if we don't have to
2012-09-13 17:06:04 +02:00
journal-def.h
journal: even more simple static object tests
2012-08-18 01:45:39 +02:00
journal-file.c
journal: set seal even for readonly journalfiles
2012-09-24 14:41:38 +02:00
journal-file.h
journal: use a macro to check for file header flags
2012-08-20 16:11:42 +02:00
journal-gatewayd.c
journal: support epxorting the journal in a format suitable for text/event-stream
2012-10-11 02:37:10 +02:00
journal-internal.h
journal: update comments a bit
2012-10-10 01:37:38 +02:00
journal-qrcode.c
journal: include machine ID in QR code
2012-08-20 22:11:38 +02:00
journal-qrcode.h
journalctl: output FSS key as QR code on generating
2012-08-20 22:02:19 +02:00
journal-send.c
journal-send: simplification
2012-10-03 11:55:38 -04:00
journal-vacuum.c
util: define union dirent_storage and make use of it everywhere
2012-09-19 22:21:09 +02:00
journal-vacuum.h
journal: split up journal-file.c
2012-08-16 17:10:57 +02:00
journal-verify.c
journald: always pass first entry timestamp back from journal_file_verify()
2012-09-24 15:02:43 +02:00
journal-verify.h
journald: always pass first entry timestamp back from journal_file_verify()
2012-09-24 15:02:43 +02:00
journalctl.c
journalctl: implement --since= and --until for filtering by time
2012-10-11 16:43:37 +02:00
journald-console.c
journald: add missing includes
2012-08-24 01:46:38 +02:00
journald-console.h
journald: split console transport stuff into its own file
2012-08-22 03:36:29 +02:00
journald-gperf.gperf
journald: make splitting up of journal files per-user configurable
2012-09-07 23:40:00 +02:00
journald-kmsg.c
trivial: fix typo
2012-10-02 14:56:18 +02:00
journald-kmsg.h
journald: split /dev/kmsg related stuff into its own .c file
2012-08-22 03:09:44 +02:00
journald-native.c
dbus: add some more safety checks before accepting data from bus clients
2012-10-03 13:29:20 -04:00
journald-native.h
journald: split off native protocol support into its own .c file
2012-08-22 03:42:23 +02:00
journald-rate-limit.c
journal: the ratelimiter is part of journald
2012-08-22 03:43:45 +02:00
journald-rate-limit.h
journal: the ratelimiter is part of journald
2012-08-22 03:43:45 +02:00
journald-stream.c
journald: add missing includes
2012-08-24 01:46:38 +02:00
journald-stream.h
journald: move stream protocol into its own .c file
2012-08-22 03:32:41 +02:00
journald-syslog.c
journald: log when we fail to forward messages to syslog
2012-09-17 23:59:26 +02:00
journald-syslog.h
journald: log when we fail to forward messages to syslog
2012-09-17 23:59:26 +02:00
journald.c
log: introduce a macro to format message id
2012-10-13 14:26:30 +02:00
journald.conf
journald: make splitting up of journal files per-user configurable
2012-09-07 23:40:00 +02:00
journald.h
journald: log when we fail to forward messages to syslog
2012-09-17 23:59:26 +02:00
libsystemd-journal.pc.in
relicense to LGPLv2.1 (with exceptions)
2012-04-12 00:24:39 +02:00
libsystemd-journal.sym
journal: when browsing the journal via browse.html allow clicking on entries to show their details
2012-10-10 22:41:03 +02:00
lookup3.c
journal: fix build in VALGRIND compatibility mode
2012-10-13 14:40:32 +02:00
lookup3.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
Makefile
journal: add preliminary incomplete implementation
2011-10-07 22:02:05 +02:00
mmap-cache.c
journal: always keep marked mmap windows around
2012-09-21 23:37:06 +02:00
mmap-cache.h
journal: bring mmap cache prototype in sync
2012-09-22 00:16:13 +02:00
sd-journal.c
journal: when browsing the journal via browse.html allow clicking on entries to show their details
2012-10-10 22:41:03 +02:00
sparse-endian.h
add sparse support to detect endianness bug
2012-03-22 01:09:37 +01:00
test-journal-match.c
journal: beef up journal matches considerably
2012-07-13 00:32:32 +02:00
test-journal-send.c
journald: only accept fds from certain directories
2012-10-03 11:55:38 -04:00
test-journal-stream.c
journal: when browsing the journal via browse.html allow clicking on entries to show their details
2012-10-10 22:41:03 +02:00
test-journal-verify.c
journal: make libgcrypt dependency optional
2012-08-20 16:51:46 +02:00
test-journal.c
journal: make libgcrypt dependency optional
2012-08-20 16:51:46 +02:00
test-mmap-cache.c
journal: add missing test file
2012-09-24 10:18:10 +02:00