..
.gitignore
cat.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
catalog.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
catalog.h
hashmap: introduce hash_ops to make struct Hashmap smaller
2014-09-15 16:08:50 +02:00
compress.c
journal/compress: use LZ4_compress_continue()
2014-08-30 17:41:15 -04:00
compress.h
Fix misuse of uint64_t as size_t
2014-08-03 23:53:49 -04:00
coredump-vacuum.c
hashmap: introduce hash_ops to make struct Hashmap smaller
2014-09-15 16:08:50 +02:00
coredump-vacuum.h
coredump: add simple coredump vacuuming
2014-06-27 19:35:57 +02:00
coredump.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
coredump.conf
coredump: replace Compression= setting by simpler Compress= boolean setting
2014-06-27 19:35:57 +02:00
coredumpctl.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +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
util: replace close_nointr_nofail() by a more useful safe_close()
2014-03-18 19:31:34 +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
Always prefer our headers to system headers
2014-07-31 08:56:03 -04:00
journal-file.c
journald: be nice to coverity, add an extra assert
2014-10-27 23:50:53 +01:00
journal-file.h
journal: make JournalFile::chain_cache an OrderedHashmap
2014-10-23 17:38:02 +02:00
journal-internal.h
journal: make sd_journal::files a OrderedHashmap
2014-10-23 17:38:02 +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
Always prefer our headers to system headers
2014-07-31 08:56:03 -04:00
journal-send.c
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc provided headers
2014-10-30 18:32:37 +01:00
journal-vacuum.c
journald: fix memory leak on error path
2014-11-03 23:10:34 +01:00
journal-vacuum.h
journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up journal files based on a size/time limit
2014-11-03 23:08:33 +01:00
journal-verify.c
sd-journal: fix sd_journal_enumerate_unique skipping values
2014-10-09 23:16:36 -04: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
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
journald-audit.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
journald-audit.h
journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't have anyway
2014-11-04 00:32:02 +01:00
journald-console.c
journald: constify all things!
2014-11-03 21:51:28 +01:00
journald-console.h
journald: constify all things!
2014-11-03 21:51:28 +01:00
journald-gperf.gperf
journald: add support for wall forwarding
2014-03-14 22:05:25 +01:00
journald-kmsg.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
journald-kmsg.h
journald: constify all things!
2014-11-03 21:51:28 +01:00
journald-native.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
journald-native.h
journald: constify all things!
2014-11-03 21:51:28 +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
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
journald-server.h
journald: if available pull audit messages from the kernel into journal logs
2014-11-03 21:51:28 +01:00
journald-stream.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +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
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
journald-syslog.h
journald: constify all things!
2014-11-03 21:51:28 +01:00
journald-wall.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
journald-wall.h
journald: constify all things!
2014-11-03 21:51:28 +01:00
journald.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
journald.conf
journald: turn ForwardToSyslog= off by default
2014-07-11 15:34:40 +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
mmap-cache.c
sd-journal: fix sd_journal_enumerate_unique skipping values
2014-10-09 23:16:36 -04:00
mmap-cache.h
sd-journal: fix sd_journal_enumerate_unique skipping values
2014-10-09 23:16:36 -04:00
sd-journal.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
stacktrace.c
coredump: include stacktrace of coredumps in the log message
2014-06-19 12:38:45 +02:00
stacktrace.h
coredump: include stacktrace of coredumps in the log message
2014-06-19 12:38:45 +02:00
test-catalog.c
hashmap: introduce hash_ops to make struct Hashmap smaller
2014-09-15 16:08:50 +02:00
test-compress-benchmark.c
Fix a few more typos
2014-08-30 13:46:07 -04:00
test-compress.c
treewide: no need to negate errno for log_*_errno()
2014-11-28 13:29:21 +01:00
test-coredump-vacuum.c
coredump: add simple coredump vacuuming
2014-06-27 19:35:57 +02: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
test-journal-flush: avoid predictable names in /var/tmp
2014-04-26 08:16:35 -04:00
test-journal-init.c
test: warn if we could not parse the loop count argument
2014-09-19 01:45:59 +02:00
test-journal-interleaving.c
log: rearrange log function naming
2014-11-27 22:05:24 +01:00
test-journal-match.c
Always prefer our headers to system headers
2014-07-31 08:56:03 -04:00
test-journal-send.c
Always prefer our headers to system headers
2014-07-31 08:56:03 -04:00
test-journal-stream.c
Always prefer our headers to system headers
2014-07-31 08:56:03 -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
util: replace close_nointr_nofail() by a more useful safe_close()
2014-03-18 19:31:34 +01:00
test-journal.c
journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up journal files based on a size/time limit
2014-11-03 23:08:33 +01:00
test-mmap-cache.c
sd-journal: fix sd_journal_enumerate_unique skipping values
2014-10-09 23:16:36 -04:00