chiark / gitweb /
hwdb: remove support for (not fully implemented) conditional properties
[elogind.git] / src / journal /
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
2013-04-23 Lennart Poetteringcgroup: make sure all our cgroup objects have a suffix...
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-18 Lennart Poetteringbuild-sys: add sd_journal_add_conjunction() to symbol...
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 Hoyerjournalctl: specify "--unit=" and "--user-unit" multipl...
2013-04-17 Harald Hoyerjournal: add one more level on top with AND
2013-04-17 Zbigniew Jędrzejew... journalctl: show fields requested with --field in full
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-16 Michal Schmidtjournal: fix off-by-one error in native message iovec...
2013-04-16 Lennart Poetteringmacro: rework how we define cleanup macros
2013-04-16 Lennart Poetteringnspawn: introduce the new /machine/ tree in the cgroup...
2013-04-14 Zbigniew Jędrzejew... Include <fcntl.h> instead of <sys/fcntl.h>
2013-04-14 Zbigniew Jędrzejew... fileio: in envfiles, do not skip lines following empty...
2013-04-12 Mirco Tischlerjournal: fix broken tags _SOURCE_REALTIME_TIMESTAMP...
2013-04-10 Lukas Nykrynjournalctl: check return of strjoin
2013-04-08 Lennart Poetteringjournald: bring max coredump size in sync with max...
2013-04-08 Lennart Poetteringjournald: no need to free audit vars
2013-04-08 Lennart Poetteringjournald: drop two more memory allocations
2013-04-08 Lennart Poetteringjournald: get rid of one more memory allocation
2013-04-08 Holger Hans Peter... journald: Do not dynamically allocate _UID/_GID/_PID...
2013-04-08 Holger Hans Peter... journald: Do not always record _AUDIT_SESSION and _AUDI...
2013-04-08 Marius Vollmerjournal: Fix typo
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-05 Zbigniew Jędrzejew... test-catalog,core/load-dropin: remove unused variables
2013-04-05 Cristian Rodríguezjournal: u64log2 can be expressed just as __builtin_clz...
2013-04-05 Lennart Poetteringbus: add convenience functions for constructing and...
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-04-04 Lennart Poetteringutil: make time formatting a bit smarter
2013-04-03 Lennart Poetteringutil: rename parse_usec() to parse_sec() sinds the...
2013-04-02 Lennart Poetteringutil: add a bit of syntactic sugar for saving/restoring...
2013-04-02 Cristian RodríguezAlways use our own MAX/MIN definitions
2013-03-31 Zbigniew Jędrzejew... journalctl: reword error message
2013-03-31 Zbigniew Jędrzejew... journald: check return value of strappend
2013-03-31 Lennart Poetteringjournal-gatewayd: query PID 1 for virtalization
2013-03-29 Zbigniew Jędrzejew... journalctl: fix --update-catalog with not --root arg
2013-03-29 Zbigniew Jędrzejew... journalctl: support --root for message catalogs
2013-03-29 Zbigniew Jędrzejew... catalog: open up catalog internals
2013-03-29 Zbigniew Jędrzejew... catalog: make sure strings are terminated
2013-03-29 Zbigniew Jędrzejew... coredump: do not free twice v200
2013-03-27 Lukas Nykryncatalog: fix error codes handling in catalog_list_items
next