index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
Age
Commit message (
Expand
)
Author
2019-12-24
time/ISO8601: fix Windows build failure
Max Kellermann
2019-12-24
time/ISO8601: refactor ParseTimeOfDay() to parse one by one
Max Kellermann
2019-12-24
time/ISO8601: move code to ParseTimeOfDay()
Max Kellermann
2019-12-16
time/ISO8601: support omitting field separators
Max Kellermann
2019-12-16
time/ISO8601: support omitting minutes
Max Kellermann
2019-12-16
time/ISO8601: support omitting seconds
Max Kellermann
2019-12-16
time/ISO8601: support time zone offset
Max Kellermann
2019-12-16
time/ISO8601: allow omitting the "Z" suffix
Max Kellermann
2019-12-16
time/ISO8601: allow omitting the time of day
Max Kellermann
2019-12-16
time/ISO8601: ParseISO8601() returns precision
Max Kellermann
2019-12-16
time/ISO8601: implement with strptime(), without ParseTimePoint()
Max Kellermann
2019-12-16
time/Convert: fallback TimeGm() implementation
Max Kellermann
2019-12-16
time/Parser: use TimeGm()
Max Kellermann
2019-12-16
time/Parser: explicitly initialize struct tm before strptime()
Max Kellermann
2019-12-16
time/Convert: include sys/time.h for struct timeval
Max Kellermann
2019-12-16
time/ISO8601: forward-declare StringBuffer
Max Kellermann
2019-12-16
time/Convert: update copyright
Max Kellermann
2019-12-16
time/Convert: mention exceptions
Max Kellermann
2019-12-16
zeroconf/AvahiPoll: move TimevalToChrono() to time/Convert.cxx
Max Kellermann
2019-12-16
time/Convert: add `noexcept`
Max Kellermann
2019-12-16
time/Convert: add `pure` attributes
Max Kellermann
2019-12-16
util/Time*: move to time/
Max Kellermann