Updated addon repository URL and improved debug output on download
[supertux.git] / src / addon / downloader.cpp
2015-03-22 Ingo RuhnkeUpdated addon repository URL and improved debug output... master
2014-09-29 Ingo RuhnkeFixed return type foobar in the curl progress callback
2014-08-31 Ingo RuhnkeFixed numerous issues that caused errors in clang
2014-08-28 Ingo RuhnkeAdded missing <array> include to addon/downloader.cpp
2014-08-27 Ingo RuhnkeSwitched from CURLOPT_XFERINFOFUNCTION back to CURLOPT_...
2014-08-26 Ingo RuhnkeMerge branch 'feature/download-non-blocking'
2014-08-26 Ingo RuhnkeMoved abort() and update() calls into TransferStatus...
2014-08-26 Ingo RuhnkeChanged error handling in TransferStatus, then-callback...
2014-08-26 Ingo RuhnkeA first try at error handling in the Downloader
2014-08-26 Ingo RuhnkeUse a chain of callbacks instead of a single one in...
2014-08-26 Ingo RuhnkeAdded file writing and then-callback to Downloader
2014-08-26 Ingo RuhnkeHooked up progress reporting into the AddonDialog,...
2014-08-26 Ingo RuhnkeReplaced fancy C++11 lambda with old style static funct...
2014-08-26 Ingo RuhnkeAdded AddonDialog and connected it into the whole non...
2014-08-26 Ingo RuhnkeAdded slightly cleaner way to communicate TransferStatus
2014-08-26 Ingo RuhnkeSome initial code to get Downloader non-blocking
2014-08-25 Ingo RuhnkeMerge branch 'feature/addon-manager'
2014-08-25 Ingo RuhnkeUpdated copyright header
2014-08-25 Ingo RuhnkeLarge scale refactor/rewrite of the AddonManager, addin...
2014-08-25 Ingo RuhnkeSome more AddonManager refactoring