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-02-28Add fix for when the 'shell_exec' function doesn't exists.Peter Slump
2015-02-16Fix warning detected by Scrutinizer:Matthieu Napoli
2014-12-01Fixes #6222 silent fail in front of shell_exec to prevent warnings from break...mattab
2014-11-13refs #6617 if process or output size is too large, declare it as finishedThomas Steur
2014-10-01Fixes #6314 do not display error Warning: shell_exec() [function.shell-exec]:...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-21fixes #6237 Reading php_uname in case shell_exec failed.mattab
2014-09-09fixes https://github.com/piwik/piwik/pull/5965 Thanks for suggestion @snout1979mattab
2014-08-12refs #5988 Add silent fail to prevent error message in safe modemattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-16Refs #5842, use correct `ps` syntaxdiosmosis
2014-07-16Fixes #5842, use -x option when invoking ps in asynchronous process execution...diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-24Remove second parameter to Filesystem::mkdir to prevent unexpected bugs.mattab
2014-05-14fixes #5041 Fix typo. Kuddos @klauskw for the find!mattab
2014-05-08Prevent stderr from commandExists()Klaus
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-26Fixes #5041 - ditch negative semantic, that's more readablePeter Boehlke
2014-04-25Fixes #5041 - check if procfs is mountedPeter Boehlke
2014-04-08Refs #4957 Proper fix (thanks for feedback!)mattab
2014-04-07Fixes #4957 On synology NAS devices, do not use CLI multi codemattab
2014-04-04Remove spaces in the list of disabled functionsmattab
2014-03-25refs #4903 started to work on the possibility to run multiple archivers in pa...Thomas Steur
2014-03-17reverted.mattab
2014-03-17Testing whether the build passes when disabling CLImattab
2014-03-10Fix method namemattab
2014-03-07Fixes #4824 fix typomattab
2014-03-07Fixes #4824 Use HTTP API instead of async CLI when shell_exec is disabledmattab
2014-03-05Do not use system() as it is sometimes disabledmattab
2014-02-17check whether the command ps is executable which is not the case if there is ...Thomas Steur
2014-02-13Submodulemattab
2014-02-12refs #4610 make sure to rewrite tmp path if neededThomas Steur
2014-02-12refs #4610 some code tweaks and optimizationsThomas Steur
2014-02-12refs #4610 simplified some logic, fallback to http on windows, redirect the o...Thomas Steur
2014-02-11refs #4610 do not start the actual process in case it was marked as finished ...Thomas Steur
2014-02-11refs #4610 if a process does not start after 8 seconds, finish it as the proc...Thomas Steur
2014-02-11refs #4610 prevent some notices like "failed to read from stream" which happe...Thomas Steur
2014-02-11refs #4610 store everything in climulti folder for easier cleanup later, some...Thomas Steur
2014-02-11refs #4610 make sure the command awk existThomas Steur
2014-02-11refs #4610 use a command to execute a request, this way we do not have to boo...Thomas Steur
2014-02-11refs #4610 Pid => ProcessThomas Steur