summaryrefslogtreecommitdiff
path: root/tanja_pthread.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Function name consistency: s/create/new/Yorhel1-2/+2
2012-03-19Set 'sync' property of link as function rather than create argumentYorhel1-2/+2
2012-03-19tanja_pthread: Close the file descriptor when the link has been closedYorhel1-0/+1
2012-03-19Rewrote link-context interaction frameworkYorhel1-43/+56
2012-03-18tanja_pthread.c: Ensure that SIGUSR2 will be unblocked in syscallsYorhel1-0/+2
2012-03-18Indicate session close in dispatch call instead of close callbackYorhel1-23/+7
2012-03-18Added simple (manual) link tester + fix race in tanja_pthread.cYorhel1-11/+30
2012-03-16Automated minimal pthread test + fix pthread sync. and tuple matching bugsYorhel1-2/+8
2012-03-15Added copyright to source files + README typo fixYorhel1-0/+24
2012-03-02Improved error handling for link objectsYorhel1-7/+12
2012-03-02Added pthread context for links + fixed a few bugsYorhel1-31/+130
2012-02-28Added crude pthread-based "event loop" + fixed a few bugsYorhel1-0/+93