..
.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
Include <fcntl.h> instead of <sys/fcntl.h>
2013-04-13 21:02:03 -04:00
catalog.c
move _cleanup_ attribute in front of the type
2013-04-18 09:11:22 +02:00
catalog.h
Add __attribute__((const, pure, format)) in various places
2013-05-02 22:52:09 -04: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
coredump: use realloc() loop instead of malloc(768M)
2013-04-25 22:51:31 -04:00
coredumpctl.c
Add set_consume which always takes ownership
2013-04-24 00:25:04 -04:00
fsprg.c
Add __attribute__((const, pure, format)) in various places
2013-05-02 22:52:09 -04:00
fsprg.h
Add __attribute__((const, pure, format)) in various places
2013-05-02 22:52:09 -04:00
journal-authenticate.c
journal: add ability to list values a specified field can take in all entries of the journal
2012-10-18 03:35:18 +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: move _packed_ attribute to the end
2012-12-17 11:41:31 +01:00
journal-file.c
journald: be more careful when we try to flush the runtime journal to disk and the disk is close to being full
2013-05-07 01:10:05 +02:00
journal-file.h
Add __attribute__((const, pure, format)) in various places
2013-05-02 22:52:09 -04:00
journal-gatewayd.c
hostname: only suppress setting of pretty hostname if it is non-equal to the static hostname and if the static hostname is set, too
2013-05-07 20:56:41 +02:00
journal-internal.h
Rearrange a few fields to reduce holes
2013-05-08 21:34:20 -04: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
Add __attribute__((const, pure, format)) in various places
2013-05-02 22:52:09 -04:00
journal-vacuum.c
Fix vacuum logic error
2013-03-21 23:24:38 -04:00
journal-vacuum.h
journal: implement time-based rotation/vacuuming
2012-10-16 22:58:07 +02:00
journal-verify.c
journal: by default do not decompress dat objects larger than 64K
2012-11-21 00:28:00 +01: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
hostname: only suppress setting of pretty hostname if it is non-equal to the static hostname and if the static hostname is set, too
2013-05-07 20:56:41 +02:00
journald-console.c
build-sys: store journald code in a noinst library
2012-11-14 23:39:53 +01: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
journald: check return value of strappend
2013-03-31 14:33:30 -04:00
journald-kmsg.h
build-sys: store journald code in a noinst library
2012-11-14 23:39:53 +01:00
journald-native.c
journal: fix off-by-one error in native message iovec counting
2013-04-16 23:07:14 +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
Add __attribute__((const, pure, format)) in various places
2013-05-02 22:52:09 -04:00
journald-rate-limit.h
journal: the ratelimiter is part of journald
2012-08-22 03:43:45 +02:00
journald-server.c
journald: DO recalculate the ACL mask, but only if it doesn't exist
2013-07-26 00:25:50 +02:00
journald-server.h
Add __attribute__((const, pure, format)) in various places
2013-05-02 22:52:09 -04:00
journald-stream.c
Use initalization instead of explicit zeroing
2013-04-05 19:50:57 -04:00
journald-stream.h
build-sys: store journald code in a noinst library
2012-11-14 23:39:53 +01:00
journald-syslog.c
Use initalization instead of explicit zeroing
2013-04-05 19:50:57 -04:00
journald-syslog.h
Add __attribute__((const, pure, format)) in various places
2013-05-02 22:52:09 -04:00
journald.c
journald: remove unconditional log_*() use in the main loop
2013-03-23 21:09:37 +01:00
journald.conf
journal: Add sync timer to journal server
2013-03-25 17:51:06 +01:00
libsystemd-journal.pc.in
relicense to LGPLv2.1 (with exceptions)
2012-04-12 00:24:39 +02:00
libsystemd-journal.sym
build-sys: add sd_journal_add_conjunction() to symbol versioning file
2013-04-18 03:12:06 +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
move _cleanup_ attribute in front of the type
2013-04-18 09:11:22 +02:00
microhttpd-util.h
Add some extra __attribute__ ((format)) s
2013-04-25 21:50:48 -04:00
mmap-cache.c
Rearrange a few fields to reduce holes
2013-05-08 21:34:20 -04:00
mmap-cache.h
journal: bring mmap cache prototype in sync
2012-09-22 00:16:13 +02:00
sd-journal.c
systemd-python: add __version__ strings
2013-05-08 21:34:44 -04:00
test-catalog.c
move _cleanup_ attribute in front of the type
2013-04-18 09:11:22 +02:00
test-journal-enum.c
move _cleanup_ attribute in front of the type
2013-04-18 09:11:22 +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: extend test-send to send some weirder data
2012-10-26 01:18:41 +02:00
test-journal-stream.c
move _cleanup_ attribute in front of the type
2013-04-18 09:11:22 +02: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
util: make time formatting a bit smarter
2013-04-04 02:56:56 +02:00
test-journal.c
journal: add ability to list values a specified field can take in all entries of the journal
2012-10-18 03:35:18 +02:00
test-mmap-cache.c
journal: add missing test file
2012-09-24 10:18:10 +02:00