Implement httpfetch module and initialize it from main()
authorKahrl <kahrl@gmx.net>
Thu, 29 Aug 2013 03:04:56 +0000 (05:04 +0200)
committerKahrl <kahrl@gmx.net>
Fri, 13 Dec 2013 17:05:10 +0000 (18:05 +0100)
commit0ea3e6dbe2288854d9d4a971fc6539c2e740a95a
tree2bd1e8485e0fe14cc69fefb8cae66a76f1086aee
parent67bf7130ce3f1780a432ae03eabdec3118ecab70
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.)
src/CMakeLists.txt
src/defaultsettings.cpp
src/httpfetch.cpp [new file with mode: 0644]
src/httpfetch.h [new file with mode: 0644]
src/main.cpp
src/util/container.h