Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix race condition over deletion of sema_logview | Frédéric Brière | 2016-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 issue | Michal Kubecek | 2015-04-13 | -1/+1 |
| | | | | Use explicit root namespace for ::localtime_r(). | |||
* | add missing return statements | Michal Kubecek | 2015-04-13 | -0/+1 |
| | | | | Fix occurences of "no return in non-void function". | |||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+372 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |