]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/sd-journal.c
treewide: auto-convert the simple cases to log_*_errno()
[thirdparty/systemd.git] / src / journal / sd-journal.c
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-10-23  Michal Schmidtjournal: make sd_journal::files a OrderedHashmap
2014-10-22  Lennart Poetteringmachine: validate machine names using machine_name_is_v...
2014-10-20  Christian Hessesd-journal: consistently use ternary operator for all...
2014-10-10  Jan Janssensd-journal: fix sd_journal_enumerate_unique skipping...
2014-10-10  Zbigniew Jędrzejew... sd-journal: do not reset sd_j_enumerate_unique position...
2014-09-15  Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-28  Zbigniew Jędrzejew... sd-journal: verify that object start with the field...
2014-08-26  Lennart Poetteringsd-journal: never log anything by default from a library
2014-08-04  Zbigniew Jędrzejew... Fix misuse of uint64_t as size_t
2014-07-31  Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-19  Zbigniew Jędrzejew... man,journal: add note about sd_journal_get_cutoff_monot...
2014-07-11  Zbigniew Jędrzejew... Fix build without any compression enabled
2014-07-07  Zbigniew Jędrzejew... journal/compress: fix calls to decompress_blob
2014-07-06  Zbigniew Jędrzejew... journal: add LZ4 as optional compressor
2014-05-25  Cristian RodríguezUse %m instead of strerror(errno) where appropiate
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-05  Zbigniew Jędrzejew... journal: forget file after encountering an error
2014-02-25  Zbigniew Jędrzejew... Remove dead lines in various places
2014-02-20  Daniel Mackjournal: fix compiler warning in real_journal_next()
2014-02-19  Lennart Poetteringjournal: don't clobber return parameters of sd_journal_...
2014-02-19  Lennart Poetteringmake gcc shut up
2014-02-18  Jan Engelhardtdoc: update punctuation
2014-01-11  Zbigniew Jędrzejew... journal: fix access to munmapped memory in sd_journal_e...
2013-12-21  Florian Weimerjournal: replace readdir_r with readdir
2013-12-11  Lennart Poetteringjournald: cache cgroup root path, instead of querying...
2013-12-11  Lennart Poetteringjournal: when listing logs of a container make sure...
2013-12-11  Lennart Poetteringjournal: add ability to browse journals of running...
2013-12-02  Thomas Hindoe Paab... Use assert_return in more of the public API
2013-11-26  Lennart Poetteringjournald: keep statistics on how of we hit/miss the...
2013-11-08  Lennart Poetteringjournal: fix minor memory leak
2013-10-14  Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-08-21  Zbigniew Jędrzejew... Rename F_TYPE_CMP() to F_TYPE_EQUAL()
2013-07-17  Zbigniew Jędrzejew... journalctl,systemctl: fix tiny memleak
2013-07-16  Zbigniew Jędrzejew... journal: return -ECHILD after a fork
2013-06-10  Zbigniew Jędrzejew... journal: change direction tests to use the same convent...
2013-06-10  Zbigniew Jędrzejew... journal: remember last direction of search and keep...
2013-06-10  Zbigniew Jędrzejew... journal: add sd_journal_open_files
2013-06-10  Zbigniew Jędrzejew... Use stdint.h macros instead of casts to print uint64_t...
2013-06-10  Zbigniew Jędrzejew... journal: loop less in MATCH_AND_TERM conditionals
2013-06-10  Zbigniew Jędrzejew... journal: add ability to filter by current user
2013-06-10  Zbigniew Jędrzejew... journal: simplify match_free_if_empty
2013-06-04  Zbigniew Jędrzejew... systemctl: limit logs in status to current boot
2013-05-15  Thomas Hindoe Paab... sd-journal: check if the pointers passed are the same
2013-05-09  Zbigniew Jędrzejew... systemd-python: add __version__ strings
2013-05-03  Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-19  Harald HoyerReintroduce f_type comparison macro
2013-04-18  Marius Vollmerjournal: when iterating through a file we might lose...
2013-04-18  Harald HoyerRevert f_type fixups
2013-04-18  Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-18  Harald Hoyerrename CMP_F_TYPE to F_TYPE_CMP
2013-04-18  Harald HoyerAdd ugly CMP_F_TYPE() macro
2013-04-17  Harald Hoyerfixup for cddf148028f52
2013-04-17  Harald Hoyerfixup 8c68a7017 and cast to (unsigned long)
2013-04-17  Harald Hoyerfixed statfs.f_type signed vs unsigned comparisons
2013-04-17  Harald Hoyerjournal: add one more level on top with AND
2013-04-08  Marius Vollmerjournal: Fix typo
2013-04-04  Lennart Poetteringjournal: add sd_journal_get_timeout() call to public API
2013-04-04  Lennart Poetteringjournal: add public API call sd_journal_get_events()
2013-03-29  Zbigniew Jędrzejew... catalog: open up catalog internals
2013-03-23  Lennart Poetteringjournal: don't access j->files after use
2013-03-23  Lennart Poetteringjournalctl: various fixes to the access check logic
2013-03-22  Zbigniew Jędrzejew... journalctl: be smarter about journal error checks
2013-03-18  Zbigniew Jędrzejew... sd-journal: do not require path to be absolute
2013-03-18  Zbigniew Jędrzejew... journal: use _cleanup_
2013-03-18  Zbigniew Jędrzejew... journal: use sd_journal_close on error in sd_journal_new
2013-03-07  Zbigniew Jędrzejew... libsystemd-journal: return 0 on success in get_data()
2013-03-01  Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-27  Zbigniew Jędrzejew... log-show: look at everything in /run/log/journal
2013-02-22  Zbigniew Jędrzejew... journal: sd_journal_get_cursor should return 0 on success
2013-01-07  Tom GundersenMerge nss-myhostname
2012-11-20  Lennart Poetteringjournal: by default do not decompress dat objects large...
2012-11-20  Lennart Poetteringjournal: add sd_journal_get_catalog_for_message_id...
2012-11-16  Zbigniew Jędrzejew... journal, shared: fix warnings during compilation on...
2012-11-15  Lennart Poetteringjournal: implement message catalog
2012-10-26  Lennart Poetteringjournal: provide an API that allows client to figure...
2012-10-25  Lennart Poetteringjournal: properly determine cutoff max date
2012-10-18  Lennart Poetteringjournal: typo fix
2012-10-18  Lennart Poetteringjournal: validate field name in sd_journal_query_unique()
2012-10-18  Zbigniew Jędrzejew... libsystemd-journal: export sd_journal_restart_unique
2012-10-18  Lennart Poetteringjournal: add ability to list values a specified field...
2012-10-16  Lennart Poetteringjournalctl: properly track rotated journals in follow...
2012-10-16  Lennart Poetteringsd-journal: fix bad memory access
2012-10-10  Lennart Poetteringjournal: when browsing the journal via browse.html...
2012-10-10  Lennart Poetteringjournal: drop path name from cursor strings
2012-10-09  Lennart Poetteringjournal: make sure sd_journal_seek_cursor() seeks to...
2012-09-27  Lennart Poetteringsd-journal: properly parse cursor strings
2012-09-19  Lennart Poetteringutil: define union dirent_storage and make use of it...
2012-09-19  Lennart Poetteringjournal: when comparing two entries from separate files...
2012-09-07  Lennart Poetteringjournal: add call to determine current journal file...
2012-08-23  Lukas Nykrynsd-journal: return null when mmap_cache_new fails
2012-08-17  Lennart Poetteringmmap: resize arrays dynamically
2012-08-16  Lennart Poetteringjournal: implement generic sharable mmap caching logic
2012-08-13  Lennart Poetteringjournald: initial version of FSPRG hookup
2012-08-06  Lennart Poetteringjournalctl: include corrupted files in output
2012-07-19  Lennart Poetteringjournal: allow watching symlinked journal dirs
2012-07-19  Lennart Poetteringjournal: when watching directories actually watch the...
2012-07-19  Lennart Poetteringjournal: follow symlinks when enumerating journals
2012-07-19  Lennart Poetteringjournald: don't choke on journal files with no cutoff...
next