summaryrefslogtreecommitdiff
path: root/src/net/download.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-05-22Log libcurl errors into manaplus.logAndrei Karas1-0/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameter from download.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-13Remove some useless includes.Andrei Karas1-2/+0
2016-07-31Possible fix for Curl 7.50Andrei Karas1-1/+2
2016-02-20Add missing const in net directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-01Convert DownloadStatus enum into strong typed enum.Andrei Karas1-2/+4
2015-01-06Move downloadstatus.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-20Move downloadstatus into separate file.Andrei Karas1-12/+3
2014-05-06Validate xml downloads, and if failed, use another mirror.Andrei Karas1-2/+6
2014-05-03Add support for mirrors in download.Andrei Karas1-0/+5
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-03-31Use all supported encoding while accesing http.Andrei Karas1-0/+2
2014-03-11Improve a bit variables order in some classes.Andrei Karas1-1/+1
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-1/+4
2014-01-26add basic file uploading.Andrei Karas1-1/+11
2014-01-23remove default parameter from download object.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-08remove unused system headers.Andrei Karas1-1/+0
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-2/+0
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-06-01Add chat command /testparticle for testing particle effects on player.Andrei Karas1-0/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-03-27improve download class.Andrei Karas1-8/+9
2013-02-10Block any protocols in curl except HTTP and HTTPS.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-2/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-0/+2
2012-09-24Fix compilation errors.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-04-01Add support form different proxy types in download process.Andrei Karas1-0/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-02-26Add ability to redownload update files if file checksum incorrect.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+123