1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 01:27:11 +03:00
systemd/src/journal
2013-12-10 20:38:33 -05:00
..
.gitignore
browse.html
cat.c clients: unify how we invoke getopt_long() 2013-11-06 18:28:39 +01:00
catalog.c catalog: determine language from the filename 2013-12-02 22:12:02 -05:00
catalog.h catalog: determine language from the filename 2013-12-02 22:12:02 -05: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 trivial coding style clean ups 2013-12-03 22:27:45 +01:00
fsprg.c journal: add references to SSKG paper FSS is based on 2013-06-18 16:25:11 +02:00
fsprg.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
journal-authenticate.c Use stdint.h macros instead of casts to print uint64_t values 2013-06-10 10:10:07 -04:00
journal-authenticate.h
journal-def.h journal: move _packed_ attribute to the end 2012-12-17 11:41:31 +01:00
journal-file.c journal: simplify pre-allocation logic 2013-11-27 01:50:36 +01:00
journal-file.h journal: make table const 2013-11-26 18:46:03 +01:00
journal-gatewayd.c bus: introduce concept of a default bus for each thread and make use of it everywhere 2013-11-12 00:12:43 +01:00
journal-internal.h util: allow trailing semicolons on define_trivial_cleanup_func lines 2013-10-14 06:11:19 +02: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
journal-send.c journal: fail silently in sd_j_sendv() if journal is unavailable 2013-12-03 12:11:18 -05:00
journal-vacuum.c Never call qsort on potentially NULL arrays 2013-10-13 17:56:54 -04:00
journal-vacuum.h
journal-verify.c journal-verify: Use proper printf placeholder 2013-06-27 10:55:19 -04:00
journal-verify.h
journalctl.c Get rid of our reimplementation of basename 2013-12-06 21:29:55 -05:00
journald-console.c tree-wide usage of %m specifier instead of strerror(errno) 2013-11-26 21:07:46 +10:00
journald-console.h build-sys: store journald code in a noinst library 2012-11-14 23:39:53 +01:00
journald-gperf.gperf util: rename parse_usec() to parse_sec() sinds the default unit is seconds 2013-04-03 20:12:57 +02:00
journald-kmsg.c tree-wide usage of %m specifier instead of strerror(errno) 2013-11-26 21:07:46 +10:00
journald-kmsg.h build-sys: store journald code in a noinst library 2012-11-14 23:39:53 +01:00
journald-native.c security: rework selinux, smack, ima, apparmor detection logic 2013-10-10 16:35:44 +02: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 list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
journald-rate-limit.h
journald-server.c Ensure unit is journaled for short-lived or oneshot processes 2013-12-10 07:40:55 -05:00
journald-server.h conf-parser: distinguish between multiple sections with the same name 2013-11-25 19:35:44 +01:00
journald-stream.c journald: malloc less when streaming messages 2013-12-10 20:38:33 -05:00
journald-stream.h build-sys: store journald code in a noinst library 2012-11-14 23:39:53 +01:00
journald-syslog.c journald: malloc less when streaming messages 2013-12-10 20:38:33 -05:00
journald-syslog.h journald: malloc less when streaming messages 2013-12-10 20:38:33 -05:00
journald.c journald: remove unconditional log_*() use in the main loop 2013-03-23 21:09:37 +01:00
journald.conf journald: bump the journal per-unit ratelimit defaults 2013-06-21 15:57:57 +02:00
libsystemd-journal.pc.in
libsystemd-journal.sym journal: add sd_journal_open_files 2013-06-10 10:10:07 -04:00
lookup3.c
lookup3.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
Makefile
microhttpd-util.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
microhttpd-util.h macro: clean up usage of gcc attributes 2013-10-16 06:14:59 +02:00
mmap-cache.c journald: keep statistics on how of we hit/miss the mmap cache 2013-11-26 18:58:44 +01:00
mmap-cache.h journald: keep statistics on how of we hit/miss the mmap cache 2013-11-26 18:58:44 +01:00
sd-journal.c Use assert_return in more of the public API 2013-12-02 23:13:58 +01:00
test-catalog.c catalog: determine language from the filename 2013-12-02 22:12:02 -05: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 tests: fix some memory leaks in tests 2013-10-09 04:08:00 +02: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-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 move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02: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 tests: fix some memory leaks in tests 2013-10-09 04:08:00 +02:00
test-mmap-cache.c