Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-17 | directive-index: journal directives | Zbigniew Jędrzejewski-Szmek | |
2012-08-22 | journald: augment journal entries from the kernel with data from udev | Lennart Poettering | |
2012-08-09 | man: document kernel journal fields | Lennart Poettering | |
2012-08-01 | journal: add sd_journal_perror() to API | Lennart Poettering | |
2012-07-13 | man: move header file man pages from section 7 to 3 | Lennart Poettering | |
This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way. | |||
2012-07-13 | journal: beef up journal matches considerably | Lennart Poettering | |
we now can take multiple matches, and they will apply as AND if they apply to different fields and OR if they apply to the same fields. Also, terms of this kind can be combined with an overreaching OR. | |||
2012-07-09 | man: document sd_print() and friends | Lennart Poettering | |
2012-05-22 | man: relax wording in journal-fields(7) a bit | Lennart Poettering | |
2012-05-04 | man: clarify _TRANSPORT | Shawn Landden | |
"resp." where it was confuses reader that stdout and stderr might go to differn't places | |||
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-04-04 | man: document the _TRANSPORT journal field | Lennart Poettering | |
2012-04-03 | man: clarify the formatting of timestamps | Lennart Poettering | |
2012-04-03 | man: document special journal fields | Lennart Poettering | |