Systemd/src/journal
2014-02-23 17:05:37 +01:00
..
.gitignore journald: parse configuration file 2012-01-04 20:40:04 +01:00
browse.html journal: implement filtering in browse.html 2012-10-18 22:34:42 +02:00
cat.c clients: unify how we invoke getopt_long() 2013-11-06 18:28:39 +01:00
catalog.c shared: switch our hash table implementation over to SipHash 2013-12-22 21:12:25 +01:00
catalog.h shared: switch our hash table implementation over to SipHash 2013-12-22 21:12:25 +01:00
compress.c journal: by default do not decompress dat objects larger than 64K 2012-11-21 00:28:00 +01:00
compress.h journal: by default do not decompress dat objects larger than 64K 2012-11-21 00:28:00 +01:00
coredump.c Fix write-only use of a few variables 2013-10-13 17:56:54 -04:00
coredumpctl.c always use the same code for creating temporary files 2014-01-28 13:47:35 +01:00
fsprg.c use memzero(foo, length); for all memset(foo, 0, length); calls 2014-01-31 11:55:01 +01:00
fsprg.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
journal-authenticate.c log: log_error() and friends add a newline after each line anyway, so avoid including it in the log strings 2013-12-24 16:39:37 +01: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: move _packed_ attribute to the end 2012-12-17 11:41:31 +01:00
journal-file.c journal: fix compiler warning in journal_file_append_data() 2014-02-20 17:24:36 +01:00
journal-file.h journald: do not free space when disk space runs low 2014-01-11 16:54:59 -05:00
journal-gatewayd.c make gcc shut up 2014-02-19 17:53:50 +01:00
journal-internal.h journal: when listing logs of a container make sure we don't accidentally show messages from host too 2013-12-11 23:10:36 +01:00
journal-qrcode.c Use stdint.h macros instead of casts to print uint64_t values 2013-06-10 10:10:07 -04:00
journal-qrcode.h journalctl: output FSS key as QR code on generating 2012-08-20 22:02:19 +02:00
journal-send.c Get rid of write_safe 2014-01-28 19:07:12 -05:00
journal-vacuum.c journal: downgrade vaccuum message to debug level 2014-02-23 17:05:37 +01:00
journal-vacuum.h journald: do not free space when disk space runs low 2014-01-11 16:54:59 -05:00
journal-verify.c Replace mkostemp+unlink with open(O_TMPFILE) 2014-01-27 23:17:02 -05: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 make gcc shut up 2014-02-19 17:53:50 +01:00
journald-console.c Some modernizations 2014-02-17 02:26:22 -05:00
journald-console.h build-sys: store journald code in a noinst library 2012-11-14 23:39:53 +01:00
journald-gperf.gperf core: clean up some confusing regarding SI decimal and IEC binary suffixes for sizes 2014-02-23 03:19:04 +01:00
journald-kmsg.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
journald-kmsg.h journald: port to sd-event and enable watchdog support 2013-12-11 20:55:09 +01:00
journald-native.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
journald-native.h build-sys: store journald code in a noinst library 2012-11-14 23:39:53 +01:00
journald-rate-limit.c shared: switch our hash table implementation over to SipHash 2013-12-22 21:12:25 +01:00
journald-rate-limit.h journal: the ratelimiter is part of journald 2012-08-22 03:43:45 +02:00
journald-server.c journald: ignore failure to watch hostname_fd on older kernels 2014-02-21 12:49:05 -05:00
journald-server.h journald: cache cgroup root path, instead of querying it on every incoming log message 2013-12-11 23:31:07 +01:00
journald-stream.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
journald-stream.h journald: port to sd-event and enable watchdog support 2013-12-11 20:55:09 +01:00
journald-syslog.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
journald-syslog.h journald: malloc less when streaming messages 2013-12-10 20:38:33 -05:00
journald.c journal: when we shall go down do so cleanly 2013-12-22 21:12:25 +01:00
journald.conf journald: bump the journal per-unit ratelimit defaults 2013-06-21 15:57:57 +02:00
lookup3.c journal: fix build in VALGRIND compatibility mode 2012-10-13 14:40:32 +02:00
lookup3.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
Makefile journal: add preliminary incomplete implementation 2011-10-07 22:02:05 +02:00
microhttpd-util.c macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily 2014-02-20 18:18:32 +01:00
microhttpd-util.h macro: clean up usage of gcc attributes 2013-10-16 06:14:59 +02:00
mmap-cache.c journal: fix access to munmapped memory in sd_journal_enumerate_unique 2014-01-11 10:07:22 -05:00
mmap-cache.h journal: fix access to munmapped memory in sd_journal_enumerate_unique 2014-01-11 10:07:22 -05:00
sd-journal.c journal: fix compiler warning in real_journal_next() 2014-02-20 17:21:13 +01:00
test-catalog.c always use the same code for creating temporary files 2014-01-28 13:47:35 +01:00
test-journal-enum.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
test-journal-flush.c journal: add a test case for flushing messages out of a series of journal files into a single new one 2013-11-27 01:01:53 +01:00
test-journal-init.c tests: add a program for repetitive opening and closing of the journal 2013-08-02 11:25:45 -04:00
test-journal-interleaving.c journald: do not free space when disk space runs low 2014-01-11 16:54:59 -05:00
test-journal-match.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
test-journal-send.c test: extend test-send to send some weirder data 2012-10-26 01:18:41 +02:00
test-journal-stream.c test: Make testing work on systems without or old systemd 2013-08-22 00:52:14 -04:00
test-journal-syslog.c test-journal-syslog: use streq_ptr since we pass in NULL 2013-12-15 02:31:01 +01:00
test-journal-verify.c test: Make testing work on systems without or old systemd 2013-08-22 00:52:14 -04:00
test-journal.c journald: do not free space when disk space runs low 2014-01-11 16:54:59 -05:00
test-mmap-cache.c always use the same code for creating temporary files 2014-01-28 13:47:35 +01:00