Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-05Avoid warning from passing 2 args to ucwords() on older PHP versions (#14734)...diosmosis
2019-09-30HTTP method needs to return true when a destination path is given (#14921)Thomas Steur
2019-09-17Let plugins hook and listen into http requests (#14877)Thomas Steur
2019-08-06Avoid warning from passing 2 args to ucwords() on older PHP versions (#14734)Kate Butler
2019-07-17Fix GeoIP database download issues over HTTP2 (#14449)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-06Add config option to use own cacert.pem file (#14113)Fabian Dellwing
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-09-20Use Piwik.org in our HTTP Socket integration test (#12074)Matthieu Aubry
2017-05-24Allow setting custom headers for requests done by Http::sendHttpRequestBy (#1...Stefan Giehl
2016-12-27curl http connections: always load cacert.pem since it's always availablemattab
2016-12-09fix marketplace might not search for plugins correctly (#10986)Thomas Steur
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
2016-01-26fixes #3325 add possibility to post content via Http class, needed for premiu...Thomas Steur
2016-01-11Do not overwrite piwikUrl when host is localhostThomas Steur
2015-09-05fixes #8707 - throw exception when url is not reachablesgiehl
2015-07-12 Do not use INI [proxy] settings when connecting to localhost or 127.0.0.1mattab
2015-06-23Fixes #8159 no notice when the response only has headers and no bodymattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-23implement httpAuth for transport methods socket & fopensgiehl
2015-04-14ref #7235 Refactored the system check to allow plugins to add diagnosticsMatthieu Napoli
2015-03-12Add support for HTTP AUTH requests in the HTTP client, only for CURL refs #7393mattab
2015-03-04Using HTTPS is now possible using the fopen methodMatthieu Napoli
2015-01-27fixes #7083 make sure curl_exec exists as well as it could be disabled but is...Thomas Steur
2015-01-13Fix curl timeout not set completely: this could result in Piwik hang indefini...Matthieu Napoli
2015-01-05Faster bootstrap for PHPUnit testsMatthieu Napoli
2014-10-03Bugfix in Piwik\HttpMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-10Trim URL before attempting to download itmattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-18Refactoring ProxyHttp for clarity & code cleanliness.diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-30More useful exception message when Curl failed (display hostname)mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-02-12refs #4610 I do not like to have the climulti in http class as one could assu...Thomas Steur
2014-02-12refs #4610 simplified some logic, fallback to http on windows, redirect the o...Thomas Steur
2014-02-11refs #4610 tests for cliMulti and loads of bugfixesThomas Steur
2014-02-10refs #4610 worked on executing cli commands in parallel but not tested yetThomas Steur
2014-02-06refs #4610 trigger archiving using cli instead of httpThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-10-21Refs #4200, documented Http class.diosmosis
2013-10-18Refs #4200, do not generate docs for CacheFile class, document @api methods i...diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07refs #4194 marked some classes and methods as API to test doc generationThomas Steur
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi