aboutsummaryrefslogtreecommitdiffstats
path: root/server/process
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into SONAR-5529Stephane Gamard2014-09-054-8/+14
|\
| * Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-043-3/+3
| * Add minor test + remove sonar-dummy-app from analysisSimon Brandhof2014-09-032-5/+11
* | Display log on shutting down only in isMonitored modeJulien Lancelot2014-09-031-2/+2
|/
* Fix some quality flawsSimon Brandhof2014-09-011-4/+1
* Fix some quality flawsSimon Brandhof2014-09-011-0/+23
* SONAR-4898 - forgot a synchronized for JSWStephane Gamard2014-08-291-18/+16
* SONAR-4898 - fixed concurrent termination and exception on exitStephane Gamard2014-08-293-61/+76
* SONAR-4898 revert autokill timeout to 30 secondsSimon Brandhof2014-08-291-1/+1
* SONAR-4898 - Fixed process-locking monitorStephane Gamard2014-08-291-3/+3
* SONAR-4898 try to fix ping monitoringSimon Brandhof2014-08-283-22/+17
* SONAR-4898 do not remove the autokill monitor before trying to stop appSimon Brandhof2014-08-281-6/+6
* SONAR-4898 fix parallel termination of processesSimon Brandhof2014-08-271-1/+1
* SONAR-4898 do not use IPv6 loopback addressSimon Brandhof2014-08-272-6/+6
* SONAR-4898 use loopback address instead of hardcoding 127.0.0.1 for JMX conne...Simon Brandhof2014-08-275-23/+185
* Fix some quality flawsSimon Brandhof2014-08-269-58/+63
* Fix some quality flawsSimon Brandhof2014-08-264-5/+5
* Add missing tests in sonar-process moduleSimon Brandhof2014-08-2612-55/+140
* Synchronized monitored list of processesStephane Gamard2014-08-261-8/+14
* Fix quality flawSimon Brandhof2014-08-251-3/+2
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-252-25/+58
* Disable process monitoring when in debug with agentlib:jdwtStephane Gamard2014-08-254-3/+38
* SONAR-5483 - Fails to start if no master available in cluster (mainly do to w...Stephane Gamard2014-08-251-1/+6
* Minimum Viable Environment checks Java 1.6, 1.7 or 1.8 but not >= 1.6Simon Brandhof2014-08-252-6/+6
* fix quality flawsStephane Gamard2014-08-221-6/+16
* Added license headerStephane Gamard2014-08-162-0/+38
* Added tests for sonar-process Monitor ClassStephane Gamard2014-08-155-36/+142
* Revert Props setDefaultStephane Gamard2014-08-141-0/+9
* fix quality flaw & added test for UpdateListScriptFactoryStephane Gamard2014-08-141-10/+0
* fix quality flawStephane Gamard2014-08-143-2/+12
* fix quality flawStephane Gamard2014-08-147-33/+43
* fix quality flawsStephane Gamard2014-08-141-10/+9
* Added test for MonitoredProcess ClassStephane Gamard2014-08-133-5/+252
* format codeStephane Gamard2014-08-131-1/+1
* added tests for sonar-processStephane Gamard2014-08-138-120/+157
* SONAR-4898 - Can run in install dir with spaces in path.Stephane Gamard2014-08-124-11/+61
* code formatStephane Gamard2014-08-112-6/+7
* SONAR-4898 - Created ProcessWrapper tests in sonar-process-testStephane Gamard2014-08-114-27/+88
* Updated Timeouts in monitor and removed deRegister in JMXUtils (using check i...Stephane Gamard2014-08-112-15/+3
* Added cleanup when not monitoredStephane Gamard2014-08-111-5/+5
* Added check for mbean registrationStephane Gamard2014-08-112-0/+15
* Extracted ES from sonar-server & updated ServerTester for mediumTestsStephane Gamard2014-08-112-1/+18
* SONAR-4898 - MUST ping at a fixed rate and not at a given delay!Stephane Gamard2014-08-081-2/+3
* SONAR-4898 - Modularized sonar-process for testsStephane Gamard2014-08-0832-2259/+1
* SONAR-4898 - Modularized sonar-process for testsStephane Gamard2014-08-0868-0/+4901