chiark / gitweb /
journal: Leave server_dispatch_message early when Storage is none
[elogind.git] / src / journal / sd-journal.c
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...
2012-07-16 Lennart Poetteringjournal: size journal data hash table based on maximum...
2012-07-16 Lennart Poetteringjournal: automatically rotate journal files if the...
2012-07-16 Ville SkyttäSpelling fixes.
2012-07-15 Kay Sieversjournal: align byte-buffer that gets cased to an object
2012-07-13 Lennart Poetteringutil: rename join() to strjoin()
2012-07-12 Lennart Poetteringjournal: beef up journal matches considerably
2012-07-12 Lennart Poetteringjournal: check fields we search for more carefully
2012-07-12 Lennart Poetteringjournal: fix interleaving of files with different time...
2012-07-10 Lennart Poetteringjournalctl: add a marker to log output for reboots
2012-07-10 Lennart Poetteringjournal: rework directory enumeration/watch logic
2012-07-10 Lennart Poetteringjournal: introduce sd_journal_wait() to simplify writin...
2012-07-03 Lennart Poetteringjournal: fix iteration through journal if one file...
2012-06-16 Lennart Poetteringjournal: fix SD_JOURNAL_SYSTEM_ONLY flag
2012-06-16 Lennart Poetteringjournal: expose and make use of cutoff times of journal
2012-05-30 Lennart Poetteringjournal: don't allow adding invalid matches to the...
2012-05-30 Lennart Poetteringjournalctl: for now complain if more than one match...
2012-05-08 Kay Sieversutil: split-out path-util.[ch]
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-03 Kay Sieversimport udev repository
2012-03-27 Lennart Poetteringjournal: properly handle if we interleave files with...
2012-03-22 Frederic Crozatadd sparse support to detect endianness bug
2012-03-14 Marti Raudseppjournal: Don't hold pointers to journal while remapping
2012-01-21 Dan Horákjournal: systemd v38 fails to build on big-endians
2012-01-11 Lennart Poetteringsd-journal: implement a number of non-implemented calls...
2012-01-04 Lennart Poetteringjournal: beef up journal output of systemctl and journalctl
2012-01-04 Lennart Poetteringjournalctl: fix counting of -n parameter
2012-01-04 Lennart Poetteringjournal: fix reverse traversing of entries
2012-01-04 Lennart Poetteringjournal: add missing error check
2012-01-04 Lennart Poetteringjournal: don't mind too much if we can't find a monoton...
2012-01-04 Lennart Poetteringjournal: add missing error check
2012-01-03 Lennart Poetteringjournal: add _public_ to all sd-journal calls, and...
2011-12-30 Lennart PoetteringMerge branch 'journal'
2011-12-29 Lennart Poetteringjournald: flush /run to /var as soon as it becomes...
2011-12-27 Lennart Poetteringjournal: fix typo
next