]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journal-file.c
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
[thirdparty/systemd.git] / src / journal / journal-file.c
2015-10-27  Lennart Poetteringutil-lib: split string parsing related calls from util...
2015-10-26  Lennart PoetteringMerge pull request #1681 from ssahani/journal
2015-10-25  Tom GundersenMerge pull request #1668 from ssahani/net1
2015-10-25  Tom GundersenMerge pull request #1654 from poettering/util-lib
2015-10-25  Lennart PoetteringMerge pull request #1667 from evverx/run-protect-system
2015-10-25  Lennart Poetteringutil-lib: split out fd-related operations into fd-util...
2015-10-25  Zbigniew Jędrzejew... Merge pull request #1663 from poettering/journal-compre...
2015-10-24  Lennart Poetteringutil-lib: split our string related calls from util...
2015-10-24  Lennart Poetteringjournal: irrelevant coding style fixes 1663/head
2015-10-24  Lennart Poetteringjournal: fix error handling when compressing journal...
2015-10-24  Lennart PoetteringMerge pull request #1659 from vcaputo/journal_verify_en...
2015-10-23  Lennart PoetteringMerge pull request #1653 from keszybz/lz4-compress...
2015-10-15  Lennart PoetteringMerge pull request #1527 from keszybz/lz4
2015-10-13  Lennart PoetteringMerge pull request #1542 from keszybz/journal-audit...
2015-10-09  Lennart PoetteringMerge pull request #1501 from fbuihuu/fix-requires...
2015-10-08  Daniel MackMerge pull request #1491 from Danielmachon/danish-trans...
2015-10-07  Lennart PoetteringMerge pull request #1485 from jsynacek/machine-long...
2015-10-06  Lennart PoetteringMerge pull request #1465 from teg/siphash24
2015-10-06  Tom GundersenMerge pull request #1468 from poettering/fdnames
2015-10-06  Tom GundersenMerge pull request #1467 from jacob-keller/master
2015-10-06  Tom GundersenMerge pull request #1466 from kaysievers/wip
2015-10-06  Daniel MackMerge pull request #1452 from poettering/journal-vacuum
2015-10-02  Lennart Poetteringjournal: rework vacuuming logic
2015-10-02  Lennart Poetteringjournal: improve some messages
2015-10-02  Lennart Poetteringjournal: simplify things by using the LESS_BY() macro
2015-10-02  Lennart Poetteringjournal: make journal_file_close() return NULL
2015-10-01  Kay SieversMerge pull request #1428 from franciozzy/tagenhance
2015-09-24  Lennart PoetteringMerge pull request #1374 from olof/autoconf_gcrypt_dep
2015-09-18  Lennart PoetteringMerge pull request #1241 from ssahani/net
2015-09-10  Lennart PoetteringMerge pull request #1227 from intelfx/systemctl-legacy...
2015-09-10  Daniel MackMerge pull request #1222 from poettering/image-ops...
2015-09-10  Daniel MackMerge pull request #1239 from poettering/cgroup-pids
2015-09-10  Daniel MackMerge pull request #1242 from poettering/no-off_t
2015-09-10  Lennart Poetteringtree-wide: never use the off_t unless glibc makes us...
2015-08-17  Lennart PoetteringMerge pull request #977 from richardmaw-codethink/machi...
2015-08-17  Lennart PoetteringMerge pull request #976 from elfring/Remove_unnecessary...
2015-08-17  Markus ElfringBug #944: Deletion of unnecessary checks before calls...
2015-07-28  Daniel MackMerge pull request #756 from ldzhong/fix
2015-07-28  Lennart PoetteringMerge pull request #375 from msekletar/test-install...
2015-07-27  Lennart PoetteringMerge pull request #362 from d-hatayama/fix_selinux_uni...
2015-07-25  Kay SieversMerge pull request #634 from icarlosvenegas/sd-boot...
2015-07-24  Daniel MackMerge pull request #704 from richardmaw-codethink/empty...
2015-07-24  Daniel MackMerge pull request #606 from dvdhrm/bus-proxy-pedantic...
2015-07-24  Daniel MackMerge pull request #695 from poettering/journal-fixes
2015-07-23  Lennart Poetteringjournal: avoid mapping empty data and field hash tables
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-04-22  Lennart Poetteringjournal: don't force FS_NOCOW_FL on new journal files...
2015-04-10  Ronny Chevaliershared: add random-util.[ch]
2015-04-08  Lennart Poetteringutil: merge change_attr_fd() and chattr_fd()
2015-03-27  Harald Hoyerfix gcc warnings about uninitialized variables
2015-03-10  Zbigniew Jędrzejew... journal: fix return code
2015-03-10  Zbigniew Jędrzejew... journal-file: update format string to remove cast
2015-03-10  Zbigniew Jędrzejew... journal: align comments to make them more legible
2015-03-02  Cristian Rodríguezjournal: fix Inappropriate ioctl for device on ext4
2015-02-25  Michal Schmidtjournal: make skipping of exhausted journal files effec...
2015-02-23  Thomas Hindoe Paab... remove unused includes
2015-02-10  Lennart Poetteringjournald: don't specify inline in local functions
2015-01-22  Zbigniew Jędrzejew... Fix some format strings for enums, they are signed
2015-01-08  Lennart Poetteringutil: make it easy to initialize the crtime from the...
2015-01-08  Lennart Poetteringjournald: turn off COW for journal files on btrfs
2015-01-06  Lennart Poetteringjournal: consider file deletion errors a reason for...
2015-01-06  Lennart Poetteringjournald: whenever we rotate a file, btrfs defrag it
2015-01-05  Lennart Poetteringjournald: when we detect the journal file we are about...
2015-01-05  Lennart Poetteringjournald: add some additional checks before we divide...
2015-01-05  Lennart Poetteringjournald: process SIGBUS for the memory maps we set up
2014-12-24  Lennart Poetteringutil: make creation time xattr logic more generic
2014-12-18  Michal Schmidtjournal: journal_file_next_entry() does not need pointe...
2014-12-18  Michal Schmidtjournal: compare candidate entries using JournalFiles...
2014-12-18  Michal Schmidtjournal: keep per-JournalFile location info during...
2014-12-18  Michal Schmidtjournal: abstract the resetting of JournalFile's location
2014-12-18  Michal Schmidtjournal: delete unused function journal_file_skip_entry()
2014-12-18  Michal Schmidtjournal: delete unused function journal_file_move_to_en...
2014-12-12  Michal Schmidtjournal: replace contexts hashmap with a plain array
2014-12-12  Michal Schmidtjournal: push type_to_context conversion down to journa...
2014-12-12  Michal Schmidtjournal: have a named enum ObjectType
2014-12-12  Michal Schmidtjournal: consistently use OBJECT_<type> names instead...
2014-12-12  Michal Schmidtjournal: move type_to_context() to journal-file.c
2014-12-12  Michal Schmidtjournal: remove journal_file_object_keep/release functions
2014-12-12  Michal Schmidtjournal: map objects to context set by caller, not...
2014-12-11  Torstein Husebøjournald: correct spacing near eol code comments
2014-12-08  Olivier Bruneljournal: Fix navigating backwards missing entries
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-10-27  Lennart Poetteringjournald: be nice to coverity, add an extra assert
2014-10-23  Michal Schmidtjournal: make JournalFile::chain_cache an OrderedHashmap
2014-10-10  Jan Janssensd-journal: fix sd_journal_enumerate_unique skipping...
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-04  Zbigniew Jędrzejew... Fix misuse of uint64_t as size_t
2014-07-16  Zbigniew Jędrzejew... journal: allow files with no data whatsoever
2014-07-11  Zbigniew Jędrzejew... Fix build without any compression enabled
2014-07-09  Ronny Chevalierfix #ifdef
2014-07-06  Zbigniew Jędrzejew... journal: add LZ4 as optional compressor
2014-05-28  Kay Sieversbuild-sys: use glibc's xattr support instead of requiri...
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-05  Zbigniew Jędrzejew... journal: assume that next entry is after previous entry
2014-02-25  Zbigniew Jędrzejew... Remove dead lines in various places
2014-02-20  Daniel Mackjournal: fix compiler warning in journal_file_append_data()
2014-01-31  Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2014-01-11  Zbigniew Jędrzejew... journal: fix access to munmapped memory in sd_journal_e...
2014-01-05  George McCollisterjournal: Add missing byte order conversions
next