index
:
135e2/hinata.git
master
[WIP] cross-platform multi-thread downloader
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process_url.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
process_url: only get content length when requested
Mole Shang
1
-4
/
+6
2023-08-09
process_url: expose some new functions to be control cookies and referer
Mole Shang
1
-5
/
+28
2023-08-09
process_url: always match substrings instead of comparing
Mole Shang
1
-1
/
+1
2023-08-08
process_url: expose get_info with a new param `p_content_type`
Mole Shang
1
-7
/
+12
2023-08-08
process_url: copy full URL
Mole Shang
1
-2
/
+2
2023-08-08
process_url: change strings to be dynamic allocated
Mole Shang
1
-5
/
+6
2023-08-08
process_url: do not block ui thread on callback
Mole Shang
1
-2
/
+4
2023-08-07
hinata: support specifying cookies in curl_easy
Mole Shang
1
-1
/
+5
2023-08-07
process_url: use goto to simplify error processing
Mole Shang
1
-8
/
+5
2023-08-07
process_url: add retries while downloading
Mole Shang
1
-3
/
+10
2023-08-07
process_url: free malloc'd data
Mole Shang
1
-3
/
+4
2023-08-07
utils: split type definition code into utils/types
Mole Shang
1
-1
/
+2
2023-08-07
utils: move to a separate folder
Mole Shang
1
-1
/
+1
2023-08-07
extractors/bilibili: use ffmpeg to merge files once downloaded
Mole Shang
1
-13
/
+33
2023-08-06
process_url: initial callback support
Mole Shang
1
-8
/
+27
2023-08-06
process_url: move constant macros to constants.h
Mole Shang
1
-1
/
+0
2023-08-06
process_url: strip illegal characters in filename
Mole Shang
1
-0
/
+8
2023-08-05
hinata: initial commit
Mole Shang
1
-0
/
+526