Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-15 | basic: calendarspec UTC support | Hristo Venev | |
Just add " UTC" to the end of the event expression. Works for the special expressions. | |||
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering | |
Some places invoked fflush() directly with their own manual error checking, let's unify all that by using fflush_and_check(). This also unifies the general error paths of fflush()+rename() file writers. | |||
2015-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers | |
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/ |