summaryrefslogtreecommitdiff
path: root/urlopen.c
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12changed and added some constantsDaniel Jones1-12/+13
2019-03-08reopen std{out,err} as /dev/null instead of closing themDaniel Jones1-5/+10
2019-03-08fixed bug preventing youtubedl workingDaniel Jones1-7/+12
SIG_IGN was inherited by the children, this seems to prevent youtube-dl from working. restore defaults now.
2019-03-07semanticsDaniel Jones1-1/+1
2019-03-06error handlingDaniel Jones1-0/+3
2019-03-06some comments and error handlingDaniel Jones1-4/+8
2019-03-06added featureDaniel Jones1-32/+105
you can now force domains to use certain programs
2019-03-07mupdf path changeDaniel Jones1-1/+1
2019-03-06removed unneeded assignment and used a define for buffer sizesDaniel Jones1-5/+5
2019-03-06first code commitDaniel Jones1-0/+150