-
- Downloads
Implement httpfetch module and initialize it from main()
Add curl_parallel_limit setting that will replace media_fetch_threads in a later commit. Fix a typo in MutexedQueue::pop_back() that made it impossible to compile code that used this function. (Noticed this while implementing httpfetch.)
Showing
- src/CMakeLists.txt 6 additions, 5 deletionssrc/CMakeLists.txt
- src/defaultsettings.cpp 1 addition, 0 deletionssrc/defaultsettings.cpp
- src/httpfetch.cpp 718 additions, 0 deletionssrc/httpfetch.cpp
- src/httpfetch.h 126 additions, 0 deletionssrc/httpfetch.h
- src/main.cpp 7 additions, 0 deletionssrc/main.cpp
- src/util/container.h 2 additions, 1 deletionsrc/util/container.h
Loading
Please register or sign in to comment