summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-04-07fix formatingjak11-6/+6
2023-04-07fixed curl deprecationjak11-9/+44
2022-12-18disable SSL for downloads, since Windows\' OpenSSL doesnt support it.jak11-0/+5
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-21/+21
2018-05-22Set default protocol in curl.Andrei Karas1-0/+3
2018-05-22Log libcurl errors into manaplus.logAndrei Karas1-0/+6
2018-04-09Show in log "starting upload" message if uploading started.Andrei Karas1-1/+4
2018-04-09Switch upload files service from http://sprunge.us to http://ex.ioAndrei Karas1-1/+1
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-0/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-10-07Revert "Disable warning -Wundef in zlib.h."Andrei Karas1-3/+0
2017-10-07Disable warning -Wundef in zlib.h.Andrei Karas1-0/+3
2017-09-18Use fast open in curl.Andrei Karas1-0/+4
2017-09-18Set minimal allowed speed in curl is 1 bytes per minute.Andrei Karas1-0/+3
2017-09-18Limit each downloaded file by curl to 536870912 bytes.Andrei Karas1-1/+4
2017-09-18Add option for enable http tunneling for downloads from http proxy.Andrei Karas1-0/+9
2017-09-07Remove commented code from download.cppAndrei Karas1-6/+0
2017-09-07Fix possible threads structure leak in download.cppAndrei Karas1-3/+3
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas1-6/+2
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+2
2017-06-08Remove useless string initialisations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-40/+42
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-05-02Add temination flag for background download threads.Andrei Karas1-9/+15
2017-02-21Move other fs related files into fs directory.Andrei Karas1-5/+1
2017-02-14Remove extra includes.Andrei Karas1-1/+0
2017-02-14Fix possible use after free in curl.Andrei Karas1-3/+3
2017-02-04Fix libcurl version checks.Andrei Karas1-28/+25
2017-01-30Fix compilation with old libcurl versions.Andrei Karas1-7/+11
2017-01-19Dump on startup linked and loaded lib versions.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-11/+17
2016-07-31Possible fix for Curl 7.50Andrei Karas1-2/+0
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-05-31Fix different include issues.Andrei Karas1-2/+0
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-08Improve some empty string checks.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-5/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-04Try retry download updates if curl error happend.Andrei Karas1-1/+2
2015-06-06Fix code style.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+1
2014-06-07fix code style.Andrei Karas1-2/+6
2014-05-31fix code style.Andrei Karas1-1/+0