index
:
urlopener
master
Simple urlopener in C written to replace my old python script
daniel@danieljon.es
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-09
now ignores case of file extension by converting everything to upper
Daniel Jones
1
-1
/
+25
2019-03-18
prevent trying to write out of bounds when constructing argument array
Daniel Jones
1
-2
/
+10
2019-03-15
the return is reached..
Daniel Jones
1
-1
/
+1
2019-03-15
moved fork/execute to own function
Daniel Jones
1
-51
/
+62
2019-03-15
readme additions
Daniel Jones
1
-1
/
+5
2019-03-15
added some more domains, debug prints when NOFORK
Daniel Jones
1
-4
/
+12
2019-03-12
some comments
Daniel Jones
1
-1
/
+5
2019-03-12
changed and added some constants
Daniel Jones
1
-12
/
+13
2019-03-08
reopen std{out,err} as /dev/null instead of closing them
Daniel Jones
1
-5
/
+10
2019-03-08
fixed bug preventing youtubedl working
Daniel Jones
1
-7
/
+12
2019-03-07
semantics
Daniel Jones
1
-1
/
+1
2019-03-06
error handling
Daniel Jones
1
-0
/
+3
2019-03-06
some comments and error handling
Daniel Jones
1
-4
/
+8
2019-03-06
use std=c99
Daniel Jones
1
-1
/
+1
2019-03-06
added feature
Daniel Jones
1
-32
/
+105
2019-03-07
mupdf path change
Daniel Jones
1
-1
/
+1
2019-03-06
removed unneeded assignment and used a define for buffer sizes
Daniel Jones
1
-5
/
+5
2019-03-06
first code commit
Daniel Jones
4
-0
/
+850