summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-29Move many variables from client into settings.Andrei Karas1-1/+2
2014-05-21Fix code style.Andrei Karas1-7/+7
2014-05-20Move downloadstatus into separate file.Andrei Karas1-7/+7
2014-05-09Fix code style.Andrei Karas1-3/+7
2014-05-08Fix code style in net.Andrei Karas1-1/+1
2014-05-06Validate xml downloads, and if failed, use another mirror.Andrei Karas1-3/+18
2014-05-03Fix downloading updates from mirrors.Andrei Karas1-8/+10
2014-05-03Add support for mirrors in download.Andrei Karas1-139/+152
2014-05-02Add missing const.Andrei Karas1-3/+1
2014-03-31Use all supported encoding while accesing http.Andrei Karas1-0/+8
2014-03-11Improve a bit variables order in some classes.Andrei Karas1-2/+2
2014-02-28fix some leaks issues.Andrei Karas1-0/+1
2014-01-30Fix code style.Andrei Karas1-6/+6
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-8/+5
2014-01-26add basic file uploading.Andrei Karas1-83/+176
2014-01-14Use thread safe logging in threads.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2014-01-01add in renameFile function support for nacl.Andrei Karas1-6/+2
2013-11-02Adding renameFile function for NaClDan Sagunov1-1/+10
2013-10-23replace some malloc/free by new/delete.Andrei Karas1-3/+2
2013-10-19fix code style in download.cppAndrei Karas1-3/+4
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-4/+13
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+0
2013-08-24move threads creation into sdl helper.Andrei Karas1-6/+3
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+4
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-06-01Add chat command /testparticle for testing particle effects on player.Andrei Karas1-0/+7
2013-05-27add to url with downloaded files also server name with parameter.Andrei Karas1-0/+10
2013-04-20fix style in net directory.Andrei Karas1-0/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-12/+11
2013-03-30Add missing curl version checks in download class.v1.3.3.31Andrei Karas1-0/+8
2013-03-27improve download class.Andrei Karas1-16/+17
2013-03-03another fixes from Coverity checks.Andrei Karas1-3/+16
2013-03-02Some fixes after coverity checks.Andrei Karas1-0/+9
2013-02-10Block any protocols in curl except HTTP and HTTPS.Andrei Karas1-0/+9
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-01Fix code style.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-06-06Fix some issues after auto checking.Andrei Karas1-1/+1
2012-04-02Add curl version check.Andrei Karas1-0/+13
2012-04-01Add support form different proxy types in download process.Andrei Karas1-0/+39
2012-04-01One part of fixes after auto checking.Andrei Karas1-3/+3
2012-03-12Fix servers list download error.Andrei Karas1-9/+12
2012-01-29Use appname in user agents string while downloading files.Andrei Karas1-1/+1