Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-29 | Always use errno > 0 to help gcc | Zbigniew Jędrzejewski-Szmek | |
gcc thinks that errno might be negative, and functions could return something positive on error (-errno). Should not matter in practice, but makes an -O4 build much quieter. | |||
2013-01-10 | dbus: properly serialize calendar timer data | Lennart Poettering | |
As it turns out the bus properties for timer units wre really broken, so let's clean this up for good and properly add calendar timer serialization. We really should get that right before finalizing the bus API documentation in the wiki... | |||
2013-01-08 | core: properly initialize kernel timestamp | Lennart Poettering | |
2012-11-23 | time-util: teach parse_timestamp to parse weekdays | Lennart Poettering | |
2012-11-23 | path-util: when parsing a timestamp we don't know the timezone | Lennart Poettering | |
2012-11-23 | util: teach parse_timestamp() to parse results of format_timestamp_relative() | Lennart Poettering | |
2012-11-23 | util: rename format_timestamp_pretty() to format_timestamp_relative() ↵ | Lennart Poettering | |
because that describes much better what it does | |||
2012-11-23 | util: split off time related calls from util.[ch] into time-util.[ch] | Lennart Poettering | |