aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfast/fast_dispatcher.c
Commit message (Collapse)AuthorAgeFilesLines
* sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not ↵Tobias Brunner2015-11-231-1/+5
| | | | | | in the set Fixes #1213.
* Replace usages of sigwait(3) with sigwaitinfo(2)Tobias Brunner2015-10-291-2/+1
| | | | | | | This is basically the same call, but it has the advantage of being supported by FreeBSD's valgrind, which sigwait() is not. References #1106.
* libfast: cancel thread if it fails to accept fcgi sessionsMartin Willi2013-07-181-1/+5
|
* libfast: add a fast_ prefix to all classes, avoiding namespace clashesMartin Willi2013-07-181-0/+456