summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterPrevent re-closing input pipe file descriptorLouis Burda17 months
 
 
AgeCommit messageAuthorFilesLines
2024-07-14Prevent re-closing input pipe file descriptorHEADmasterLouis Burda2-29/+34
2024-02-18Add manpage, README and flag to disable binary resolvingLouis Burda3-4/+113
2023-11-09Use execvp() for path resolutionLouis Burda1-42/+1
2023-11-08Fix waitall() conditionLouis Burda1-2/+1
2023-10-28Make functions static and add noreturn attributeLouis Burda1-4/+6
2023-10-16Only return status code of last command in pipelineLouis Burda1-12/+18
2023-07-29Rename main.c to pipeln.c and properly close fdsLouis Burda3-6/+10
2023-06-09Offset WTERMSIG in exit codeLouis Burda1-1/+1
2023-06-07Parallelize process executionLouis Burda1-13/+27
2023-06-07Add MIT licenseLouis Burda2-0/+27
[...]