aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve stability of randomly allocated ports (when sonar.web.port or sonar.s...Simon Brandhof2014-12-301-7/+13
* SONAR-5828 Fix default value of property sonar.jdbc.maxActiveSimon Brandhof2014-11-041-0/+6
* Remove dangerous coupling of sonar-server on sonar-searchSimon Brandhof2014-10-101-0/+7
* SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-091-2/+3
* Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-083-4/+59
* Fix quality flawsSimon Brandhof2014-10-021-1/+1
* SONAR-4898 add missing testsSimon Brandhof2014-09-251-0/+1