]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal
journald: use greedy_realloc in one place
[thirdparty/systemd.git] / src / journal /
2013-10-13  Zbigniew Jędrzejew... journald: use greedy_realloc in one place
2013-10-13  Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-10-10  Lennart Poetteringsecurity: missing header inclusions
2013-10-10  Lennart Poetteringsecurity: rework selinux, smack, ima, apparmor detectio...
2013-10-10  Zbigniew Jędrzejew... journald: remove rotated file from hashmap when rotatio...
2013-10-10  Zbigniew Jędrzejew... journald: replace new+snprintf with asprintf
2013-10-09  Lennart Poetteringtests: fix some memory leaks in tests
2013-10-09  Lennart Poetteringjournald: fix minor memory leak
2013-10-08  Zbigniew Jędrzejew... journalctl: flip to --full by default
2013-10-02  Lennart Poetteringjournald: add missing error check
2013-09-27  Zbigniew Jędrzejew... Do not use unitialized variable and remove duplicated...
2013-09-26  Zbigniew Jędrzejew... journald: accept EPOLLERR from /dev/kmsg
2013-09-17  Zbigniew Jędrzejew... Remove six unused variables and add annotation
2013-09-17  Lennart Poetteringjournald: avoid NSS in journald
2013-09-17  Lennart Poetteringjournald: log the slice of a process along with each...
2013-09-12  Olivier Bruneljournald: Log error when failed to get machine-id on...
2013-09-10  Zbigniew Jędrzejew... journald: be a bit more verbose when vacuuming
2013-09-06  Andrew Cooksystemd-coredump: Log crashes without coredumps on...
2013-09-06  Andrew Cooksystemd-coredump: Ignore coredumps larger than COREDUMP_MAX
2013-09-06  George McCollisterjournald: fix fd leak in journal_file_empty
2013-09-06  George McCollisterjournald: fix vacuuming of archived journals
2013-08-22  Shawn Landdenremove hasprefix(), use startswith()
2013-08-22  Holger Hans Peter... test: Make testing work on systems without or old systemd
2013-08-21  Zbigniew Jędrzejew... logs-show: add short-precise mode with us timestamps
2013-08-21  Zbigniew Jędrzejew... Rename F_TYPE_CMP() to F_TYPE_EQUAL()
2013-08-19  Zbigniew Jędrzejew... journal: fix parsing of facility in syslog messages
2013-08-11  Zbigniew Jędrzejew... systemctl: show hint about --full when lines don't fit
2013-08-07  Zbigniew Jędrzejew... journald: remove unused variable
2013-08-06  Harald Hoyerjournal: handle multiline syslog messages
2013-08-04  Daniel Schaalsystemd-delta: Only print colors when on a tty
2013-08-02  George McCollisterjournal: fix hashmap leak in mmap-cache
2013-08-02  Zbigniew Jędrzejew... tests: add a program for repetitive opening and closing...
2013-08-02  Zbigniew Jędrzejew... coredumpctl: add more debug output
2013-07-26  Zbigniew Jędrzejew... journalctl: use _COMM= match for scripts
2013-07-24  Lennart Poetteringjournal: immediately sync to disk as soon as we receiev...
2013-07-19  Lennart Poetteringjournald: after the cgroup rework processes may be...
2013-07-18  Holger Hans Peter... journal: Leave server_dispatch_message early when Stora...
2013-07-18  Tomasz Torczjournalctl: add ”short-iso” output format with verbose...
2013-07-18  Zbigniew Jędrzejew... journalctl: fix signedness warning and boot-id syntax...
2013-07-18  Zbigniew Jędrzejew... journalctl: remove ":" from the --boot syntax
2013-07-17  Zbigniew Jędrzejew... journalctl,systemctl: fix tiny memleak
2013-07-17  Zbigniew Jędrzejew... journalctl: augment short mode with a cursor at the end
2013-07-16  Zbigniew Jędrzejew... journal: return -ECHILD after a fork
2013-07-16  Jan Janssenjournalctl: Add support for showing messages from a...
2013-07-16  Shawn Landdenjournal: add logging of effective capabilities _CAP_EFF...
2013-07-15  Shawn Landdenjournalctl: add --force option to recreate FSS
2013-07-13  Shawn Landdenjournalctl: have a useful --setup-keys error message...
2013-07-11  Lukas Nykrynjournald-server: r should be checked after journal_file...
2013-06-27  Jan Janssenjournal-verify: Use proper printf placeholder
2013-06-25  Zbigniew Jędrzejew... journald: always vacuum empty offline files
2013-06-25  Zbigniew Jędrzejew... journald: fix space limits reporting
2013-06-25  Zbigniew Jędrzejew... journal/vacuum: cleanup
2013-06-23  Zbigniew Jędrzejew... journal-verify: allow unlinked data entries
2013-06-21  Lennart Poetteringjournald: bump the journal per-unit ratelimit defaults
2013-06-21  Zbigniew Jędrzejew... journal: allow callers to specify OBJECT_PID=
2013-06-21  Zbigniew Jędrzejew... Add hasprefix macro to check prefixes of fixed length
2013-06-18  Lennart Poetteringjournal: add references to SSKG paper FSS is based on
2013-06-18  Zbigniew Jędrzejew... journalctl: properly print headers of empty journals
2013-06-17  Daniel Albersjournalctl,loginctl,systemctl,systemd-cgls: add -l...
2013-06-14  Zbigniew Jędrzejew... journald: do not calculate free space too early
2013-06-14  Zbigniew Jędrzejew... journal: use initialization instead of zeroing
2013-06-10  Zbigniew Jędrzejew... journald: do not overwrite syslog facility when parsing...
2013-06-10  Zbigniew Jędrzejew... journal: letting (interleaved) seqnums go
2013-06-10  Zbigniew Jędrzejew... tests: add testcase for duplicate seqnums
2013-06-10  Marius Vollmertests: add testcase for skipping-entries-on-direction...
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... journalctl: allow the user to specify the file(s) to use
2013-06-10  Zbigniew Jędrzejew... journal: add sd_journal_open_files
2013-06-10  Zbigniew Jędrzejew... tests: add test for empty journal files
2013-06-10  Zbigniew Jędrzejew... journalctl: print monotonic timestamp in --header
2013-06-10  Zbigniew Jędrzejew... journalctl: print proper IDs with --header
2013-06-10  Zbigniew Jędrzejew... Use stdint.h macros instead of casts to print uint64_t...
2013-06-10  Zbigniew Jędrzejew... journalctl: no color for --reboot-- when not on tty
2013-06-10  Zbigniew Jędrzejew... journal: loop less in MATCH_AND_TERM conditionals
2013-06-10  Zbigniew Jędrzejew... journalctl: add --system/--user flags
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-10  Zbigniew Jędrzejew... journalctl: fix verbose output when no logs are found
2013-06-04  Zbigniew Jędrzejew... systemctl: limit logs in status to current boot
2013-06-01  Daniel Albersjournal: take KeepFree into account when reporting...
2013-05-30  Jan Alexander Stef... journald: DO recalculate the ACL mask, but only if...
2013-05-21  Jan Janssenman: Document missing options
2013-05-16  Michał Bartoszkiewiczjournal: correctly convert usec_t to timespec.
2013-05-15  Zbigniew Jędrzejew... journalctl: add -k/--dmesg
2013-05-15  Thomas Hindoe Paab... sd-journal: check if the pointers passed are the same
2013-05-13  Auke Kokjournald-stream: typo in error message.
2013-05-09  Zbigniew Jędrzejew... systemd-python: add __version__ strings
2013-05-09  Zbigniew Jędrzejew... Rearrange a few fields to reduce holes
2013-05-07  Lennart Poetteringhostname: only suppress setting of pretty hostname...
2013-05-07  Lennart Poetteringjournald: don't recalculate the ACL mask
2013-05-06  Lennart Poetteringjournald: be more careful when we try to flush the... v203
2013-05-03  Zbigniew Jędrzejew... journal: as a µ-opt, use sizeof instead of strlen
2013-05-03  Colin Guthriejournal: Set the default keep free value to 15% (up...
2013-05-03  Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-26  Colin Walterscoredump: use realloc() loop instead of malloc(768M)
2013-04-26  Cristian RodríguezAdd some extra __attribute__ ((format)) s
2013-04-25  Lennart Poetteringconf-parser: restrict .include usage
2013-04-25  Greg Kroah-Hartmanjournal: remove build warning when SELinux is disabled
2013-04-24  Zbigniew Jędrzejew... Add set_consume which always takes ownership
next