summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-23Fix code style and some auto checked errors.Andrei Karas1-1/+0
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-4/+4
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-10/+10
2011-10-07Fix code style.Andrei Karas1-12/+13
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-1/+2
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-1/+1