chiark / gitweb /
bus: when a busname unit refuses to activate a service it should flush the queue
[elogind.git] / src / journal /
2013-12-16 Zbigniew Jędrzejew... catalog: fix language detection
2013-12-15 Lennart Poetteringbus: _printf_ attributes should be on prototypes not...
2013-12-15 Thomas Hindoe Paab... test-journal-syslog: use streq_ptr since we pass in...
2013-12-14 Thomas Hindoe Paab... Add more _printf_'s for format-nonliterals
2013-12-13 Lennart Poetteringevent: be more conservative when returning errors from...
2013-12-13 Lennart Poetteringevent: rework sd-event exit logic
2013-12-12 Djalal Harounijournal: pipe journalctl help output into a pager
2013-12-11 Lennart Poetteringjournald: make sure the stdout/stderr stream fd is...
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 Poetteringjournald: cache hostname, boot_id and machine_id fields...
2013-12-11 Lennart Poetteringjournal: don't go belly up when an stdout/stderr client...
2013-12-11 Lennart Poetteringjournal: add ability to browse journals of running...
2013-12-11 Lennart Poetteringjournald: port to sd-event and enable watchdog support
2013-12-11 Zbigniew Jędrzejew... journald: malloc less when streaming messages
2013-12-10 Lennart Poetteringjournald: use a bit more cleanup magic!
2013-12-10 Dan McGeeEnsure unit is journaled for short-lived or oneshot...
2013-12-08 Dan McGeeFix memory leak in stdout journal streams
2013-12-07 Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-12-03 Zbigniew Jędrzejew... journal: fail silently in sd_j_sendv() if journal is...
2013-12-03 Zbigniew Jędrzejew... catalog: determine language from the filename
2013-12-02 Thomas Hindoe Paab... Use assert_return in more of the public API
2013-11-27 Lennart Poetteringjournald: mention how long we needed to flush to /var...
2013-11-27 Lennart Poetteringjournal: simplify pre-allocation logic
2013-11-27 Lennart Poetteringjournal: add a test case for flushing messages out...
2013-11-26 Lennart Poetteringjournal: allow journal_file_copy_entry() to work on...
2013-11-26 Lennart Poetteringjournal: fix iteration when we go backwards from the...
2013-11-26 Lennart Poetteringjournal: optimize bisection logic a bit by caching...
2013-11-26 Lennart Poetteringjournald: keep statistics on how of we hit/miss the...
2013-11-26 Lennart Poetteringjournal: make table const
2013-11-26 Lennart Poetteringjournal: when appending to journal file, allocate large...
2013-11-26 Daniel Buchtree-wide usage of %m specifier instead of strerror...
2013-11-25 Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-19 Karel ZakRemove duplicate includes
2013-11-14 Umut Tezduyar Lindskogjournal: timestamp support on console messages
2013-11-11 Lennart Poetteringbus: introduce concept of a default bus for each thread...
2013-11-08 Lennart PoetteringRemove dead code and unexport some calls
2013-11-08 Lennart Poetteringjournal: fix minor memory leak
2013-11-07 Lennart Poetteringbus: use new property retrieval calls everywhere
2013-11-06 Lennart Poetteringclients: unify how we invoke getopt_long()
2013-11-06 Lennart Poetteringutil: unify reading of /proc/cmdline
2013-10-29 Zbigniew Jędrzejew... journalctl: add --list-boots to show boot IDs and times
2013-10-16 Lennart Poetteringtimedated: use libsystemd-bus instead of libdbus for...
2013-10-16 Lennart Poetteringmacro: clean up usage of gcc attributes
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-10-14 Lennart Poetteringutil: allow trailing semicolons on define_trivial_clean...
2013-10-13 Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-13 Zbigniew Jędrzejew... Fix write-only use of a few variables
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
next