Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 1 | -0/+1 | |
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189 | |||||
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -3/+3 | |
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2023-04-07 | fix formating | jak1 | 1 | -6/+6 | |
2023-04-07 | fixed curl deprecation | jak1 | 1 | -9/+44 | |
2022-12-18 | disable SSL for downloads, since Windows\' OpenSSL doesnt support it. | jak1 | 1 | -0/+5 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -21/+21 | |
2018-05-22 | Set default protocol in curl. | Andrei Karas | 1 | -0/+3 | |
2018-05-22 | Log libcurl errors into manaplus.log | Andrei Karas | 1 | -0/+6 | |
2018-04-09 | Show in log "starting upload" message if uploading started. | Andrei Karas | 1 | -1/+4 | |
2018-04-09 | Switch upload files service from http://sprunge.us to http://ex.io | Andrei Karas | 1 | -1/+1 | |
2018-02-16 | Replace file type from stream to FILE in logger. | Andrei Karas | 1 | -0/+1 | |
This will allow log data from C libs. | |||||
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-10-07 | Revert "Disable warning -Wundef in zlib.h." | Andrei Karas | 1 | -3/+0 | |
This reverts commit a5c11b12df43565613fe1fd6514404d2c9fef7a8. | |||||
2017-10-07 | Disable warning -Wundef in zlib.h. | Andrei Karas | 1 | -0/+3 | |
2017-09-18 | Use fast open in curl. | Andrei Karas | 1 | -0/+4 | |
2017-09-18 | Set minimal allowed speed in curl is 1 bytes per minute. | Andrei Karas | 1 | -0/+3 | |
If speed slower, will be disconnect. Probably it will fix issue with routing or mtu stuck connections. | |||||
2017-09-18 | Limit each downloaded file by curl to 536870912 bytes. | Andrei Karas | 1 | -1/+4 | |
2017-09-18 | Add option for enable http tunneling for downloads from http proxy. | Andrei Karas | 1 | -0/+9 | |
2017-09-07 | Remove commented code from download.cpp | Andrei Karas | 1 | -6/+0 | |
2017-09-07 | Fix possible threads structure leak in download.cpp | Andrei Karas | 1 | -3/+3 | |
For some reason this leak cant be detected in SDL 1.2 | |||||
2017-09-07 | Fix possible thread structure memory leak on SDL2 if thread terminated ↵ | Andrei Karas | 1 | -6/+2 | |
before cleanup. | |||||
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+2 | |
2017-06-08 | Remove useless string initialisations. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -40/+42 | |
2017-06-04 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2017-05-02 | Add temination flag for background download threads. | Andrei Karas | 1 | -9/+15 | |
This probably will fix random crash in tests after start and exit. | |||||
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 1 | -5/+1 | |
2017-02-14 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-02-14 | Fix possible use after free in curl. | Andrei Karas | 1 | -3/+3 | |
2017-02-04 | Fix libcurl version checks. | Andrei Karas | 1 | -28/+25 | |
2017-01-30 | Fix compilation with old libcurl versions. | Andrei Karas | 1 | -7/+11 | |
2017-01-19 | Dump on startup linked and loaded lib versions. | Andrei Karas | 1 | -2/+2 | |
For now only zlib supported. Also detect zlib by pkgconfig in configure. | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -11/+17 | |
2016-07-31 | Possible fix for Curl 7.50 | Andrei Karas | 1 | -2/+0 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+1 | |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -2/+0 | |
2016-04-05 | Remove quotes from pragmas. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Fix compilation with gcc 4.4 or older. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Add pragmas for disable -Wswitch-bool in some places. | Andrei Karas | 1 | -0/+3 | |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 1 | -1/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -5/+5 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-08-04 | Try retry download updates if curl error happend. | Andrei Karas | 1 | -1/+2 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -1/+0 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |