diff --git a/TODO b/TODO index 273dad433..a6e856083 100644 --- a/TODO +++ b/TODO @@ -42,8 +42,10 @@ - update sorting when a new torrent is added? - Allow to hide columns (gtsoul) - Complete documentation and english translation +- Fix downloader thread (again). Try to use another lib than libcurl: + - libcommoncpp has a URLStream class. This C++ class allow you to download a file using HTTP. See demo/urlfetch.cpp in commoncpp2-1.3.19.tar.gz * beta2 -- Wait for some bug fixes in libtorrent : - - upload/download limit per torrent - - ipfilter crash - - double free or corruption on exit \ No newline at end of file + - Wait for some bug fixes in libtorrent : + - upload/download limit per torrent + - ipfilter crash + - double free or corruption on exit \ No newline at end of file