summaryrefslogtreecommitdiffstats
path: root/src/log.cpp
Commit message (Collapse)AuthorAgeLines
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* Fix race condition over deletion of sema_logviewFrédéric Brière2016-01-06-1/+1
| | | | | | | sema_logview may only be deleted after the logview thread has been terminated, which can only be confirmed by joining with it. (The return of pthread_cancel() merely indicates that the cancellation request was successfully queued.)
* 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.