index
:
135e2/hinata.git
master
[WIP] cross-platform multi-thread downloader
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
utils: expose mimeType2ext in utils
Mole Shang
3
-19
/
+21
2023-08-08
utils: add a method to substitute string using PCRE
Mole Shang
2
-1
/
+61
2023-08-08
process_url: expose get_info with a new param `p_content_type`
Mole Shang
2
-7
/
+14
2023-08-08
utils: fix multi-patterns matching
Mole Shang
1
-7
/
+5
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
2
-6
/
+7
2023-08-08
ui: add about menu
Mole Shang
1
-1
/
+33
2023-08-08
hinata: add license
Mole Shang
2
-0
/
+166
2023-08-08
ui: match size measures with corresponding units
Mole Shang
3
-4
/
+47
2023-08-08
process_url: do not block ui thread on callback
Mole Shang
3
-6
/
+9
2023-08-08
utils/ffmpeg: close all inputs during cleanup
Mole Shang
1
-0
/
+1
2023-08-08
xmake: use msvc on Windows to link shared ffmpeg library
Mole Shang
1
-3
/
+4
2023-08-08
xmake: build tomlc99 with xmake
Mole Shang
1
-3
/
+9
2023-08-07
hinata: support specifying cookies in curl_easy
Mole Shang
4
-5
/
+55
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
2
-3
/
+11
2023-08-07
extractors/bilibili: append page info in filename (if possible)
Mole Shang
1
-3
/
+8
2023-08-07
process_url: free malloc'd data
Mole Shang
1
-3
/
+4
2023-08-07
extractors/extractor: add missing header
Mole Shang
1
-0
/
+1
2023-08-07
ui: correct stat types' print format
Mole Shang
1
-2
/
+3
2023-08-07
utils: split type definition code into utils/types
Mole Shang
7
-167
/
+182
2023-08-07
utils: move to a separate folder
Mole Shang
6
-5
/
+5
2023-08-07
extractors/bilibili: format logs
Mole Shang
1
-5
/
+5
2023-08-07
extractors/bilibili: use ffmpeg to merge files once downloaded
Mole Shang
6
-40
/
+279
2023-08-06
process_url: initial callback support
Mole Shang
4
-17
/
+63
2023-08-06
process_url: move constant macros to constants.h
Mole Shang
3
-4
/
+4
2023-08-06
process_url: strip illegal characters in filename
Mole Shang
3
-0
/
+22
2023-08-06
bilibili: fix page matching
Mole Shang
1
-1
/
+1
2023-08-06
hinata: set locale to UTF-8 by default
Mole Shang
1
-0
/
+4
2023-08-06
xmake: use llvm-win32 on windows builds
Mole Shang
1
-0
/
+5
2023-08-06
xmake: migrate from NFD to tinyfiledialogs
Mole Shang
3
-55
/
+31
2023-08-06
xmake: add zlib dependency...
Mole Shang
1
-1
/
+2
2023-08-05
hinata: initial commit
Mole Shang
19
-0
/
+2335