summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-20Handle more FastCGI records + set CLOEXEC|NONBLOCK on all socketsYorhel4-49/+72
2015-12-20Request management + param passing + some fastcgi reader fixesYorhel7-26/+264
2015-12-18fastcgi_param_parser: Require namelen >= 1 and use better return valueYorhel2-35/+23
2015-12-18Abstract some stuff into fastcgi.[ch] + add fastcgi params parserYorhel6-67/+309
2015-12-15Read FastCGI packets + some minor refactoringYorhel5-27/+203
2015-12-14Add cli parsing + rename input to front(end) + misc cleanupYorhel5-59/+237
2015-12-12Initial application config structure + UNIX socket bindingYorhel6-3/+337
2015-12-12Initial commit with a C skeletonYorhel1-0/+10