summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
AgeCommit message (Expand)Author
2013-04-04journal: add public API call sd_journal_get_events()Lennart Poettering
2013-03-28catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek
2013-03-23journal: don't access j->files after useLennart Poettering
2013-03-23journalctl: various fixes to the access check logicLennart Poettering
2013-03-22journalctl: be smarter about journal error checksZbigniew Jędrzejewski-Szmek
2013-03-18sd-journal: do not require path to be absoluteZbigniew Jędrzejewski-Szmek
2013-03-18journal: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-03-18journal: use sd_journal_close on error in sd_journal_newZbigniew Jędrzejewski-Szmek
2013-03-07libsystemd-journal: return 0 on success in get_data()Zbigniew Jędrzejewski-Szmek
2013-02-26log-show: look at everything in /run/log/journalZbigniew Jędrzejewski-Szmek
2013-02-22journal: sd_journal_get_cursor should return 0 on successZbigniew Jędrzejewski-Szmek
2012-11-21journal: by default do not decompress dat objects larger than 64KLennart Poettering
2012-11-20journal: add sd_journal_get_catalog_for_message_id() as API to get catalog en...Lennart Poettering
2012-11-16journal, shared: fix warnings during compilation on 32 bitsZbigniew Jędrzejewski-Szmek
2012-11-15journal: implement message catalogLennart Poettering
2012-10-26journal: provide an API that allows client to figure out whether they need to...Lennart Poettering
2012-10-26journal: properly determine cutoff max dateLennart Poettering
2012-10-18journal: typo fixLennart Poettering
2012-10-18journal: validate field name in sd_journal_query_unique()Lennart Poettering
2012-10-18libsystemd-journal: export sd_journal_restart_uniqueZbigniew Jędrzejewski-Szmek
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-10-16journalctl: properly track rotated journals in follow modeLennart Poettering
2012-10-16sd-journal: fix bad memory accessLennart Poettering
2012-10-10journal: when browsing the journal via browse.html allow clicking on entries ...Lennart Poettering
2012-10-10journal: drop path name from cursor stringsLennart Poettering
2012-10-10journal: make sure sd_journal_seek_cursor() seeks to the specified entry if i...Lennart Poettering
2012-09-28sd-journal: properly parse cursor stringsLennart Poettering
2012-09-19util: define union dirent_storage and make use of it everywhereLennart Poettering
2012-09-19journal: when comparing two entries from separate files make sure we repositi...Lennart Poettering
2012-09-07journal: add call to determine current journal file disk usageLennart Poettering
2012-08-23sd-journal: return null when mmap_cache_new failsLukas Nykryn
2012-08-18mmap: resize arrays dynamicallyLennart Poettering
2012-08-16journal: implement generic sharable mmap caching logicLennart Poettering
2012-08-13journald: initial version of FSPRG hookupLennart Poettering
2012-08-07journalctl: include corrupted files in outputLennart Poettering
2012-07-19journal: allow watching symlinked journal dirsLennart Poettering
2012-07-19journal: when watching directories actually watch the directories asked forLennart Poettering
2012-07-19journal: follow symlinks when enumerating journalsLennart Poettering
2012-07-19journald: don't choke on journal files with no cutoff dateLennart Poettering
2012-07-17journal: size journal data hash table based on maximum file size metricsLennart Poettering
2012-07-17journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering
2012-07-16Spelling fixes.Ville Skyttä
2012-07-15journal: align byte-buffer that gets cased to an objectKay Sievers
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-13journal: beef up journal matches considerablyLennart Poettering
2012-07-13journal: check fields we search for more carefullyLennart Poettering
2012-07-13journal: fix interleaving of files with different time sourcesLennart Poettering
2012-07-11journalctl: add a marker to log output for rebootsLennart Poettering
2012-07-11journal: rework directory enumeration/watch logicLennart Poettering
2012-07-10journal: introduce sd_journal_wait() to simplify writing synchronous clientsLennart Poettering