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
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
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-04Remove unused variable [ci skip]Fabian Becker
2013-08-12add timeout as parameter of Http::fetchRemoteFile()Julien Moumné
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
2013-03-31fixing some doc blockssgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-01More code cleanup and better use of Piwik::logFabian Becker
2013-02-27Reverting change I wasnt supposed to commitmattab
2013-02-27Removing tets for content-length since for some reason, it fails for me (ie. ...mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-31Fix Notice: Undefined variable: header in /usr/share/piwik/core/Http.php on l...mattab
2013-01-30when curl or socket is not available, let the dev know instead of silently cr...mattab
2012-11-30Removing silent fail to display errors when they occur eg. Unable to find the...mattpiwik
2012-11-27Fixes #3456, added updating scheduled task for GeoIP databases w/ manager UI ...benakamoorthi