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
2022-03-17Fix possible error on PHP 8.1 (#18913)Stefan Giehl
2022-01-17Fix cli multi detection on Windows (#18635)Stefan Giehl
2021-10-18Improve performance of Process::isSupported by caching it (#18152)Thomas Steur
2021-08-11Remove checking for /proc existence (#17846)avkarenow
2021-07-30better checks when shell_exec is disabled (#17840)dizzy
2021-06-02Do not use which when determining if ps and awk are available (#17576)dizzy
2020-12-24Better fix for climulti segment encoding bug (#17004)diosmosis
2020-12-15Remember if process ever started (#16950)Thomas Steur
2020-12-15Avoid filesystem checks when process was set as finished (#16954)Thomas Steur
2020-12-11Better check for getmypid to potentially avoid warnings (#16936)Thomas Steur
2020-08-28ps -x for compatibility with SELinux (#15508)leftmostlane
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-10Avoid using getmypid (#15364)Thomas Steur
2020-01-01Fix archiving when getmypid is disabled (#15330)Thomas Steur
2019-11-25Support CliMulti on OS X and print note about whether CliMulti is used in arc...diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2018-07-13Do not use CliMulti archiving strategy if ps does not show current processSebastian Blank
2018-07-12Add possibility to configure the number of max concurrent archivers (#13161)Thomas Steur
2017-06-09Fixes to some local testing issues (#11760)Benaka
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-19Fixes #7815 Test for commands sooner to avoid error messagesMatthieu Napoli
2015-04-16#7681 Suppress error outputMatthieu Napoli
2015-04-15Add support for climulti to OS X where ps works but there is no `/proc`Matthieu Napoli
2015-03-20Hide error message in case binary is not readablemattab
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