aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/main/java/org/sonar/process
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7435 DefaultProcessCommands close() doesn't throw any exceptionSébastien Lesaint2016-03-213-3/+4
* SONAR-7435 SQ processes should have constant process idsSébastien Lesaint2016-03-211-2/+1
* SONAR-7435 replace DefaultProcessCommands constructors by static methodsSébastien Lesaint2016-03-212-7/+20
* SONAR-7435 add operational flag to shared memory IPCSébastien Lesaint2016-03-213-2/+45
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-215-71/+85
* SONAR-7435 move awaitTermination to ProcessUtils and add UTsSébastien Lesaint2016-03-211-0/+20
* SONAR-7330 delete ES script "ListUpdate"Simon Brandhof2016-02-291-3/+0
* SONAR-7125 use efficient delete dir method in sonar-processSébastien Lesaint2016-02-123-7/+187
* SONAR-7168 fix quality flaw in AllProcessesCommandsSébastien Lesaint2016-02-082-2/+10
* Fix project title in copyright headersSimon Brandhof2016-01-1324-24/+24
* SONAR-7168 replace System.err with LOG.trace in Monitor and LifecycleSébastien Lesaint2016-01-131-1/+1
* SONAR-7168 fix stop during restart not workingSébastien Lesaint2016-01-134-110/+253
* SONAR-7168 fix stop failing during restart + restart WS call flood issueSébastien Lesaint2016-01-132-11/+24
* SONAR-7168 rework threads and restart implementationSébastien Lesaint2016-01-131-6/+44
* SONAR-7168 add restart request support to ProcessCommandsSébastien Lesaint2016-01-133-1/+38
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0523-96/+92
* Fix quality flawsSimon Brandhof2016-01-041-1/+0
* SONAR-7141 Fail fast if server started with Java 1.6Simon Brandhof2015-12-141-2/+2
* SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-141-22/+13
* Fix reliability of NetworkUtils#freePort()Simon Brandhof2015-10-131-19/+44
* Fix Xms java option of sonar.web.javaOptsSimon Brandhof2015-10-121-1/+1
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-091-1/+1
* SONAR-6830 add WS api/system/logs and api/system/change_log_levelSimon Brandhof2015-10-061-2/+2
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube in...Koushik Dasgupta2015-09-291-2/+0
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-3/+7
* Fix test false-positives when port is already in useSimon Brandhof2015-09-041-1/+1
* FIX race condition on LogbackHelperDavid Gageot2015-07-071-2/+14
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-291-1/+1
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-293-108/+170
* Faster sonar-process monitor to detect when process is startedSimon Brandhof2015-05-281-1/+1
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-153-7/+8
* Useless codeDavid Gageot2015-05-122-2/+2
* Fix quality flawsSimon Brandhof2015-04-241-1/+1
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-303-73/+135
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-271-0/+1
* Fix quality flawsSimon Brandhof2015-02-232-4/+7
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
* 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-203-10/+21
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-204-60/+81
* SONAR-5700 ability to change level of loggers of 3rd-party librariesSimon Brandhof2015-02-191-2/+1
* SONAR-6057 fix path of archived logsSimon Brandhof2015-02-191-4/+6
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-192-61/+215
* Fix quality flawsSimon Brandhof2015-01-231-1/+1
* Fix quality flawsSimon Brandhof2015-01-061-3/+6
* Fix some quality flawsSimon Brandhof2015-01-062-5/+8