summaryrefslogtreecommitdiff
path: root/src/journal/journal-internal.h
AgeCommit message (Expand)Author
2016-04-25sd-journal: add API for opening journal files or directories by fdLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-01sd-journal: add an API to enumerate known field names of the journalLennart Poettering
2016-02-01sd-journal: introduce has_runtime_files and has_persistent_filesJan Synacek
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-03journalctl: when we fail to open a journal file, print whyLennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-02-12Add missing includes in header filesThomas Hindoe Paaboel Andersen
2014-12-18journal: move definition of LocationType to journal-file.hMichal Schmidt
2014-10-23journal: make sd_journal::files a OrderedHashmapMichal Schmidt
2014-10-09sd-journal: do not reset sd_j_enumerate_unique position on errorZbigniew Jędrzejewski-Szmek
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2013-12-11journal: when listing logs of a container make sure we don't accidentally sho...Lennart Poettering
2013-10-14util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek
2013-07-16journal: return -ECHILD after a forkZbigniew Jędrzejewski-Szmek
2013-06-10journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek
2013-06-09journalctl: fix verbose output when no logs are foundZbigniew Jędrzejewski-Szmek
2013-05-08Rearrange a few fields to reduce holesZbigniew Jędrzejewski-Szmek
2013-04-17journal: add one more level on top with ANDHarald Hoyer
2013-04-16macro: rework how we define cleanup macrosLennart Poettering
2013-04-04journal: add sd_journal_get_timeout() call to public APILennart Poettering
2013-03-22journalctl: be smarter about journal error checksZbigniew Jędrzejewski-Szmek
2012-11-21journal: by default do not decompress dat objects larger than 64KLennart Poettering
2012-10-26journal: provide an API that allows client to figure out whether they need to...Lennart Poettering
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-10-10journal: update comments a bitLennart Poettering
2012-10-10journal: make sure sd_journal_seek_cursor() seeks to the specified entry if i...Lennart Poettering
2012-08-16journal: implement generic sharable mmap caching logicLennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-07-19journal: when watching directories actually watch the directories asked forLennart Poettering
2012-07-17journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering
2012-07-15journal: avoid re-definition of enums for older gcc versionsKay Sievers
2012-07-13journal: beef up journal matches considerablyLennart Poettering
2012-07-11journal: rework directory enumeration/watch logicLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-03-22add sparse support to detect endianness bugFrederic Crozat
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2011-12-30journald: add missing headerLennart Poettering