aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/main/java/org/sonar/process/ProcessCommands.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-051-85/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7825 rename ProcessCommands#systemInfoUrl to #httpUrlSébastien Lesaint2016-08-231-2/+2
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-051-2/+2
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-251-1/+5
* SONAR-7435 DefaultProcessCommands close() doesn't throw any exceptionSébastien Lesaint2016-03-211-1/+2
* SONAR-7435 add operational flag to shared memory IPCSébastien Lesaint2016-03-211-0/+9
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-211-14/+8
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-131-1/+1
* SONAR-7168 add restart request support to ProcessCommandsSébastien Lesaint2016-01-131-0/+16
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-291-107/+9
* Fix quality flawsSimon Brandhof2015-02-231-3/+6
* Fix cleaning of shared memoryEric Hartmann2015-02-211-2/+2
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of t...Eric Hartmann2015-02-211-0/+7
* Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"Eric Hartmann2015-02-211-4/+1
* SONAR-6036 Try deleting the memory mapped file at JVM terminationEric Hartmann2015-02-211-1/+4
* SONAR-6036 Close the shared memory soonerEric Hartmann2015-02-201-1/+7
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-201-43/+70
* SONAR-4898 add missing testsSimon Brandhof2014-09-251-0/+1
* Fix quality flawSimon Brandhof2014-09-231-5/+3
* SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-221-14/+6
* SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-221-0/+125