summaryrefslogtreecommitdiffstats
path: root/src/log.cpp
Commit message (Collapse)AuthorAgeLines
* fix localtime_r() namespace issueMichal Kubecek2015-04-13-1/+1
| | | | Use explicit root namespace for ::localtime_r().
* add missing return statementsMichal Kubecek2015-04-13-0/+1
| | | | Fix occurences of "no return in non-void function".
* initial checkinMichal Kubecek2015-04-13-0/+372
Check in contents of upstream 1.4.2 tarball, exclude generated files.