summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-01Release 0.1.5v0.1.5Alexey Melnichuk1-1/+1
2017-03-23Update README.mdAlexey Melnichuk1-6/+6
2017-03-21Fix. Correctly handle error from `_beginthreadex` (close #12)Alexey Melnichuk1-0/+3
`_beginthread` returns -1 in case of error, but `_beginthreadex` returns 0. https://msdn.microsoft.com/en-us/library/kdzttdcb.aspx
2017-02-02Update readme [ci skip]Alexey Melnichuk2-3/+3
2017-02-02Fix. Warning about undefined `pthread_kill` on some systems. (Close #8 #10)Alexey Melnichuk3-1/+92
2016-09-10typo fixTsT1-3/+3
2016-09-09Back to dev versionAlexey Melnichuk1-2/+2
2016-09-09Release 0.1.4v0.1.4Alexey Melnichuk5-3/+93
2016-09-05Fix. Pass integer argument to thread.Alexey Melnichuk1-0/+5
2016-09-05Update Travis files.Alexey Melnichuk3-128/+25