summaryrefslogtreecommitdiff
path: root/TODO
blob: d3c1c516105b3e62c3195f275860084e0e90dace (plain)
1
2
3
4
[ ] cleanup xml.{c,h}
[?] faster UTC time parsing: Musl libc timegm() function (deprecated), is
    much faster than our current time parsing. Keep in mind we have to be
    portable and don't bloat/complicate the code, so it's a maybe.